:root{--red:#b52922;--deep:#6c0f0c;--cream:#f2ece0;--paper:#fbf7ef;--ink:#211816;--muted:#6e5c55;--line:#ded2c2;--white:#fff;--green:#28b563;--shadow:0 8px 24px rgba(67,35,27,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}
.top{height:78px;background:var(--cream);display:grid;grid-template-columns:310px 1fr 310px;align-items:center;padding:0 5%;border-bottom:1px solid rgba(108,15,12,.08);position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:12px}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:var(--cream)}.brand-copy strong{display:block;color:var(--red);font-size:23px;letter-spacing:.8px}.brand-copy small{display:block;color:var(--red);font-size:9px;letter-spacing:2.3px;margin-top:3px}.mainnav{display:flex;justify-content:center;gap:36px;font-size:14px;font-weight:800}.mainnav a{position:relative;padding:29px 0 25px}.mainnav a.active,.mainnav a:hover{color:var(--red)}.mainnav a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:2px;background:var(--red)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.status{display:flex;align-items:center;gap:7px;border:1px solid #9fdcb7;background:#f8fff9;padding:9px 12px;border-radius:20px;font-size:12px;font-weight:800}.status.closed{border-color:#efaaa5;background:#fff8f7}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--green)}.status.closed .status-dot{background:#d84439}.roundIcon{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;position:relative;color:var(--red)}.roundIcon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cartIcon span{position:absolute;top:0;right:0;background:var(--red);color:#fff;border-radius:99px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px;font-weight:900}
.hero{height:505px;position:relative;background:url('assets/branding/hero_food.jpg') center right/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(67,7,5,.94) 0%,rgba(100,13,9,.88) 31%,rgba(109,14,10,.46) 56%,rgba(50,0,0,.06) 77%,transparent 100%)}.hero-copy{position:relative;z-index:2;width:48%;padding:78px 0 0 5%;color:#fff}.hero h1{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:78px;line-height:.91;letter-spacing:1px;margin:0;text-transform:uppercase;text-shadow:0 2px 0 rgba(0,0,0,.06)}.hero h1 span{color:#d92720}.hero-subtitle{font-size:24px;font-weight:900;letter-spacing:1px;margin:16px 0 26px}.hero-subtitle:after{content:"";display:block;width:42px;height:3px;background:var(--red);margin-top:15px}.actions{display:flex;gap:14px}.primary,.secondary{border-radius:5px;padding:14px 24px;font-weight:900;font-size:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center}.primary{background:var(--red);color:#fff}.primary:hover{background:#9f201a}.secondary{border-color:#fff;background:rgba(35,4,3,.30);color:#fff}.full{width:100%}.hero-points{display:flex;gap:48px;margin-top:38px}.hero-point{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:900;line-height:1.35}.hero-point svg{width:36px;height:36px;stroke:#df2a22;fill:none;stroke-width:1.8}
.section{padding:34px 5% 42px}.section-title{text-align:center;margin-bottom:22px}.section-title .kicker{display:block;color:var(--red);font-size:12px;font-weight:900;letter-spacing:1.4px;margin-bottom:6px}.section-title h2{font-family:Impact,'Arial Narrow',Arial,sans-serif;margin:0;font-size:40px;letter-spacing:.7px}.section-title h2:after{content:"";display:block;width:36px;height:2px;background:var(--red);margin:9px auto 0}.categories{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:24px}.categories button{background:transparent;border:1px solid var(--line);border-radius:4px;padding:10px 17px;font-size:11px;font-weight:900;text-transform:uppercase}.categories button.active{background:var(--red);color:#fff;border-color:var(--red)}#search{max-width:360px;width:100%;border:1px solid var(--line);background:var(--paper);border-radius:5px;padding:12px 14px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1380px;margin:auto}.product{background:var(--paper);border:1px solid rgba(98,52,37,.11);border-radius:5px;min-height:142px;padding:12px;display:grid;grid-template-columns:105px 1fr;grid-template-rows:auto 1fr auto;gap:0 13px;box-shadow:0 4px 14px rgba(80,45,28,.06);cursor:pointer}.product .photo{grid-row:1/4;width:105px;height:118px;border-radius:4px;background:#1d1512;overflow:hidden;align-self:center;display:grid;place-items:center}.product .photo img{width:100%;height:100%;object-fit:contain;display:block}.product h3{font-size:15px;line-height:1.15;margin:3px 0 5px;text-transform:uppercase}.product p{font-size:11px;line-height:1.45;color:var(--muted);margin:0}.product .bottom{display:flex;align-items:end;justify-content:space-between;gap:10px}.price{color:var(--red);font-size:17px;font-weight:900}.product .bottom button{width:32px;height:32px;border:0;border-radius:4px;background:var(--red);color:#fff;font-size:22px;line-height:1}.sold{opacity:.55}.sold .bottom button{background:#999}
.service-strip{background:linear-gradient(90deg,#8d100d,#b11b16,#8d100d);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:27px 5%;gap:0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(0,0,0,.08)}.service{display:grid;grid-template-columns:54px 1fr;gap:13px;align-items:center;padding:0 28px;border-right:1px solid rgba(255,255,255,.18)}.service:last-child{border-right:0}.service svg{width:42px;height:42px;stroke:#fff;fill:none;stroke-width:1.6}.service b{display:block;font-size:13px;margin-bottom:4px}.service span{font-size:11px;line-height:1.5;color:#f7ddd9}
.page-banner{background:linear-gradient(90deg,#7a0d09,#b21b15,#7d0d09);color:#fff;text-align:center;padding:34px 20px 29px;position:relative;overflow:hidden}.page-banner:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:8px;background:var(--cream);clip-path:polygon(0 50%,7% 10%,15% 48%,24% 5%,32% 55%,42% 15%,52% 58%,62% 9%,73% 51%,84% 12%,93% 53%,100% 25%,100% 100%,0 100%)}.page-banner h1{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:42px;letter-spacing:1px;margin:0 0 6px}.breadcrumbs{font-size:11px}.menu-page-main{padding:25px 6% 48px}.menu-groups{max-width:1080px;margin:auto}.menu-group{margin:26px 0 34px}.menu-group-title{text-align:center;font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:25px;letter-spacing:.5px;margin-bottom:12px}.menu-group-title:before,.menu-group-title:after{content:"";display:inline-block;vertical-align:middle;width:40px;height:1px;background:var(--red);margin:0 12px}.menu-row{display:grid;grid-template-columns:72px 1fr 90px 38px;align-items:center;gap:13px;background:var(--paper);border:1px solid rgba(96,55,42,.12);border-radius:5px;padding:8px 10px;margin:8px 0;box-shadow:0 3px 10px rgba(69,39,27,.04);cursor:pointer}.menu-row .thumb{width:68px;height:54px;border-radius:4px;background:#1d1512;overflow:hidden;display:grid;place-items:center}.menu-row .thumb img{width:100%;height:100%;object-fit:contain}.menu-row h3{font-size:13px;margin:0 0 3px;text-transform:uppercase}.menu-row p{font-size:10px;color:var(--muted);margin:0}.menu-row .price{justify-self:end}.menu-row button{width:31px;height:31px;background:var(--red);color:#fff;border:0;border-radius:4px;font-size:20px}
.about-wrap,.contact-wrap{max-width:1180px;margin:auto;padding:34px 5% 45px}.about-card{display:grid;grid-template-columns:42% 1fr;gap:28px;align-items:stretch}.about-photo{background:#1d1512;border-radius:5px;overflow:hidden;min-height:310px}.about-photo img{width:100%;height:100%;object-fit:contain}.about-copy h2,.contact-panel h2{font-size:21px;margin-top:0}.about-copy p,.contact-panel p{font-size:13px;line-height:1.65;color:#51443f}.quality-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.quality-box{background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:18px;text-align:center}.quality-box svg{width:34px;height:34px;stroke:var(--red);fill:none;stroke-width:1.7}.quality-box b{display:block;font-size:12px;margin:8px 0 3px}.quality-box span{font-size:10px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:30px}.contact-panel{background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:24px}.contact-details{display:grid;gap:15px;margin:18px 0}.contact-detail{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;font-size:12px}.contact-detail svg{width:22px;height:22px;stroke:var(--red);fill:none;stroke-width:1.7}.hours{display:grid;grid-template-columns:1fr auto;gap:6px 18px;font-size:11px}.contact-form label{display:block;font-size:11px;font-weight:800;margin:10px 0 5px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:#fffdf8;border-radius:4px;padding:11px}.contact-form textarea{height:120px;resize:vertical}.contact-form button{margin-top:12px}.map-placeholder{height:260px;margin-top:26px;background:linear-gradient(135deg,#ded6c5,#efe8dc);border:1px solid var(--line);position:relative;overflow:hidden}.map-placeholder:before,.map-placeholder:after{content:"";position:absolute;background:rgba(255,255,255,.65)}.map-placeholder:before{width:140%;height:5px;left:-20%;top:48%;transform:rotate(-12deg)}.map-placeholder:after{width:5px;height:140%;left:54%;top:-20%;transform:rotate(24deg)}.map-pin{position:absolute;left:58%;top:43%;width:28px;height:28px;border-radius:50% 50% 50% 0;background:var(--red);transform:rotate(-45deg);z-index:2}.map-pin:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:9px;top:9px}
.site-footer{background:radial-gradient(circle at 75% 20%,rgba(171,35,24,.22),transparent 25%),#1e110e;color:#fff;padding:48px 6% 20px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:65px;height:65px;border-radius:50%;object-fit:cover;background:var(--cream)}.footer-brand strong{font-size:22px}.footer-col h4{font-size:12px;margin:0 0 14px}.footer-col a,.footer-col span{display:block;color:#e1cbc4;font-size:11px;margin:7px 0}.socials{display:flex;gap:8px}.socials i{width:30px;height:30px;border:1px solid #80655d;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:11px}.footer-bottom{max-width:1180px;margin:34px auto 0;border-top:1px solid #583e37;padding-top:14px;display:flex;justify-content:space-between;font-size:10px;color:#cdb9b2}.payments{display:flex;gap:12px;font-weight:900;color:#fff}
.modal{position:fixed;inset:0;background:rgba(22,10,8,.58);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.modal.show{display:flex}.modalCard{background:var(--paper);border-radius:7px;padding:24px;max-width:520px;width:100%;max-height:90vh;overflow:auto;position:relative}.x{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px}.modalPhoto{width:100%;height:230px;object-fit:contain;background:#1d1512;border-radius:5px}.modalCard input,.modalCard textarea,.modalCard select,.drawer input,.drawer textarea,.drawer select{width:100%;padding:11px;border:1px solid var(--line);border-radius:4px;background:#fffdf8;margin:6px 0}.choiceList label{display:grid;grid-template-columns:22px 1fr auto;padding:10px 0;border-bottom:1px solid var(--line)}.qtyPick{display:flex;justify-content:center;align-items:center;gap:18px;margin:15px}.qtyPick button,.qty button{border:1px solid var(--line);background:#fff;width:30px;height:30px}.drawer{position:fixed;right:-480px;top:0;width:min(460px,100%);height:100vh;background:var(--paper);z-index:120;padding:22px;transition:.25s;overflow:auto;box-shadow:-15px 0 40px rgba(20,5,3,.16)}.drawer.open{right:0}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head button{border:0;background:transparent;font-size:28px}.overlay{position:fixed;inset:0;background:rgba(24,8,5,.35);display:none;z-index:110}.overlay.show{display:block}.line{display:grid;grid-template-columns:60px 1fr auto;gap:10px;border-bottom:1px solid var(--line);padding:12px 0}.line img{width:58px;height:48px;object-fit:contain;background:#1d1512}.line small{display:block;color:var(--muted);font-size:10px}.qty{display:flex;align-items:center;gap:4px}.trash{color:var(--red)}.totals{display:flex;justify-content:space-between;padding:7px 0}.grand{font-size:18px;border-top:1px solid var(--line);margin-top:6px;padding-top:12px}.toggle{display:flex;gap:8px}.toggle label{flex:1;border:1px solid var(--line);padding:9px;border-radius:4px;font-size:11px}.hidden{display:none!important}.linkBtn{display:block;width:100%;border:0;background:transparent;color:var(--red);padding:9px 0;text-align:center}.linkBtn+.linkBtn{margin-top:8px}.danger{background:#67201b;color:#fff;border:0;padding:9px 12px}.testCode{background:#fff0c7;padding:10px;margin:10px 0}.orderCard,.note{border:1px solid var(--line);padding:10px;margin:8px 0;border-radius:4px}.accountTabs{display:flex;gap:8px;margin:15px 0}.accountTabs button{border:1px solid var(--line);background:#fff;padding:8px}.accountHead{display:flex;justify-content:space-between;align-items:center}
@media(max-width:1100px){.top{grid-template-columns:230px 1fr 230px}.grid{grid-template-columns:repeat(2,1fr)}.service-strip{grid-template-columns:repeat(2,1fr);gap:20px}.service{border-right:0}.hero-copy{width:58%}.hero h1{font-size:68px}}
@media(max-width:760px){.top{height:66px;padding:0 14px;grid-template-columns:1fr auto}.brand img{width:45px;height:45px}.brand-copy strong{font-size:18px}.brand-copy small,.mainnav,.status{display:none}.hero{height:510px;background-position:63% center}.hero-copy{width:100%;padding:62px 22px 0}.hero h1{font-size:56px}.hero-subtitle{font-size:19px}.hero-points{gap:18px;flex-wrap:wrap}.grid{grid-template-columns:1fr}.product{grid-template-columns:92px 1fr}.product .photo{width:92px;height:105px}.service-strip{grid-template-columns:1fr;padding:24px 18px}.service{padding:7px 10px}.about-card,.contact-grid{grid-template-columns:1fr}.quality-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.menu-row{grid-template-columns:64px 1fr 70px 35px}.footer-bottom{flex-direction:column;gap:10px}}
.brand-copy small{display:none!important}.footer-brand img{background:transparent!important;border-radius:0!important;object-fit:contain}.footer-brand{color:#fff}.brand img{background:var(--cream)}

/* final2 — requested visual corrections */
.top{height:82px}
.brand{gap:10px}
.brand img{width:60px;height:60px;border-radius:0!important;object-fit:contain!important;background:transparent!important;image-rendering:auto;flex:0 0 60px}
.brand-copy strong{font-size:22px;letter-spacing:.7px;line-height:1}
.hero .actions{margin-top:4px}
.hero .actions .secondary{background:rgba(52,6,4,.22);padding-inline:28px}

/* Product photography should read as a real image, not a letterboxed thumbnail. */
.product .photo{background:#201714}
.product .photo img{object-fit:cover!important;object-position:center center!important;transform:none!important;filter:none!important}
.menu-row .thumb{background:#201714}
.menu-row .thumb img{object-fit:cover!important;object-position:center center!important;transform:none!important;filter:none!important}
.modalPhoto{object-fit:cover!important;object-position:center!important}

/* Better balance now that ALL can show every database item. */
.grid{align-items:stretch}
.product{min-height:142px}

/* Footer opening times aligned in proper columns. */
.footer-hours{display:grid;gap:8px;max-width:185px}
.footer-hours>div{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:baseline}
.footer-hours span,.footer-hours b{margin:0!important;font-size:11px!important;line-height:1.25}
.footer-hours span{color:#e1cbc4!important}
.footer-hours b{color:#fff;font-weight:700;text-align:right;white-space:nowrap}
.footer-brand img{width:70px;height:70px;border-radius:0!important;object-fit:contain!important;background:transparent!important}

@media(max-width:760px){
  .brand img{width:50px;height:50px;flex-basis:50px}
  .footer-hours{max-width:190px}
}

/* Payment brand logos */
.payment-logos{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.payment-logos img{display:block;width:auto;height:26px;max-width:96px;object-fit:contain;filter:none}
.payment-logos img[alt="iDEAL"]{height:28px;max-width:88px}
.payment-logos img[alt="PayPal"]{height:25px;max-width:92px}
.payment-logos img[alt="Visa"]{height:25px;max-width:72px}
.payment-logos img[alt="Contant"]{height:24px;max-width:92px}
@media(max-width:700px){.footer-bottom{gap:16px;align-items:flex-start;flex-direction:column}.payment-logos{gap:12px}.payment-logos img{height:22px}}

/* final3 — menu typography + fixed product image framing to match approved mock-up */
.page-banner{
  min-height:96px;
  padding:19px 20px 18px;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.035),transparent 22%),
    radial-gradient(circle at 76% 68%,rgba(0,0,0,.10),transparent 28%),
    linear-gradient(90deg,#7f100c 0%,#ad1a15 50%,#7f100c 100%);
}
.page-banner h1,
.section-title h2,
.menu-group-title{
  font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif!important;
  font-weight:900!important;
  font-stretch:condensed;
  text-transform:uppercase;
  text-shadow:none!important;
}
.page-banner h1{
  font-size:30px!important;
  line-height:1!important;
  letter-spacing:-.15px!important;
  margin:0 0 7px!important;
}
.breadcrumbs{font-size:9px;font-weight:700;line-height:1.2}
.page-banner:after{height:7px}
.menu-page-main{padding-top:28px}
.categories{gap:9px;margin-bottom:23px}
.categories button{padding:10px 18px;border-radius:4px;font-size:10px;letter-spacing:.15px}
.menu-group{margin:23px 0 31px}
.menu-group-title{font-size:22px!important;line-height:1.1;letter-spacing:0!important;margin-bottom:11px}
.menu-group-title:before,.menu-group-title:after{width:34px;margin:0 10px}

/* The image box decides the size. Images may never escape or enlarge the box. */
.product .photo,
.menu-row .thumb,
.line img,
.modalPhoto{
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.product .photo{
  width:94px!important;
  height:108px!important;
  background:#f6efe4!important;
  padding:3px!important;
}
.product{grid-template-columns:94px 1fr!important;min-height:132px!important;padding:10px!important;gap:0 12px!important}
.product .photo img,
.menu-row .thumb img,
.line img,
.modalPhoto{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}
.menu-row{
  grid-template-columns:70px 1fr 90px 38px!important;
  min-height:72px;
  padding:7px 10px!important;
  gap:12px!important;
}
.menu-row .thumb{
  width:66px!important;
  height:56px!important;
  padding:2px!important;
  background:#f6efe4!important;
  border:1px solid rgba(96,55,42,.08);
}
.menu-row h3{font-size:12px!important;line-height:1.15;margin-bottom:3px}
.menu-row p{font-size:9.5px!important;line-height:1.35}
.menu-row .price{font-size:15px!important}
.menu-row button{width:30px!important;height:30px!important;font-size:19px!important}
.modalPhoto{background:#f6efe4!important;padding:8px!important}
.line img{background:#f6efe4!important;padding:2px!important}

@media(max-width:760px){
  .page-banner{min-height:84px;padding:17px 14px 15px}
  .page-banner h1{font-size:27px!important}
  .product{grid-template-columns:82px 1fr!important}
  .product .photo{width:82px!important;height:96px!important}
  .menu-row{grid-template-columns:62px 1fr 67px 34px!important;gap:9px!important}
  .menu-row .thumb{width:58px!important;height:50px!important}
}

/* final4 — menu page header rebuilt to match the approved reference */
.menu-page .page-banner{
  height:112px!important;
  min-height:112px!important;
  padding:25px 20px 19px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(ellipse at 9% 28%,rgba(255,255,255,.035) 0 1px,transparent 2px),
    radial-gradient(ellipse at 74% 70%,rgba(0,0,0,.09) 0 1px,transparent 2px),
    linear-gradient(90deg,#81120e 0%,#a61712 28%,#b31b15 52%,#99130f 78%,#7b0f0c 100%)!important;
  background-size:28px 21px,31px 24px,100% 100%!important;
  border:0!important;
  overflow:visible!important;
}
.menu-page .page-banner:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background:
    linear-gradient(174deg,transparent 0 45%,rgba(255,255,255,.06) 46% 47%,transparent 48% 100%),
    linear-gradient(6deg,transparent 0 51%,rgba(34,0,0,.12) 52% 53%,transparent 54% 100%);
}
.menu-page .page-banner:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-7px!important;
  height:15px!important;
  background:var(--cream)!important;
  clip-path:polygon(0 40%,5% 20%,11% 46%,17% 26%,24% 48%,31% 20%,38% 44%,45% 29%,52% 49%,59% 23%,66% 45%,73% 27%,80% 48%,87% 21%,94% 43%,100% 29%,100% 100%,0 100%)!important;
}
.menu-page .page-banner h1{
  position:relative;
  z-index:2;
  font-family:"Bahnschrift Condensed","Arial Narrow",Arial,sans-serif!important;
  font-size:31px!important;
  line-height:.92!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
  transform:scaleX(.88);
  transform-origin:center;
  margin:0 0 9px!important;
  color:#fff!important;
}
.menu-page .breadcrumbs{
  position:relative;
  z-index:2;
  color:#fff!important;
  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;
  opacity:.96;
}
.menu-page .menu-page-main{
  padding:36px 5% 50px!important;
}
.menu-page .categories{
  margin:0 auto 27px!important;
  gap:9px!important;
  max-width:1040px;
}
.menu-page .categories button{
  min-height:37px;
  padding:0 19px!important;
  border-radius:3px!important;
  border-color:#d7c9b7!important;
  background:#f6f0e5!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  line-height:35px!important;
  letter-spacing:0!important;
  font-weight:800!important;
}
.menu-page .categories button.active{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
.menu-page .menu-group-title{
  font-family:"Bahnschrift Condensed","Arial Narrow",Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:700!important;
  transform:scaleX(.92);
  transform-origin:center;
  text-transform:uppercase!important;
}
@media(max-width:760px){
  .menu-page .page-banner{height:94px!important;min-height:94px!important;padding:20px 14px 16px!important}
  .menu-page .page-banner h1{font-size:27px!important;margin-bottom:7px!important}
  .menu-page .menu-page-main{padding:30px 14px 42px!important}
  .menu-page .categories button{min-height:34px;padding:0 14px!important;line-height:32px!important}
}


/* mobile1 — complete responsive website + phone ordering */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%}
.mobile-nav-toggle{display:none}

@media (max-width:1100px){
  .top{grid-template-columns:240px 1fr 240px;padding:0 3%}
  .mainnav{gap:24px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}
  .service-strip{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}
  .service:nth-child(2){border-right:0}
  .service:nth-child(3),.service:nth-child(4){padding-top:4px}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:26px}
}

@media (max-width:760px){
  body{font-size:14px}
  .top{
    height:64px;min-height:64px;grid-template-columns:minmax(0,1fr) auto auto;
    padding:0 14px;gap:8px;position:sticky;top:0;background:var(--cream);z-index:100;
  }
  .brand{gap:7px;min-width:0}
  .brand img{width:44px!important;height:44px!important;flex:0 0 44px;border-radius:0!important;object-fit:contain!important;background:transparent!important}
  .brand-copy{min-width:0}.brand-copy strong{font-size:15px;letter-spacing:.3px;white-space:nowrap}.brand-copy small{display:none}
  .header-actions{gap:3px}.header-actions .status{display:none}.roundIcon{width:38px;height:38px}.roundIcon svg{width:22px;height:22px}
  .mobile-nav-toggle{display:flex;width:38px;height:38px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:4px;padding:8px;order:2}
  .mobile-nav-toggle span{display:block;width:21px;height:2px;background:var(--red);border-radius:3px}
  .mainnav{
    display:none;position:fixed;top:64px;left:0;right:0;background:var(--paper);box-shadow:0 16px 30px rgba(45,18,14,.16);
    padding:8px 14px 14px;flex-direction:column;gap:0;border-top:1px solid var(--line);z-index:99
  }
  .mainnav.mobile-open{display:flex}
  .mainnav a{padding:14px 8px;font-size:13px;border-bottom:1px solid rgba(100,55,40,.08)}
  .mainnav a:last-child{border-bottom:0}.mainnav a.active:after{left:8px;right:auto;bottom:7px;width:26px}

  .hero{height:auto;min-height:520px;background-position:68% center;background-size:cover}
  .hero-overlay{background:linear-gradient(180deg,rgba(55,6,4,.22) 0%,rgba(68,8,6,.50) 37%,rgba(69,8,6,.94) 72%,rgba(69,8,6,.98) 100%)}
  .hero-copy{width:100%;padding:255px 18px 28px;text-align:left}
  .hero h1{font-size:50px;line-height:.92;letter-spacing:.2px}
  .hero-subtitle{font-size:17px;line-height:1.2;margin:12px 0 20px}
  .hero-subtitle:after{margin-top:11px}
  .hero .actions{width:100%}.hero .secondary{width:100%;min-height:46px;background:rgba(35,4,3,.55)}
  .hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px}
  .hero-point{gap:6px;font-size:9px;justify-content:flex-start}.hero-point svg{width:28px;height:28px;flex:0 0 28px}

  .section{padding:27px 14px 34px}.section-title{margin-bottom:17px}.section-title h2{font-size:31px}.section-title .kicker{font-size:10px}
  .categories{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding:0 0 5px;margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px;gap:8px}
  .categories::-webkit-scrollbar{display:none}.categories button{flex:0 0 auto;white-space:nowrap;min-height:38px;padding:0 15px!important;line-height:36px!important}
  .grid{grid-template-columns:1fr;gap:10px;width:100%;max-width:none}
  .product{grid-template-columns:88px minmax(0,1fr)!important;min-height:112px!important;padding:9px!important;gap:0 11px!important;border-radius:7px}
  .product .photo{width:88px!important;height:94px!important;padding:2px!important;border-radius:5px}
  .product h3{font-size:13px;margin:2px 0 4px}.product p{font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product .price{font-size:16px}.product .bottom button{width:34px;height:34px;min-width:34px}

  .service-strip{grid-template-columns:1fr!important;padding:8px 14px 10px;gap:0}
  .service{grid-template-columns:42px 1fr!important;padding:15px 4px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.14)}
  .service:last-child{border-bottom:0}.service svg{width:32px;height:32px}.service b{font-size:12px}.service span{font-size:10px}

  .page-banner,.menu-page .page-banner{height:88px!important;min-height:88px!important;padding:18px 14px 14px!important}
  .page-banner h1,.menu-page .page-banner h1{font-size:26px!important;margin-bottom:7px!important}.breadcrumbs{font-size:9px!important}
  .menu-page .menu-page-main{padding:26px 12px 34px!important}.menu-page .categories{margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important;margin-bottom:18px!important}
  .menu-group{margin:18px 0 25px}.menu-group-title{font-size:19px!important}.menu-group-title:before,.menu-group-title:after{width:23px;margin:0 7px}
  .menu-row{grid-template-columns:64px minmax(0,1fr) auto 34px!important;min-height:72px;padding:7px!important;gap:8px!important;border-radius:6px}
  .menu-row .thumb{width:60px!important;height:56px!important;padding:1px!important}.menu-row h3{font-size:11px!important}.menu-row p{font-size:9px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-row .price{font-size:13px!important;white-space:nowrap}.menu-row button{width:32px!important;height:32px!important}

  .about-wrap,.contact-wrap{padding:24px 14px 34px}.about-card{grid-template-columns:1fr;gap:18px}.about-photo{min-height:0;height:230px}.about-copy h2,.contact-panel h2{font-size:18px}.about-copy p,.contact-panel p{font-size:12px}.quality-row{grid-template-columns:1fr;gap:8px}.quality-box{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;text-align:left;column-gap:10px;padding:13px}.quality-box svg{grid-row:1/3;align-self:center}.quality-box b{margin:1px 0 2px}.quality-box span{font-size:10px}
  .contact-grid{grid-template-columns:1fr;gap:14px}.contact-panel{padding:18px}.hours{grid-template-columns:1fr auto;gap:7px 12px}.map-placeholder{height:190px;margin-top:16px}.contact-form input,.contact-form textarea{font-size:16px} /* prevents iOS zoom */

  .site-footer{padding-top:28px}.footer-grid{grid-template-columns:1fr!important;gap:22px;padding:0 18px 26px}.footer-brand{justify-content:flex-start}.footer-brand img{width:58px!important;height:58px!important}.footer-col h4{margin-bottom:8px}.footer-col a{display:inline-block;margin-right:17px}.footer-hours{max-width:220px}.footer-bottom{padding:18px;flex-direction:column!important;align-items:flex-start!important;gap:15px}.payment-logos{gap:12px}.payment-logos img{height:21px!important;max-width:80px}

  .drawer{width:min(100%,420px)!important;max-width:100vw!important;padding-bottom:max(15px,env(safe-area-inset-bottom));overflow-y:auto}
  .drawer-head{position:sticky;top:0;background:var(--paper);z-index:2}.line{grid-template-columns:54px minmax(0,1fr)!important;gap:9px!important;position:relative}.line img{width:54px!important;height:54px!important}.line .qty{grid-column:1/3;justify-content:flex-end;margin-top:4px}.drawer input,.drawer select,.drawer textarea,.modal input,.modal select,.modal textarea{font-size:16px!important}
  .modal{padding:12px!important;align-items:flex-end!important}.modalCard{width:100%!important;max-width:520px!important;max-height:90dvh!important;overflow:auto;border-radius:14px 14px 0 0!important;padding:18px!important}.modalPhoto{height:210px!important;max-height:36vh!important}.choiceList label{grid-template-columns:24px 1fr auto!important}.qtyPick button{width:42px!important;height:42px!important}.primary,.secondary{min-height:44px}
}

@media (max-width:390px){
  .brand-copy strong{font-size:13px}.top{padding:0 9px}.roundIcon,.mobile-nav-toggle{width:35px;height:35px}.header-actions{gap:0}
  .hero{min-height:500px}.hero-copy{padding:245px 13px 24px}.hero h1{font-size:44px}.hero-subtitle{font-size:15px}.hero-points{gap:4px}.hero-point{font-size:8px}.hero-point svg{width:24px;height:24px;flex-basis:24px}
  .menu-row{grid-template-columns:58px minmax(0,1fr) 34px!important}.menu-row .thumb{width:54px!important;height:52px!important}.menu-row .price{grid-column:2;grid-row:2;justify-self:start;margin-top:4px}.menu-row button{grid-column:3;grid-row:1/3;align-self:center}.menu-row>div:nth-child(2){grid-column:2/4;padding-right:38px}
}

.hidden-contact{display:none!important}

/* Account dropdowns V16 */
.accountSection{border:1px solid var(--line);border-radius:5px;margin:14px 0;background:#fffdf8;overflow:hidden}.accountSection summary{list-style:none;cursor:pointer;padding:13px 14px;font-weight:800;display:flex;align-items:center;justify-content:space-between;user-select:none}.accountSection summary::-webkit-details-marker{display:none}.accountSection[open] summary{border-bottom:1px solid var(--line)}.accountChevron{font-size:18px;line-height:1;transition:transform .18s}.accountSection[open] .accountChevron{transform:rotate(180deg)}.accountSectionBody{padding:10px 14px 14px}.accountGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.accountMsg{font-size:12px;min-height:16px;margin:8px 0 0;color:var(--muted)}.accountOrdersTitle{margin-top:20px}@media(max-width:520px){.accountGrid{grid-template-columns:1fr}}

/* V17 accountpaneel: zelfde rechter zijmenu als winkelwagen */
.accountDrawer{width:min(460px,100%)}
.accountDrawer .accountHead{padding:4px 0 8px;border-bottom:1px solid var(--line);margin-bottom:12px}
.accountDrawer .accountHead h3{margin:0 0 4px;font-size:20px}
.accountDrawer .accountHead small{color:var(--muted)}
.accountOrderList{display:grid;gap:9px}
.accountDrawer .orderCard{background:#fffdf8;margin:0;padding:12px;border-radius:6px}
.orderCardTop{display:flex;align-items:center;justify-content:space-between;gap:12px}
.orderStatus{margin-top:5px;font-weight:700;color:var(--red);font-size:13px}
.accountDrawer .orderCard small{display:block;color:var(--muted);font-size:11px;margin-top:5px}
.emptyOrders{color:var(--muted);font-size:13px;margin:6px 0 12px}
.historySection summary{display:grid;grid-template-columns:1fr auto auto;gap:8px}
.historyCount{min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:#f1dfda;color:var(--red);display:grid;place-items:center;font-size:11px;font-weight:900}

/* Allergenen website - definitief */
/* =========================================
   ALLERGENEN - ZOALS IN DE APP
   ========================================= */

.product,
.menu-row {
    position: relative;
}

.allergen-wrap {
    position: absolute;
    top: 8px;
    right: 52px;
    z-index: 30;
}

/* Alleen het waarschuwingsdriehoekje */
.allergen-badge {
    position: relative;

    width: 25px;
    height: 23px;

    padding: 0;
    margin: 0;

    border: 0;
    outline: 0;

    background: transparent;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gele driehoek */
.allergen-triangle {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    line-height: 1;

    color: #f2b600;

    transform: scaleX(1.08);
}

.allergen-exclamation {
    position: absolute;

    left: 50%;
    top: 65%;

    transform: translate(-50%, -50%);

    color: #000;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;

    z-index: 2;
    pointer-events: none;
}

/* Popup na aanklikken */
.allergen-popup {
    display: none;

    position: absolute;

    top: 31px;
    right: 0;

    min-width: 180px;
    max-width: 260px;

    padding: 10px 12px;

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 7px;

    box-shadow:
        0 5px 18px rgba(0,0,0,.18);

    color: #222;

    font-size: 12px;
    line-height: 1.4;

    z-index: 100;
}

.allergen-popup.show {
    display: block;
}

.allergen-popup b {
    display: block;

    margin-bottom: 4px;

    color: #111;

    font-size: 13px;
}

.allergen-popup span {
    display: block;
}

/* Productkaart */
.product .allergen-wrap {
    right: 8px;
    top: 8px;
}

/* Mobiel */
@media(max-width:760px){

    .allergen-wrap {
        right: 45px;
        top: 6px;
    }

    .product .allergen-wrap {
        right: 6px;
        top: 6px;
    }

    .allergen-popup {
        min-width: 160px;
        max-width: 220px;
    }
}


/* =========================================================
   HOME3 — FAVORIETEN + BALKAN VERHAAL
   Hero blijft ongewijzigd en gebruikt hero_food.jpg.
   ========================================================= */

.home-favorites{
  padding-top:42px!important;
  padding-bottom:44px!important;
}

.home-favorites .section-title{
  margin-bottom:20px;
}

.home-favorites .section-title h2{
  font-family:'Oswald',Arial,sans-serif!important;
  font-size:42px;
  font-weight:700!important;
  line-height:1.05;
}

.favorites-subtitle{
  margin:10px auto 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.home-favorites .favorites-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  max-width:1180px;
  gap:18px;
}

.home-favorites .product{
  position:relative;
  display:flex!important;
  flex-direction:column;
  min-height:0!important;
  padding:0!important;
  overflow:hidden;
  border-radius:7px;
  background:var(--paper);
}

.home-favorites .product .photo{
  width:100%!important;
  height:190px!important;
  padding:0!important;
  border-radius:0!important;
  background:#201714!important;
  order:0;
}

.home-favorites .product .photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.home-favorites .product h3{
  margin:14px 15px 6px!important;
  font-size:18px!important;
  line-height:1.1!important;
}

.home-favorites .product > p{
  min-height:46px;
  margin:0 15px 12px!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.home-favorites .product .bottom{
  margin-top:auto;
  padding:0 15px 14px;
  align-items:center;
}

.home-favorites .product .price{
  font-size:19px!important;
}

.favorite-rank{
  position:absolute;
  z-index:5;
  top:12px;
  left:12px;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-family:'Oswald',sans-serif;
  font-size:20px;
  font-weight:700;
  box-shadow:0 5px 16px rgba(0,0,0,.20);
}

.favorites-menu-link{
  display:flex;
  justify-content:center;
  margin-top:26px;
}

.favorites-menu-link .primary{
  min-width:250px;
  min-height:48px;
}


/* Balkan verhaal onder de 4 favorieten */
.balkan-story{
  width:100%;
  min-height:430px;
  display:grid;
  grid-template-columns:minmax(360px,40%) 1fr;
  background:#f6efe4;
  overflow:hidden;
  border-top:1px solid rgba(98,52,37,.10);
}

.balkan-story-copy{
  position:relative;
  z-index:2;
  padding:62px 7% 58px max(5vw,44px);
  background:
    linear-gradient(90deg,#f6efe4 0%,#f6efe4 87%,rgba(246,239,228,.90) 94%,rgba(246,239,228,0) 100%);
}

.balkan-story-kicker{
  display:block;
  margin-bottom:10px;
  color:var(--red);
  font-family:'Oswald',sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
}

.balkan-story-copy h2{
  margin:0 0 18px;
  font-family:'Oswald',sans-serif;
  font-size:46px;
  line-height:.98;
  font-weight:700;
  letter-spacing:.3px;
}

.balkan-story-copy h2 span{
  color:var(--red);
}

.balkan-story-copy p{
  max-width:520px;
  margin:0 0 12px;
  color:#51443f;
  font-size:14px;
  line-height:1.65;
}

.balkan-story-button{
  margin-top:12px;
}

.balkan-story-photo{
  min-height:430px;
  margin-left:-75px;
  background:
    linear-gradient(90deg,rgba(246,239,228,.98) 0%,rgba(246,239,228,.20) 13%,rgba(246,239,228,0) 24%),
    url('assets/branding/balkan-tradities.jpg') center center/cover no-repeat;
}


@media(max-width:1100px){
  .home-favorites .favorites-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:820px;
  }

  .balkan-story{
    grid-template-columns:46% 1fr;
  }

  .balkan-story-copy h2{
    font-size:38px;
  }
}

@media(max-width:760px){
  .home-favorites{
    padding:32px 14px 36px!important;
  }

  .home-favorites .section-title h2{
    font-size:31px!important;
  }

  .favorites-subtitle{
    font-size:13px;
  }

  .home-favorites .favorites-grid{
    grid-template-columns:1fr!important;
    max-width:520px;
  }

  .home-favorites .product .photo{
    height:210px!important;
  }

  .balkan-story{
    display:flex;
    flex-direction:column;
    min-height:0;
  }

  .balkan-story-copy{
    padding:36px 20px 32px;
    background:#f6efe4;
  }

  .balkan-story-copy h2{
    font-size:34px;
  }

  .balkan-story-photo{
    order:-1;
    width:100%;
    min-height:285px;
    margin-left:0;
    background:
      linear-gradient(0deg,rgba(246,239,228,.18),rgba(246,239,228,0)),
      url('assets/branding/balkan-tradities.jpg') center center/cover no-repeat;
  }
}



/* BALKAN BITES SMALL TEXT SIZE FIX */

body{
    font-size:15px;
}

.product p,
.menu-row p,
.service span,
.footer-col a,
.footer-col span,
.footer-hours span,
.footer-hours b,
.breadcrumbs,
.contact-detail,
.hours,
.contact-form label,
.quality-box span,
.line small,
.accountDrawer .orderCard small{
    font-size:12px !important;
}

.hero-point{
    font-size:12px !important;
}

.section-title .kicker{
    font-size:13px !important;
}

.categories button{
    font-size:12px !important;
}

.product h3,
.menu-row h3{
    font-size:14px !important;
}

.service b{
    font-size:14px !important;
}

.footer-col h4{
    font-size:13px !important;
}

@media(max-width:760px){

    body{
        font-size:15px;
    }

    .product p,
    .menu-row p,
    .service span,
    .footer-col a,
    .footer-col span,
    .footer-hours span,
    .footer-hours b,
    .breadcrumbs,
    .contact-detail,
    .hours,
    .contact-form label,
    .quality-box span{
        font-size:12px !important;
    }

    .hero-point{
        font-size:10px !important;
    }
}


/* GOOGLE MAPS STEENBERGEN FINAL FIX */

.real-google-map{
    position:relative !important;
    height:300px !important;
    background:#fff !important;
    overflow:hidden !important;
    border:1px solid var(--line);
}

.real-google-map::before,
.real-google-map::after{
    content:none !important;
    display:none !important;
}

.real-google-map iframe{
    position:absolute;
    inset:0;
    width:100% !important;
    height:100% !important;
    border:0 !important;
    display:block;
}

.google-map-center-pin{
    position:absolute;
    left:50%;
    top:50%;
    width:38px;
    height:38px;
    background:#b51f18;
    border-radius:50% 50% 50% 0;
    transform:translate(-50%,-100%) rotate(-45deg);
    z-index:5;
    box-shadow:0 3px 10px rgba(0,0,0,.35);
    pointer-events:none;
}

.google-map-center-pin::after{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    background:white;
    border-radius:50%;
    left:12px;
    top:12px;
}

.google-map-pin-dot{
    display:none;
}

@media(max-width:760px){
    .real-google-map{
        height:230px !important;
    }
}


/* =========================================================
   INDEX MOBILE VERBETERINGEN
   ========================================================= */

@media (max-width:760px){

    /* -----------------------------------------------------
       1. HERO USP'S NAAST ELKAAR
       ----------------------------------------------------- */

    .hero-points{
        display:grid !important;
        grid-template-columns:repeat(3,1fr) !important;
        gap:8px !important;
        width:100% !important;
        margin-top:26px !important;
        align-items:start !important;
    }

    .hero-point{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:flex-start !important;
        text-align:center !important;
        gap:7px !important;
        min-width:0 !important;
        font-size:9px !important;
        line-height:1.2 !important;
    }

    .hero-point svg{
        width:34px !important;
        height:34px !important;
        flex:0 0 34px !important;
        margin:0 auto !important;
    }

    .hero-point span,
    .hero-point div{
        text-align:center !important;
    }


    /* -----------------------------------------------------
       2. HEADER / HAMBURGER MENU RECHTS
       ----------------------------------------------------- */

    .top{
        height:66px !important;
        display:grid !important;
        grid-template-columns:minmax(0,1fr) auto !important;
        align-items:center !important;
        padding:0 14px !important;
    }

    .brand{
        min-width:0 !important;
        display:flex !important;
        align-items:center !important;
        gap:8px !important;
    }

    .brand img{
        width:43px !important;
        height:43px !important;
    }

    .brand-copy strong{
        font-size:17px !important;
        white-space:nowrap !important;
    }

    .header-actions{
        display:flex !important;
        align-items:center !important;
        justify-content:flex-end !important;
        gap:6px !important;
    }

    .mobile-nav-toggle{
        position:static !important;
        display:flex !important;
        width:38px !important;
        height:38px !important;
        padding:8px !important;
        margin:0 !important;
        align-items:center !important;
        justify-content:center !important;
        flex-direction:column !important;
        gap:5px !important;
        background:transparent !important;
        border:0 !important;
        z-index:60 !important;
    }

    .mobile-nav-toggle span{
        display:block !important;
        width:23px !important;
        height:2px !important;
        background:var(--red) !important;
        border-radius:2px !important;
        margin:0 !important;
    }

    /* eventuele oude positionering ongedaan maken */
    .top > .mobile-nav-toggle{
        left:auto !important;
        right:auto !important;
        top:auto !important;
        bottom:auto !important;
        transform:none !important;
    }


    /* -----------------------------------------------------
       3. SERVICE BLOKKEN COMPACTER + GECENTREERD
       ----------------------------------------------------- */

    .service-strip{
        grid-template-columns:1fr !important;
        padding:10px 16px !important;
        gap:0 !important;
    }

    .service{
        min-height:86px !important;
        padding:15px 10px !important;
        display:grid !important;
        grid-template-columns:46px minmax(0,1fr) !important;
        gap:12px !important;
        align-items:center !important;
        border-right:0 !important;
        border-bottom:1px solid rgba(255,255,255,.18) !important;
    }

    .service:last-child{
        border-bottom:0 !important;
    }

    .service img,
    .service svg{
        width:40px !important;
        height:40px !important;
        object-fit:contain !important;
        align-self:center !important;
        justify-self:center !important;
    }

    .service > div{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        min-height:56px !important;
    }

    .service b{
        font-size:14px !important;
        line-height:1.15 !important;
        margin:0 0 5px !important;
    }

    .service span{
        font-size:12px !important;
        line-height:1.35 !important;
        margin:0 !important;
    }

}


/* MOBILE HEADER - MENU RECHTSBOVEN */
@media (max-width:760px){

    .top{
        position:sticky !important;
        top:0 !important;
        height:66px !important;
        display:flex !important;
        align-items:center !important;
        padding:0 14px !important;
    }

    .brand{
        margin-right:auto !important;
    }

    .header-actions{
        display:flex !important;
        align-items:center !important;
        gap:7px !important;
        margin-left:auto !important;
    }

    .mobile-nav-toggle{
        position:static !important;
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        align-items:center !important;
        width:38px !important;
        height:38px !important;
        padding:7px !important;
        margin:0 !important;
        background:transparent !important;
        border:0 !important;
        transform:none !important;
    }

    .mobile-nav-toggle span{
        display:block !important;
        width:23px !important;
        height:2px !important;
        margin:2.5px 0 !important;
        background:var(--red) !important;
    }
}



/* MOBILE SUBPAGE HEADER FINAL FIX */

@media (max-width:760px){

    .top{
        height:66px !important;
        min-height:66px !important;

        padding:0 14px !important;

        display:flex !important;
        align-items:center !important;

        position:sticky !important;
        top:0 !important;

        z-index:1000 !important;
    }

    .brand{
        display:flex !important;
        align-items:center !important;

        flex:1 1 auto !important;
        min-width:0 !important;

        margin-right:auto !important;
    }

    .brand img{
        width:43px !important;
        height:43px !important;
        flex:0 0 43px !important;
    }

    .brand-copy{
        min-width:0 !important;
    }

    .brand-copy strong{
        font-size:17px !important;
        white-space:nowrap !important;
    }


    /* rechterkant header */

    .header-actions{
        display:flex !important;
        flex-direction:row !important;

        align-items:center !important;
        justify-content:flex-end !important;

        flex:0 0 auto !important;

        height:66px !important;

        margin-left:auto !important;
        padding:0 !important;

        gap:6px !important;
    }


    /* status niet tonen op telefoon */

    #storeStatus{
        display:none !important;
    }


    #accountBtn,
    #cartBtn,
    .mobile-nav-toggle{
        width:38px !important;
        height:38px !important;

        min-width:38px !important;
        min-height:38px !important;

        position:relative !important;

        top:auto !important;
        right:auto !important;
        bottom:auto !important;
        left:auto !important;

        margin:0 !important;
        padding:0 !important;

        transform:none !important;

        align-self:center !important;
    }


    #accountBtn,
    #cartBtn{
        display:grid !important;
        place-items:center !important;
    }


    #accountBtn img,
    #cartBtn img{
        display:block !important;

        max-width:24px !important;
        max-height:24px !important;

        margin:auto !important;

        object-fit:contain !important;
    }


    /* HAMBURGER RECHTS */

    .mobile-nav-toggle{
        display:flex !important;

        visibility:visible !important;
        opacity:1 !important;

        flex-direction:column !important;

        align-items:center !important;
        justify-content:center !important;

        gap:5px !important;

        background:transparent !important;
        border:0 !important;

        z-index:1002 !important;
    }

    .mobile-nav-toggle span{
        display:block !important;

        width:23px !important;
        height:2px !important;

        margin:0 !important;
        padding:0 !important;

        background:var(--red) !important;

        border-radius:3px !important;
    }


    /* DROPDOWN */

    .mainnav{
        display:none !important;

        position:absolute !important;

        left:0 !important;
        right:0 !important;
        top:100% !important;

        width:100% !important;

        padding:8px 14px 14px !important;

        flex-direction:column !important;
        align-items:stretch !important;

        gap:2px !important;

        background:#fff !important;

        box-shadow:0 12px 24px rgba(0,0,0,.15) !important;

        z-index:1001 !important;
    }

    .mainnav.mobile-open{
        display:flex !important;
    }

    .mainnav a{
        display:block !important;

        width:100% !important;

        padding:12px 8px !important;
    }


    /* winkelwagen teller */

    #cartBtn #cartCount{
        position:absolute !important;

        top:-2px !important;
        right:-2px !important;

        min-width:17px !important;
        height:17px !important;
    }

}


/* =========================================================
   MOBILE HEADER ICONS - DEFINITIEF GELIJK OP ALLE PAGINA'S
   ========================================================= */

@media (max-width:760px){

    /* dezelfde klikvlakken */
    body .top #accountBtn,
    body .top #cartBtn{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        min-height:42px !important;

        padding:0 !important;
        margin:0 !important;

        display:grid !important;
        place-items:center !important;
    }

    /* ACCOUNT - overal exact dezelfde maat */
    body .top #accountBtn img,
    body .top #accountBtn .account-icon{
        width:29px !important;
        height:29px !important;
        min-width:29px !important;
        min-height:29px !important;
        max-width:29px !important;
        max-height:29px !important;

        margin:0 !important;
        padding:0 !important;

        object-fit:contain !important;
    }

    /* WINKELWAGEN - overal exact dezelfde maat */
    body .top #cartBtn img,
    body .top #cartBtn .cart-img{
        width:31px !important;
        height:31px !important;
        min-width:31px !important;
        min-height:31px !important;
        max-width:31px !important;
        max-height:31px !important;

        margin:0 !important;
        padding:0 !important;

        object-fit:contain !important;
    }

    /* Teller overal op dezelfde plek */
    body .top #cartBtn{
        position:relative !important;
    }

    body .top #cartBtn #cartCount{
        position:absolute !important;
        top:-2px !important;
        right:-1px !important;

        min-width:17px !important;
        height:17px !important;
        line-height:17px !important;

        font-size:10px !important;
        z-index:5 !important;
    }

}

/* Allergenenicoon productkaart: in tekstvlak onder foto */
.product-allergen-row{
    position:relative;
    height:0;
    z-index:40;
}

.product-allergen-row .allergen-wrap{
    top:8px;
    right:8px;
}

@media(max-width:760px){
    .product-allergen-row .allergen-wrap{
        top:6px;
        right:6px;
    }
}

/* Contactgegevens aan/uit - volledige regel inclusief icoon */
.contact-detail.hidden-contact {
    display: none !important;
}
