
:root{--orange:#ff6418;--ink:#060809;--shell:1380px}
*{box-sizing:border-box}
html,body{margin:0;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.v36-shell{width:min(var(--shell),calc(100% - 72px));margin:0 auto}

/* HEADER */
.v36-header{height:58px;background:#081013;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.v36-header-inner{height:58px;display:grid;grid-template-columns:260px 1fr 240px;align-items:center}
.v36-brand{display:flex;align-items:center;gap:8px}
.v36-brand-star{font-size:38px;color:var(--orange);line-height:1}
.v36-brand-copy{display:flex;flex-direction:column;line-height:1}
.v36-brand-copy strong{font-size:24px;letter-spacing:-.8px}
.v36-brand-copy strong span{color:var(--orange)}
.v36-brand-copy small{font-size:8px;letter-spacing:3px;margin-top:4px;color:#fff}
.v36-nav{display:flex;justify-content:center;gap:44px;height:58px}
.v36-nav a{display:flex;align-items:center;height:58px;font-size:14px;font-weight:700;border-bottom:3px solid transparent}
.v36-nav a.is-active{border-color:var(--orange)}
.v36-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.v36-search svg,.v36-cart svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2}
.v36-cart{display:flex;align-items:center;gap:5px}
.v36-cart span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:12px;font-weight:800}
.v36-login{background:var(--orange);padding:11px 22px;border-radius:26px;font-weight:800;font-size:14px}

/* HERO */
.v36-hero{background:#050606;color:#fff}
.v36-hero-inner{height:370px;position:relative;display:grid;grid-template-columns:42% 58%;overflow:hidden}
.v36-hero-copy{position:relative;z-index:3;padding:20px 0 18px}
.v36-script{font-family:"Brush Script MT","Segoe Script",cursive;font-size:29px;font-weight:700;font-style:italic;color:var(--orange);margin-bottom:7px}
.v36-hero-copy h1{font-size:64px;line-height:.89;letter-spacing:-3.6px;margin:0 0 13px;font-weight:950}
.v36-lead{font-size:18px;margin:0 0 12px}
.v36-benefits{list-style:none;margin:0 0 15px;padding:0;display:grid;gap:7px}
.v36-benefits li{font-size:15px;font-weight:800;display:flex;align-items:center;gap:10px}
.v36-benefits li span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:13px}
.v36-buttons{display:flex;gap:15px}
.v36-order,.v36-menu-btn{height:48px;border-radius:28px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.v36-order{background:var(--orange);color:#fff;padding:0 23px;gap:10px}
.v36-menu-btn{border:1px solid #fff;color:#fff;padding:0 26px}
.v36-cutlery{width:22px;height:22px;flex:0 0 22px}
.v36-hero-photo{
  position:absolute;z-index:1;top:0;right:0;width:68%;height:100%;
  background:url("../images/hero-v36.webp") center right/cover no-repeat;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 8%,rgba(0,0,0,.62) 18%,#000 31%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 8%,rgba(0,0,0,.62) 18%,#000 31%);
}
.v36-hero-inner::after{
  content:"";position:absolute;z-index:2;inset:0;pointer-events:none;
  background:linear-gradient(90deg,#050606 0%,#050606 18%,rgba(5,6,6,.97) 28%,rgba(5,6,6,.72) 36%,rgba(5,6,6,.36) 44%,rgba(5,6,6,0) 57%);
}

/* SERVICE STRIP */
.v36-service{height:58px;background:#0a0b0b;border-top:1px solid rgba(255,255,255,.11)}
.v36-service-grid{height:100%;display:grid;grid-template-columns:repeat(3,1fr)}
.v36-service-item{display:flex;align-items:center;gap:14px;padding:0 24px;border-right:1px solid rgba(255,255,255,.13)}
.v36-service-item:first-child{padding-left:0}
.v36-service-item:last-child{border-right:0}
.v36-service-icon{font-size:26px}
.v36-service-item span:last-child{display:flex;flex-direction:column}
.v36-service-item strong{font-size:13px}
.v36-service-item small{font-size:12px;color:#ddd;margin-top:2px}

/* CATEGORIES */
.v36-categories{padding:12px 0;background:#fff}
.v36-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}
.v36-category{height:102px;border-radius:9px;overflow:hidden;background-size:cover;background-position:center;position:relative}
.v36-category span{position:absolute;left:14px;bottom:11px;color:#fff;font-size:16px;font-weight:900;text-shadow:0 2px 4px #000}

/* POPULAR */
.v36-popular{padding:10px 0 18px}
.v36-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:11px}
.v36-kicker{font-size:13px;color:var(--orange);font-weight:900}
.v36-section-head h2{font-size:34px;line-height:1;margin:5px 0}
.v36-section-head p{margin:0;color:#777;font-size:13px}
.v36-section-head>a{font-size:13px;font-weight:800;margin-bottom:7px}
.v36-products{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.v36-product{border:1px solid #ececec;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.v36-product-image{height:122px;background:#f5f5f5;overflow:hidden}
.v36-product-image img{width:100%;height:100%;object-fit:cover}
.v36-product-body{padding:9px 10px 10px}
.v36-product-title{font-weight:900;font-size:14px}
.v36-product-body p{font-size:12px;color:#777;line-height:1.25;height:31px;margin:5px 0 10px;overflow:hidden}
.v36-price-row{display:flex;align-items:center;justify-content:space-between}
.v36-price-row strong,.v36-price-row .woocommerce-Price-amount{font-size:18px}
.v36-plus{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:22px}

/* PROMO */
.v36-promo-wrap{padding:0 0 28px}
.v36-promo{height:190px;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:58% 42%;background:#090a0a;color:#fff}
.v36-promo-photo{background:url("../images/promo.webp") center/cover no-repeat}
.v36-promo-copy{padding:34px 30px}
.v36-promo-copy>span{color:var(--orange);font-weight:900;font-size:12px}
.v36-promo-copy h2{font-size:27px;margin:7px 0}
.v36-promo-copy p{color:#ddd;margin:0 0 16px}

/* FOOTER compatibility */
.st-footer{background:#050606;color:#ddd;padding:35px 0}
.st-footer-grid{width:min(var(--shell),calc(100% - 72px));margin:auto;display:grid;grid-template-columns:1.2fr 1.2fr .8fr .9fr;gap:40px}
.st-footer h4{color:#fff}.st-footer p{font-size:13px;line-height:1.7}
.st-brand{display:flex;align-items:center;gap:8px}.st-star{font-size:31px;color:var(--orange)}
.st-brandword{display:flex;flex-direction:column}.st-brandword strong{font-size:22px;color:#fff}.st-brandword strong span{color:var(--orange)}.st-brandword small{font-size:7px;letter-spacing:3px;color:#ddd}

@media(max-width:1100px){
  .v36-shell{width:calc(100% - 36px)}
  .v36-header-inner{grid-template-columns:220px 1fr 205px}
  .v36-nav{gap:24px}
  .v36-hero-copy h1{font-size:55px}
  .v36-hero-photo{width:66%}
  .v36-category-grid,.v36-products{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .v36-header{height:auto}
  .v36-header-inner{height:auto;grid-template-columns:1fr auto;row-gap:8px;padding:8px 0}
  .v36-nav{grid-column:1/-1;order:3;height:auto;justify-content:flex-start;overflow-x:auto;gap:24px}
  .v36-nav a{height:36px}
  .v36-hero-inner{height:auto;min-height:560px;display:block}
  .v36-hero-copy{width:100%;padding-bottom:250px}
  .v36-hero-photo{width:100%;height:58%;top:auto;bottom:0;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 36%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 36%);
  }
  .v36-hero-inner::after{background:linear-gradient(180deg,#050606 0%,rgba(5,6,6,.98) 44%,rgba(5,6,6,.3) 68%,rgba(5,6,6,0) 100%)}
  .v36-service{height:auto}.v36-service-grid{grid-template-columns:1fr}
  .v36-service-item{padding:11px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .v36-category-grid,.v36-products{grid-template-columns:repeat(2,1fr)}
  .v36-promo{height:auto;grid-template-columns:1fr}.v36-promo-photo{height:160px}
  .st-footer-grid{grid-template-columns:1fr 1fr;width:calc(100% - 36px)}
}
@media(max-width:520px){
  .v36-shell{width:calc(100% - 24px)}
  .v36-brand-copy strong{font-size:19px}.v36-brand-star{font-size:30px}
  .v36-login{padding:9px 14px}
  .v36-hero-copy h1{font-size:47px}.v36-script{font-size:24px}.v36-lead{font-size:15px}
  .v36-buttons{flex-wrap:wrap}
  .v36-category{height:90px}.v36-category span{font-size:14px}
  .v36-products{gap:9px}.v36-product-image{height:110px}
  .st-footer-grid{grid-template-columns:1fr;width:calc(100% - 24px)}
}


/* === v3.6.1 hero duplicate-content fix === */
.v36-hero-photo{
  width:64%;
  background-size:cover;
  background-position:center right;
}
.v36-hero-inner::after{
  background:linear-gradient(
    90deg,
    #050606 0%,
    #050606 20%,
    rgba(5,6,6,.98) 29%,
    rgba(5,6,6,.76) 38%,
    rgba(5,6,6,.40) 46%,
    rgba(5,6,6,.10) 54%,
    rgba(5,6,6,0) 61%
  );
}
/* v3.7 custom WooCommerce menu — isolated from Woo default grid */
.st-menu-page{min-height:70vh;background:#f6f3ed;color:#111}.st-menu-top{background:#080b0d;color:#fff;padding:34px 0 0;border-bottom:1px solid rgba(255,255,255,.08)}.st-menu-kicker{display:block;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:2px}.st-menu-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:8px 0 23px}.st-menu-title-row h1{font-family:Impact,"Arial Black",sans-serif;font-size:50px;line-height:.95;letter-spacing:.2px;margin:0}.st-menu-title-row p{margin:8px 0 0;color:#adb3b6;font-size:13px}.st-menu-cart{height:48px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#131719;font-size:12px;font-weight:900}.st-menu-cart svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.8}.st-menu-cart b{min-width:23px;height:23px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:var(--orange);font-size:10px}.st-menu-tabs{display:flex;gap:8px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none}.st-menu-tabs::-webkit-scrollbar{display:none}.st-menu-tabs a{flex:0 0 auto;padding:9px 14px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#15191c;color:#c8cccf;font-size:11px;font-weight:900}.st-menu-tabs a:hover,.st-menu-tabs a.is-active{background:var(--orange);border-color:var(--orange);color:#fff}.st-menu-content{padding:28px 0 44px}.st-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.st-menu-card{display:grid;grid-template-columns:142px minmax(0,1fr);min-height:142px;overflow:hidden;background:#fff;border:1px solid #eae4db;border-radius:18px;box-shadow:0 8px 24px rgba(18,18,18,.065);transition:transform .2s,box-shadow .2s}.st-menu-card:hover{transform:translateY(-2px);box-shadow:0 13px 31px rgba(18,18,18,.1)}.st-menu-img{height:142px;background:#e8e5df;overflow:hidden}.st-menu-img img{width:100%;height:100%;object-fit:cover}.st-menu-info{min-width:0;padding:14px 14px 12px;display:flex;flex-direction:column}.st-menu-info h2{margin:0 0 6px;font-size:15px;line-height:1.18;font-weight:900}.st-menu-info p{margin:0 0 auto;color:#74787a;font-size:10.5px;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-menu-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}.st-menu-bottom strong,.st-menu-bottom .woocommerce-Price-amount{font-size:18px;font-weight:900;color:#111}.st-menu-plus{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:24px;line-height:1;box-shadow:0 6px 16px rgba(255,100,24,.25)}.st-menu-empty{padding:30px 0}.st-menu-app-nav{display:none}
@media(max-width:1100px){.st-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.woocommerce-shop,body.tax-product_cat{background:#050607!important;color:#fff}.st-menu-page{background:#050607;color:#fff}.st-menu-top{padding:20px 0 0;background:#080b0d;position:relative}.st-menu-title-row{align-items:center;padding:6px 0 16px}.st-menu-title-row h1{font-size:34px;letter-spacing:-.5px}.st-menu-title-row p{font-size:10.5px;margin-top:5px}.st-menu-cart{width:43px;height:43px;padding:0;justify-content:center;border-radius:14px}.st-menu-cart span{display:none}.st-menu-cart b{position:absolute;right:10px;top:10px}.st-menu-tabs{margin-right:-14px;padding-bottom:12px}.st-menu-tabs a{padding:8px 12px;font-size:10px}.st-menu-content{padding:17px 0 105px}.st-menu-grid{grid-template-columns:1fr;gap:12px}.st-menu-card{grid-template-columns:118px minmax(0,1fr);min-height:118px;border-radius:18px;background:linear-gradient(145deg,#171a1d,#0e1113);border-color:rgba(255,255,255,.075);box-shadow:0 10px 26px rgba(0,0,0,.28)}.st-menu-card:hover{transform:none}.st-menu-img{height:118px}.st-menu-info{padding:11px 12px}.st-menu-info h2{font-size:15px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-menu-info p{font-size:9.5px;color:#949a9e;line-height:1.35}.st-menu-bottom{padding-top:7px}.st-menu-bottom strong,.st-menu-bottom .woocommerce-Price-amount{font-size:17px;color:var(--orange)}.st-menu-plus{width:35px;height:35px;flex-basis:35px;font-size:23px}.st-menu-app-nav{display:grid!important}.st-menu-page+.st-menu-app-nav{z-index:2147483647!important}.st-footer{display:none!important}}

/* v3.7.1 mobile corrections */
.st-global-app-nav{display:none}\n@media(max-width:520px){\n  body{padding-bottom:72px!important}
  .st-global-app-nav{position:fixed!important;left:0;right:0;bottom:0;height:68px;z-index:2147483000;display:grid!important;grid-template-columns:repeat(5,1fr);background:rgba(8,11,13,.98);border-top:1px solid rgba(255,255,255,.11);box-shadow:0 -10px 30px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
  .st-global-app-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#aeb4b7!important;text-decoration:none!important;font-weight:800}
  .st-global-app-nav a span{height:25px;display:grid;place-items:center}.st-global-app-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.st-global-app-nav small{font-size:9px}.st-global-app-nav a:first-child,.woocommerce-shop .st-global-app-nav a:nth-child(2),.tax-product_cat .st-global-app-nav a:nth-child(2){color:var(--orange)!important}.st-global-app-nav b{position:absolute;top:5px;right:22%;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--orange);color:#fff;font-size:9px;line-height:17px;text-align:center}
  .v36-category-grid{display:flex!important;gap:10px!important;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity;scrollbar-width:none}.v36-category-grid::-webkit-scrollbar{display:none}.v36-category{flex:0 0 128px!important;height:92px!important;border-radius:14px!important;scroll-snap-align:start;background-position:center!important}.v36-category span{font-size:13px!important;left:10px!important;bottom:9px!important}
  .st-menu-top{position:sticky!important;top:0!important;z-index:9999!important;box-shadow:0 8px 22px rgba(0,0,0,.35)}
  .st-menu-content{padding-bottom:90px!important}
}

/* === v3.7.2 tablet/mobile behavior fix === */
.st-menu-group{margin:0 0 30px}.st-menu-group:last-child{margin-bottom:0}.st-menu-group-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:0 0 13px}.st-menu-group-head h2{margin:0;font-family:Impact,"Arial Black",sans-serif;font-size:30px;letter-spacing:.2px}.st-menu-group-head span{font-size:11px;color:#777;font-weight:800}.st-menu-info h3{margin:0 0 6px;font-size:15px;line-height:1.18;font-weight:900}

@media(max-width:900px){
  body{padding-bottom:76px!important}
  .st-footer{display:none!important}
  .st-global-app-nav{position:fixed!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;height:68px!important;padding:6px 4px!important;background:rgba(10,13,15,.98)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;box-shadow:0 16px 38px rgba(0,0,0,.45)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:2147483646!important}
  .st-global-app-nav a{position:relative!important;display:flex!important;min-width:0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#92999d!important;text-decoration:none!important}
  .st-global-app-nav a.is-active{color:var(--orange)!important}
  .st-global-app-nav a span{display:grid!important;place-items:center!important;width:24px!important;height:24px!important}
  .st-global-app-nav a svg{display:block!important;width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .st-global-app-nav a small{display:block!important;max-width:100%!important;font-size:8.5px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .st-global-app-nav a b{position:absolute!important;top:1px!important;right:18%!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font:900 9px/18px Arial!important;text-align:center!important}

  .v36-categories{padding-left:0!important;padding-right:0!important}
  .v36-category-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:7px!important;margin-right:-12px!important;scrollbar-width:none!important}
  .v36-category-grid::-webkit-scrollbar{display:none!important}
  .v36-category{flex:0 0 138px!important;width:138px!important;height:112px!important;aspect-ratio:auto!important;border-radius:16px!important;scroll-snap-align:start!important;background-size:cover!important;background-position:center!important;box-shadow:0 8px 18px rgba(0,0,0,.14)!important}
  .v36-category span{left:11px!important;right:8px!important;bottom:10px!important;font-size:13px!important;line-height:1.1!important}

  .st-menu-top{position:sticky!important;top:0!important;z-index:99999!important;padding-top:18px!important;background:#080b0d!important;box-shadow:0 8px 24px rgba(0,0,0,.36)!important}
  .st-menu-tabs{margin-right:-12px!important;padding-bottom:12px!important}
  .st-menu-content{padding:18px 0 100px!important}
  .st-menu-group{margin-bottom:28px!important}
  .st-menu-group-head{margin-bottom:11px!important}
  .st-menu-group-head h2{font-size:25px!important;color:#fff!important}
  .st-menu-group-head span{font-size:10px!important;color:#8f969a!important}
  .st-menu-grid{grid-template-columns:1fr!important;gap:12px!important}
  .st-menu-card{grid-template-columns:150px minmax(0,1fr)!important;min-height:132px!important;background:linear-gradient(145deg,#171a1d,#0d1012)!important;border-color:rgba(255,255,255,.08)!important;color:#fff!important;border-radius:18px!important}
  .st-menu-img{height:132px!important}
  .st-menu-info{padding:13px 13px 11px!important}
  .st-menu-info h3{font-size:16px!important;color:#fff!important;margin:0 0 6px!important;white-space:normal!important}
  .st-menu-info p{font-size:10px!important;color:#969da1!important}
  .st-menu-bottom strong,.st-menu-bottom .woocommerce-Price-amount{font-size:18px!important;color:var(--orange)!important}
  .st-menu-plus{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:25px!important}
}

@media(max-width:560px){
  .v36-category{flex-basis:116px!important;width:116px!important;height:98px!important}
  .st-menu-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:118px!important}
  .st-menu-img{height:118px!important}
  .st-menu-title-row h1{font-size:34px!important}
}


/* === v3.7.3 cleanup after video review === */
/* Menu header must scroll away; category row is no longer pinned over products. */
@media(max-width:900px){
  .st-menu-top{position:relative!important;top:auto!important;z-index:5!important;box-shadow:none!important}
}
/* Home at tablet/mobile width: compact sections instead of oversized tiles. */
@media(max-width:900px){
  .v36-service{height:auto!important;padding:8px 0!important}.v36-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.v36-service-item{min-height:74px!important;padding:9px 8px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;gap:5px!important}.v36-service-icon{font-size:21px!important}.v36-service-item strong{font-size:10.5px!important;line-height:1.15!important}.v36-service-item small{font-size:9px!important;line-height:1.15!important}
  .v36-categories{padding:14px 0 18px!important}.v36-category-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;margin:0!important;padding:0!important}.v36-category{width:auto!important;flex:none!important;height:106px!important;border-radius:15px!important;background-size:cover!important;background-position:center!important}.v36-category span{font-size:13px!important;left:10px!important;right:8px!important;bottom:9px!important}
  .v36-popular{padding:22px 0 28px!important}.v36-products{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.v36-product{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;min-height:132px!important;border-radius:18px!important;overflow:hidden!important}.v36-product-image{height:132px!important}.v36-product-body{padding:13px 14px!important;display:flex!important;flex-direction:column!important}.v36-product-title{font-size:16px!important}.v36-product-body p{height:auto!important;max-height:30px!important;margin:6px 0 auto!important}.v36-price-row{padding-top:8px!important}.v36-plus{width:38px!important;height:38px!important}
  .v36-promo-wrap{padding:0 0 96px!important}.v36-promo{height:auto!important;grid-template-columns:1.15fr .85fr!important;min-height:185px!important}.v36-promo-photo{height:auto!important;min-height:185px!important;background-image:linear-gradient(90deg,rgba(8,10,11,.05),rgba(8,10,11,.25)),url("../images/kapsalon.webp")!important;background-position:center!important;background-size:cover!important}.v36-promo-copy{padding:24px 20px!important}.v36-promo-copy h2{font-size:23px!important;line-height:1.06!important}
}
@media(max-width:560px){
  .v36-service-grid{grid-template-columns:1fr!important}.v36-service-item{min-height:54px!important;display:grid!important;grid-template-columns:34px 1fr!important;text-align:left!important;justify-items:start!important}.v36-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v36-category{height:100px!important}.v36-product{grid-template-columns:118px minmax(0,1fr)!important;min-height:118px!important}.v36-product-image{height:118px!important}.v36-promo{grid-template-columns:1fr!important}.v36-promo-photo{min-height:170px!important}.v36-promo-copy{padding:20px!important}
}
/* Promo should visibly show the kapsalon; cola/fanta remains in the offer text. */
.v36-promo-photo{background-image:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.18)),url("../images/kapsalon.webp")!important}
/* Drinks: never repeat one misleading stock photo for every drink. */
.st-drink-card{background:linear-gradient(145deg,#11171b,#20272b)!important;display:block!important;position:relative!important}.st-drink-visual{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#fff;text-align:center}.st-drink-visual i{font-style:normal;font-size:30px;line-height:1}.st-drink-visual b{font:900 15px/1 Arial,sans-serif;letter-spacing:.5px;color:#fff}.st-drink-visual small{font:800 8px/1 Arial,sans-serif;letter-spacing:2px;color:var(--orange)}


/* === v3.7.4 header + smart sticky category bar === */
.st-menu-tabs-sticky{background:#0b0e10;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:9998;box-shadow:0 7px 18px rgba(0,0,0,.18)}
.st-menu-tabs-sticky .st-menu-tabs{padding:10px 0;margin:0}
.st-menu-group{scroll-margin-top:130px}
@media(max-width:900px){
  .v36-header{position:sticky!important;top:0!important;z-index:10000!important;height:auto!important;background:#071013!important;box-shadow:0 7px 18px rgba(0,0,0,.28)!important}
  .v36-header-inner{height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:62px 46px!important;column-gap:10px!important;row-gap:0!important;padding:0!important;overflow:visible!important}
  .v36-brand{grid-column:1!important;grid-row:1!important;justify-self:start!important;min-width:0!important;margin:0!important;display:flex!important;align-items:center!important}
  .v36-brand-star{font-size:32px!important}.v36-brand-copy strong{font-size:22px!important}.v36-brand-copy small{font-size:6.5px!important;letter-spacing:2.2px!important}
  .v36-head-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
  .v36-search{display:flex!important}.v36-login{display:inline-flex!important;padding:10px 16px!important;font-size:12px!important}
  .v36-nav{grid-column:1 / -1!important;grid-row:2!important;display:flex!important;height:46px!important;align-items:center!important;justify-content:flex-start!important;gap:28px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;padding:0 2px!important}
  .v36-nav::-webkit-scrollbar{display:none!important}.v36-nav a{height:46px!important;flex:0 0 auto!important;font-size:13px!important}
  .st-menu-tabs-sticky{top:108px!important;z-index:9999!important}
  .st-menu-group{scroll-margin-top:175px!important}
}
@media(max-width:560px){
  .v36-header-inner{grid-template-rows:62px!important;grid-template-columns:44px minmax(0,1fr) 60px!important}
  .v36-brand{grid-column:2!important;justify-self:center!important}.v36-head-actions{grid-column:3!important}.v36-nav{display:none!important}.v36-search,.v36-login{display:none!important}
  .st-menu-tabs-sticky{top:62px!important}
  .st-menu-group{scroll-margin-top:120px!important}
}

/* === v3.7.5 mobile hero composition fix ===
   Keep the food image full-width on narrow/tablet screens. Earlier v3.6.1
   rules were overriding the responsive width and leaving a black left block. */
@media(max-width:900px){
  .v36-hero-inner{
    min-height:620px!important;
    display:block!important;
    overflow:hidden!important;
  }
  .v36-hero-copy{
    width:100%!important;
    padding:28px 0 300px!important;
    position:relative!important;
    z-index:4!important;
  }
  .v36-hero-photo{
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    width:100%!important;
    height:390px!important;
    background-size:cover!important;
    background-position:center center!important;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 12%,#000 34%)!important;
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 12%,#000 34%)!important;
  }
  .v36-hero-inner::after{
    z-index:2!important;
    background:linear-gradient(180deg,#050606 0%,#050606 42%,rgba(5,6,6,.94) 50%,rgba(5,6,6,.55) 62%,rgba(5,6,6,.08) 78%,rgba(5,6,6,0) 100%)!important;
  }
}
@media(max-width:560px){
  .v36-hero-inner{min-height:610px!important}
  .v36-hero-copy{padding:24px 0 285px!important}
  .v36-hero-photo{height:365px!important;background-position:54% center!important}
}


/* === v3.7.7 SMART MENU: category bar follows the user === */
.st-menu-tabs-placeholder{height:0;display:block}
.st-menu-tabs-placeholder.is-visible{width:100%}
.st-menu-tabs-sticky{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:999999!important;
  background:#0b0e10!important;
}
.st-menu-tabs-sticky.is-fixed{
  position:fixed!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483000!important;
  box-shadow:0 8px 24px rgba(0,0,0,.48)!important;
}
.st-menu-tabs-sticky .v36-shell{overflow:hidden}
.st-menu-tabs{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
}
.st-menu-tabs a{
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.st-menu-tabs a.is-active{
  background:var(--orange)!important;
  border-color:var(--orange)!important;
  color:#fff!important;
  transform:scale(1.03);
}
.st-menu-group{scroll-margin-top:190px!important}

@media(max-width:560px){
  .st-menu-group{scroll-margin-top:135px!important}
}

/* v3.7.8 — category navigation is permanently fixed at top while browsing menu */
body.woocommerce-shop .st-menu-tabs-sticky,
body.tax-product_cat .st-menu-tabs-sticky{
 position:fixed!important;
 top:0!important; left:0!important; right:0!important;
 width:100%!important; z-index:2147483000!important;
 background:#0b0e10!important;
 box-shadow:0 7px 22px rgba(0,0,0,.45)!important;
}
body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
body.tax-product_cat.admin-bar .st-menu-tabs-sticky{top:32px!important}
body.woocommerce-shop .st-menu-tabs-placeholder,
body.tax-product_cat .st-menu-tabs-placeholder{display:block!important;height:58px!important}
body.woocommerce-shop .st-menu-tabs,
body.tax-product_cat .st-menu-tabs{
 display:flex!important; overflow-x:auto!important; overflow-y:hidden!important;
 flex-wrap:nowrap!important; white-space:nowrap!important; scrollbar-width:none!important;
}
body.woocommerce-shop .st-menu-tabs::-webkit-scrollbar,
body.tax-product_cat .st-menu-tabs::-webkit-scrollbar{display:none}
@media(max-width:782px){
 body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
 body.tax-product_cat.admin-bar .st-menu-tabs-sticky{top:46px!important}
}
@media(max-width:900px){
 body.woocommerce-shop .st-menu-tabs-sticky,
 body.tax-product_cat .st-menu-tabs-sticky{top:0!important}
 body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
 body.tax-product_cat.admin-bar .st-menu-tabs-sticky{top:0!important}
 body.woocommerce-shop .st-menu-tabs-placeholder,
 body.tax-product_cat .st-menu-tabs-placeholder{height:64px!important}
}

/* v3.7.9 — keep main header visible; smart category bar sits directly below it */
body.woocommerce-shop .v36-header,
body.tax-product_cat .v36-header{
  position:sticky!important;
  top:0!important;
  z-index:2147483200!important;
}
body.woocommerce-shop .st-menu-tabs-sticky,
body.tax-product_cat .st-menu-tabs-sticky{
  top:62px!important;
}
body.woocommerce-shop.admin-bar .v36-header,
body.tax-product_cat.admin-bar .v36-header{
  top:32px!important;
}
body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
body.tax-product_cat.admin-bar .st-menu-tabs-sticky{
  top:94px!important;
}
@media(max-width:900px){
  body.woocommerce-shop .v36-header,
  body.tax-product_cat .v36-header{
    position:sticky!important;
    top:0!important;
    z-index:2147483200!important;
  }
  body.woocommerce-shop .st-menu-tabs-sticky,
  body.tax-product_cat .st-menu-tabs-sticky{
    top:68px!important;
  }
  body.woocommerce-shop.admin-bar .v36-header,
  body.tax-product_cat.admin-bar .v36-header{
    top:0!important;
  }
  body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
  body.tax-product_cat.admin-bar .st-menu-tabs-sticky{
    top:68px!important;
  }
}


/* v3.8.0 — shop header must always remain visible above smart category bar */
body.woocommerce-shop .v36-header,
body.tax-product_cat .v36-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483600!important;
}

body.woocommerce-shop .st-menu-page,
body.tax-product_cat .st-menu-page{
  padding-top:58px!important;
}

body.woocommerce-shop .st-menu-tabs-sticky,
body.tax-product_cat .st-menu-tabs-sticky{
  position:fixed!important;
  top:58px!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483500!important;
}

body.woocommerce-shop.admin-bar .v36-header,
body.tax-product_cat.admin-bar .v36-header{
  top:32px!important;
}
body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
body.tax-product_cat.admin-bar .st-menu-tabs-sticky{
  top:90px!important;
}

@media(max-width:900px){
  body.woocommerce-shop .v36-header,
  body.tax-product_cat .v36-header{
    height:68px!important;
    min-height:68px!important;
    position:fixed!important;
    top:0!important;
  }

  body.woocommerce-shop .v36-header-inner,
  body.tax-product_cat .v36-header-inner{
    height:68px!important;
  }

  body.woocommerce-shop .st-menu-page,
  body.tax-product_cat .st-menu-page{
    padding-top:68px!important;
  }

  body.woocommerce-shop .st-menu-tabs-sticky,
  body.tax-product_cat .st-menu-tabs-sticky{
    top:68px!important;
  }

  body.woocommerce-shop.admin-bar .v36-header,
  body.tax-product_cat.admin-bar .v36-header{
    top:0!important;
  }

  body.woocommerce-shop.admin-bar .st-menu-tabs-sticky,
  body.tax-product_cat.admin-bar .st-menu-tabs-sticky{
    top:68px!important;
  }
}


/* v3.8.1 — product visual cleanup */
.st-menu-card{overflow:hidden!important}
.st-menu-img{overflow:hidden!important;background:#0e1113!important}
.st-menu-img img{
  width:100%!important;height:100%!important;object-fit:cover!important;
  transform:scale(1.035);transition:transform .22s ease;
}
.st-menu-card:hover .st-menu-img img{transform:scale(1.07)}
.st-menu-info h3{letter-spacing:-.15px}
.st-menu-info p{max-width:46ch}
.st-menu-plus{flex:0 0 auto}

.st-drink-card{display:block!important;background:#11171a!important}
.st-drink-visual{
  width:100%;height:100%;min-height:118px;padding:16px 10px;
  display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;border:0!important;background:linear-gradient(145deg,#171e22,#0e1214);
}
.st-drink-visual i{font-style:normal;font-size:34px;line-height:1;margin-bottom:8px}
.st-drink-visual b{font:900 16px/1.05 Arial,sans-serif;color:#fff;max-width:130px}
.st-drink-visual small{margin-top:7px;font:900 9px/1 Arial,sans-serif;letter-spacing:2px;color:#ff6418}
.st-drink-ayran{background:linear-gradient(145deg,#26333a,#101619)}
.st-drink-water{background:linear-gradient(145deg,#1a2e39,#0e1519)}
.st-drink-energy{background:linear-gradient(145deg,#33270f,#12130e)}
.st-drink-soda{background:linear-gradient(145deg,#351916,#121111)}
.st-drink-mix{background:linear-gradient(145deg,#2d1830,#121014)}

/* Saturday promo must visually show the meal, not only a drink. */
.v36-promo-photo{
  position:relative!important;
  background-image:url("../images/kapsalon.webp")!important;
  background-size:cover!important;background-position:center!important;
}
.v36-promo-photo:after{
  content:"COLA / FANTA";
  position:absolute;right:16px;bottom:16px;
  padding:9px 12px;border-radius:999px;
  background:#ff6418;color:#fff;
  font:900 11px/1 Arial,sans-serif;letter-spacing:.7px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

@media(max-width:900px){
 .st-menu-grid{gap:12px!important}
 .st-menu-card{min-height:126px!important}
 .st-menu-img{height:126px!important}
 .st-drink-visual{min-height:126px}
}
@media(max-width:520px){
 .st-menu-card{grid-template-columns:124px minmax(0,1fr)!important;min-height:124px!important}
 .st-menu-img{height:124px!important}
 .st-drink-visual{min-height:124px;padding:12px 8px}
 .st-drink-visual i{font-size:29px}
 .st-drink-visual b{font-size:13px;max-width:110px}
 .v36-promo-photo:after{right:12px;bottom:12px;font-size:9px;padding:8px 10px}
}

/* v3.8.2 fixed — do not reuse one dish photo for unrelated products */
.st-missing-visual{width:100%;height:100%;min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,#1a2023,#0c1012);color:#fff;padding:12px}
.st-missing-visual i{font-style:normal;font-size:30px;line-height:1;margin-bottom:8px}
.st-missing-visual b{font:900 12px/1.1 Arial,sans-serif;letter-spacing:.5px}
.st-missing-visual small{font:800 7px/1 Arial,sans-serif;color:#ff6418;letter-spacing:1.5px;margin-top:6px}


/* STARTOGO v3.8.4 — approved Design 1 product page */
.st-pdp{background:#050607;color:#fff;min-height:100vh;padding:28px 0 110px}
.st-pdp-wrap{width:min(980px,calc(100% - 28px));margin:auto}
.st-pdp-back{display:inline-flex;color:#aab1b5;font-size:12px;font-weight:850;margin:0 0 14px;text-decoration:none}
.st-pdp-card{width:min(560px,100%);margin:0 auto;background:#080a0b;border:1px solid #22272a;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.36)}
.st-pdp-media{position:relative;aspect-ratio:1.22/1;background:#111518;overflow:hidden}
.st-pdp-media img{width:100%;height:100%;object-fit:cover;display:block}
.st-pdp-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:linear-gradient(145deg,#1c2225,#0c0f11)}
.st-pdp-placeholder span{font-size:44px;color:var(--orange)}
.st-pdp-placeholder strong{font-size:21px;letter-spacing:1px}
.st-pdp-placeholder small{font-size:8px;letter-spacing:2px;color:#8f969a}
.st-pdp-halal{position:absolute;right:15px;bottom:15px;padding:7px 11px;border-radius:999px;background:#ed3b2f;color:#fff;font-size:11px;font-weight:950}
.st-pdp-body{padding:24px 24px 22px}
.st-pdp-category{color:var(--orange);font-size:10px;font-weight:950;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:7px}
.st-pdp-category a{color:inherit;text-decoration:none}
.st-pdp-body h1{margin:0 0 8px;color:#fff;font-size:36px;line-height:1.02;font-weight:950;letter-spacing:-.6px}
.st-pdp-price,.st-pdp-price .woocommerce-Price-amount{color:var(--orange);font-size:29px;font-weight:950}
.st-pdp-desc{color:#c1c6c9;font-size:13px;line-height:1.55;margin:10px 0 20px}
.st-pdp-desc p{margin:0}
.st-pdp-options{display:grid;gap:13px;margin:0 0 18px}
.st-pdp-option-group{padding:16px;background:#0f1315;border:1px solid #20272b;border-radius:17px}
.st-pdp-option-group h3{margin:0;color:#fff;font-size:14px;font-weight:950}
.st-pdp-option-group>p{margin:4px 0 12px;color:#7f888d;font-size:10px}
.st-choice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid #202529}
.st-choice span{font-size:12px;font-weight:850;color:#e9ecee}
.st-choice select{min-width:94px;height:36px;border-radius:10px;border:1px solid #30383d;background:#171c1f;color:#fff;padding:0 10px;font-size:11px;font-weight:850;outline:none}
.st-choice select:focus{border-color:var(--orange)}
.st-pdp-cart form.cart{display:flex!important;align-items:stretch;gap:10px;margin:0!important}
.st-pdp-cart .quantity{display:flex!important;align-items:center;background:#171c1f;border:1px solid #30373b;border-radius:14px;overflow:hidden}
.st-pdp-cart .qty{width:78px!important;height:54px!important;background:transparent!important;color:#fff!important;border:0!important;text-align:center;font-size:16px!important;font-weight:950!important}
.st-pdp-cart .single_add_to_cart_button{flex:1!important;min-height:54px!important;border:0!important;border-radius:14px!important;background:var(--orange)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;padding:0 20px!important;box-shadow:0 10px 28px rgba(255,96,24,.18)}
.st-pdp-cart .single_add_to_cart_button:hover{filter:brightness(1.07)}
.st-pdp-cart table.variations{width:100%;margin:0 0 12px}
.st-pdp-cart table.variations th,.st-pdp-cart table.variations td{display:block;text-align:left;padding:0 0 6px}
.st-pdp-cart table.variations label{color:#fff;font-size:11px}
.st-pdp-cart table.variations select{width:100%;height:44px;border-radius:11px;background:#171c1f;color:#fff;border:1px solid #30373b;padding:0 10px}
.st-pdp-cart .woocommerce-variation-price{margin:0 0 10px}
.st-pdp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:19px;padding-top:17px;border-top:1px solid #202529}
.st-pdp-trust div{display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;color:#c0c6c9;font-size:9px;font-weight:800;text-align:center}
.st-pdp-trust b{font-size:15px;color:var(--orange)}
@media(max-width:600px){
  .st-pdp{padding:14px 0 96px}
  .st-pdp-wrap{width:calc(100% - 16px)}
  .st-pdp-card{border-radius:22px}
  .st-pdp-body{padding:20px 17px 18px}
  .st-pdp-body h1{font-size:31px}
  .st-pdp-price,.st-pdp-price .woocommerce-Price-amount{font-size:26px}
  .st-pdp-option-group{padding:14px}
  .st-pdp-cart .qty{width:66px!important}
  .st-pdp-cart .single_add_to_cart_button{font-size:12px!important;padding:0 12px!important}
  .st-pdp-trust div{font-size:8px}
}


/* STARTOGO v3.8.6 — gallery + kitchen note */
.st-pdp-gallery{background:#080a0b}
.st-pdp-thumbs{display:flex;gap:9px;padding:11px 14px 14px;overflow-x:auto;scrollbar-width:none}
.st-pdp-thumbs::-webkit-scrollbar{display:none}
.st-pdp-thumb{flex:0 0 72px;width:72px;height:58px;padding:0;border:2px solid #2b3236;border-radius:11px;overflow:hidden;background:#101416;cursor:pointer;transition:.15s ease}
.st-pdp-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.st-pdp-thumb.is-active{border-color:var(--orange);transform:translateY(-1px)}
.st-pdp-note{margin:0 0 16px;padding:15px;background:#0f1315;border:1px solid #20272b;border-radius:17px}
.st-pdp-note label{display:block;color:#fff;font-size:13px;font-weight:950;margin-bottom:8px}
.st-pdp-note label span{font-size:10px;font-weight:700;color:#81898e}
.st-pdp-note textarea{display:block;width:100%;min-height:88px;resize:vertical;border-radius:12px;border:1px solid #30383d;background:#171c1f;color:#fff;padding:12px 13px;font:600 12px/1.45 Arial,sans-serif;outline:none;box-sizing:border-box}
.st-pdp-note textarea:focus{border-color:var(--orange)}
.st-pdp-note textarea::placeholder{color:#777f84}
.st-pdp-note small{display:block;text-align:right;color:#687176;font-size:9px;margin-top:6px}
@media(max-width:600px){
  .st-pdp-thumb{flex-basis:64px;width:64px;height:52px}
  .st-pdp-thumbs{padding:9px 12px 12px}
}


/* STARTOGO v3.8.7 — cart cleanup:
   hide only the product short description.
   Customer choices (Zonder) and Opmerking remain visible. */
.wc-block-cart .wc-block-components-product-metadata__description,
.wc-block-mini-cart .wc-block-components-product-metadata__description,
.wc-block-checkout .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description{
  display:none!important;
}

/* v3.8.8 premium STARTOGO cart */
body.woocommerce-cart{background:#06090a!important;color:#fff}
body.woocommerce-cart main,body.woocommerce-cart .wp-site-blocks{background:#06090a!important}
body.woocommerce-cart h1{color:#fff!important;font-size:38px!important;font-weight:950!important;letter-spacing:-1px;margin:26px auto 8px!important;max-width:920px}
body.woocommerce-cart .wc-block-cart{max-width:920px!important;margin:0 auto 110px!important;padding:0 14px!important}
body.woocommerce-cart .wc-block-cart__main,body.woocommerce-cart .wc-block-cart__sidebar{background:transparent!important}
body.woocommerce-cart .wc-block-cart-items{border:0!important}
body.woocommerce-cart .wc-block-cart-items__row{position:relative;background:#0d1113!important;border:1px solid #252c30!important;border-radius:18px!important;margin:0 0 12px!important;padding:15px!important;display:grid!important}
body.woocommerce-cart .wc-block-cart-item__image img{border-radius:13px!important;border:2px solid #ff5b18!important;background:#050607}
body.woocommerce-cart .wc-block-components-product-name{color:#fff!important;font-weight:900!important;font-size:16px!important}
body.woocommerce-cart .wc-block-components-product-price,body.woocommerce-cart .wc-block-formatted-money-amount{color:#ff6418!important;font-weight:900!important}
body.woocommerce-cart .wc-block-components-product-metadata{color:#b7c0c4!important;font-size:12px!important}
body.woocommerce-cart .wc-block-components-quantity-selector{background:#171c1f!important;border:1px solid #343c40!important;border-radius:12px!important;color:#fff!important}
body.woocommerce-cart .wc-block-components-quantity-selector input{color:#fff!important}
body.woocommerce-cart .wc-block-components-quantity-selector button{color:#fff!important}
body.woocommerce-cart .wc-block-cart-item__remove-link{color:#8f999e!important}
body.woocommerce-cart .wc-block-cart__totals-title{display:none!important}
body.woocommerce-cart .wc-block-components-totals-wrapper{border-color:#252c30!important}
body.woocommerce-cart .wc-block-components-totals-item__label,body.woocommerce-cart .wc-block-components-totals-item__value{color:#fff!important;font-weight:850!important}
body.woocommerce-cart .wc-block-cart__submit-button{background:#ff6418!important;color:#fff!important;border-radius:16px!important;min-height:62px!important;font-weight:950!important;font-size:17px!important}
body.woocommerce-cart .wc-block-cart__submit-button:hover{filter:brightness(1.07)}
.st388-cart-head{max-width:920px;margin:0 auto 14px;padding:0 14px}.st388-cart-head p{color:#899399;margin:0;font-size:13px}
.st388-upsells{max-width:920px;margin:16px auto 14px;padding:0 14px}.st388-upsells-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}.st388-upsells-title b{font-size:18px;color:#fff}.st388-upsells-title span{font-size:11px;color:#ff9a62;font-weight:800}
.st388-upsell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.st388-up{overflow:hidden;background:#101517;border:1px solid #30383c;border-radius:15px}.st388-up-media{height:90px;background:#181e21;overflow:hidden}.st388-up-media img{width:100%;height:100%;object-fit:cover}.st388-up-body{padding:10px}.st388-up-body strong{display:block;color:#fff;font-size:12px}.st388-up-body small{display:block;color:#98a2a7;font-size:9px;margin:3px 0 8px}.st388-up button{width:100%;border:0;border-radius:9px;background:#ff6418;color:#fff;font-weight:900;font-size:10px;padding:9px;cursor:pointer}.st388-up button:disabled{opacity:.6}
.st388-trust{max-width:920px;margin:15px auto 110px;padding:0 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.st388-trust div{background:#0d1113;border:1px solid #22292d;border-radius:14px;text-align:center;padding:13px 8px;color:#aeb7bb;font-size:10px}.st388-trust b{display:block;color:#fff;font-size:12px;margin-bottom:3px}
@media(max-width:700px){body.woocommerce-cart h1{font-size:32px!important;padding:0 14px}.st388-upsell-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.st388-up{flex:0 0 46%;scroll-snap-align:start}.st388-trust{grid-template-columns:repeat(3,1fr)}body.woocommerce-cart .wc-block-cart{padding:0 8px!important}.st388-cart-head,.st388-upsells,.st388-trust{padding-left:8px;padding-right:8px}}


/* STARTOGO v3.8.9 — upsell cleanup */
.st388-upsell-grid{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.st388-upsell-grid::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
.st388-up-media{position:relative}
.st388-up-fallback{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;flex-direction:column;
  gap:5px;text-align:center;
  background:radial-gradient(circle at 50% 20%,#263036 0,#161c20 48%,#101416 100%);
  color:#fff;
}
.st388-up-fallback span{font-size:36px;line-height:1}
.st388-up-fallback b{font-size:10px;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:700px){
  .st388-upsell-grid{
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    padding-bottom:0!important;
  }
}


/* STARTOGO v3.9.0 responsive corrections */
.st390-cart-extras{max-width:920px;margin:0 auto;padding:0 14px}
.st390-cart-intro{color:#8f999e;font-size:13px;margin:0 0 18px}

@media (min-width:781px){
  body.woocommerce-cart .wc-block-cart{
    display:grid!important;
    grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr)!important;
    gap:28px!important;
    align-items:start!important;
    max-width:920px!important;
  }
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar{
    width:auto!important;min-width:0!important;margin:0!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row{
    display:table-row!important;
  }
  .st388-upsell-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    overflow:visible!important;
    gap:10px!important;
  }
}

@media (max-width:780px){
  .st390-cart-extras{padding:0 10px}
  .st390-cart-intro{font-size:12px;margin-bottom:14px}
  .st388-upsells{padding:0!important;margin:12px 0 16px!important}
  .st388-upsells-title{gap:10px;align-items:center}
  .st388-upsells-title b{font-size:18px}
  .st388-upsells-title span{font-size:10px;text-align:right}
  .st388-upsell-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
    width:100%!important;
  }
  .st388-up{min-width:0!important;width:auto!important;flex:auto!important}
  .st388-up:last-child:nth-child(odd){grid-column:1/-1}
  .st388-up-media{height:92px!important}
  .st388-up-body{padding:9px!important}
  .st388-up-body strong{font-size:11px!important}
  .st388-up-body small{font-size:9px!important;min-height:26px}
  .st388-up button{font-size:9px!important;line-height:1.25!important;min-height:38px}
  body.woocommerce-cart .wc-block-cart{margin-bottom:120px!important}
}

@media (min-width:900px){
  .st-pdp-wrap{width:min(1120px,calc(100% - 40px))!important}
  .st-pdp-card{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;
    align-items:start!important;
  }
  .st-pdp-gallery{min-width:0}
  .st-pdp-media{aspect-ratio:1.12/1!important;min-height:0!important;max-height:650px!important}
  .st-pdp-media img{min-height:0!important}
  .st-pdp-body{padding:34px 32px 36px!important}
  .st-pdp-body h1{font-size:42px!important}
}

@media (max-width:780px){
  .st-pdp{padding-top:10px!important;padding-bottom:125px!important}
  .st-pdp-wrap{width:calc(100% - 14px)!important}
  .st-pdp-back{margin:4px 6px 10px!important}
  .st-pdp-card{border-radius:20px!important}
  .st-pdp-media{
    aspect-ratio:1.45/1!important;
    min-height:0!important;
    max-height:330px!important;
  }
  .st-pdp-media img{
    min-height:0!important;height:100%!important;
    object-fit:contain!important;background:#050607;
  }
  .st-pdp-halal{right:10px!important;bottom:10px!important}
  .st-pdp-thumbs{padding:8px 10px 10px!important;gap:7px!important}
  .st-pdp-thumb{flex-basis:58px!important;width:58px!important;height:46px!important}
  .st-pdp-body{padding:17px 16px 20px!important}
  .st-pdp-body h1{font-size:29px!important;margin-bottom:5px!important}
  .st-pdp-price,.st-pdp-price .woocommerce-Price-amount{font-size:25px!important}
  .st-pdp-desc{margin:8px 0 14px!important;font-size:12px!important}
  .st-pdp-option-group{padding:12px!important}
  .st-pdp-note{padding:12px!important}
}

body.woocommerce-cart,
body.single-product{padding-bottom:92px!important}

/* STARTOGO v3.9.1 — multi-choice upsells */
.st391-choice-list{display:grid;gap:6px;margin-top:8px}
.st391-choice-list button{
  width:100%;border:0;border-radius:9px;background:#ff6418;color:#fff;
  font-weight:900;font-size:10px;line-height:1.2;padding:9px 7px;cursor:pointer;
}
.st391-choice-list button:hover{filter:brightness(1.07)}
.st391-choice-list button:disabled{opacity:.6}
@media(max-width:780px){
  .st391-choice-list button{font-size:9px;min-height:36px}
  .st391-up .st388-up-body small{min-height:auto}
}

/* v3.9.6 supplied upsell images */
.st388-up-media img{width:100%;height:100%;display:block;object-fit:cover;}


/* v3.9.7 — mobile-only collapsible quick extras */
.st397-mobile-upsell-toggle{display:none}

@media (max-width:780px){
  .st390-cart-extras{
    margin-top:12px;
  }
  .st390-cart-extras .st388-upsell-grid{
    display:none !important;
  }
  .st390-cart-extras.st397-open .st388-upsell-grid{
    display:grid !important;
  }
  .st397-mobile-upsell-toggle{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px;
    margin:0 0 10px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    background:#111719;
    color:#fff;
    font:inherit;
    font-weight:800;
    cursor:pointer;
    text-align:left;
  }
  .st397-mobile-upsell-toggle .st397-toggle-right{
    color:#ff6418;
    white-space:nowrap;
    font-size:13px;
  }
  .st397-mobile-upsell-toggle .st397-arrow{
    display:inline-block;
    margin-left:5px;
    transition:transform .2s ease;
  }
  .st390-cart-extras.st397-open .st397-arrow{
    transform:rotate(180deg);
  }
  .st390-cart-extras .st388-upsells-title{
    display:none;
  }
  .st390-cart-extras.st397-open .st388-upsells-title{
    display:none;
  }
}


/* v3.9.8 — desktop-only premium cart panels */
@media (min-width: 781px){

  body.woocommerce-cart .wc-block-cart__main{
    background:linear-gradient(145deg,rgba(18,24,26,.98),rgba(7,11,12,.98));
    border:1px solid rgba(255,255,255,.10);
    border-radius:26px;
    padding:26px 28px 30px;
    box-shadow:0 18px 50px rgba(0,0,0,.28);
    overflow:hidden;
  }

  body.woocommerce-cart .wc-block-cart__sidebar{
    background:linear-gradient(145deg,rgba(18,24,26,.98),rgba(7,11,12,.98));
    border:1px solid rgba(255,255,255,.10);
    border-radius:26px;
    padding:26px 28px 28px !important;
    box-shadow:0 18px 50px rgba(0,0,0,.28);
    align-self:start;
    overflow:hidden;
  }

  body.woocommerce-cart .wc-block-cart-items{
    border-collapse:separate;
    border-spacing:0;
  }

  body.woocommerce-cart .wc-block-cart-items th{
    padding-top:0 !important;
    padding-bottom:18px !important;
    border-bottom:1px solid rgba(255,255,255,.11) !important;
  }

  body.woocommerce-cart .wc-block-cart-items td{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image img{
    border-radius:18px !important;
    border:2px solid #ff6418;
    background:#080b0c;
    padding:3px;
    box-shadow:0 8px 22px rgba(0,0,0,.30);
  }

  body.woocommerce-cart .wc-block-components-quantity-selector{
    border-radius:999px !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(255,255,255,.13) !important;
    min-height:42px;
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper{
    border-top-color:rgba(255,255,255,.11) !important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item{
    padding:24px 0 !important;
    margin-top:2px;
    border-top:1px solid rgba(255,255,255,.10);
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    font-size:29px !important;
    font-weight:900 !important;
    letter-spacing:-.4px;
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    color:#ff6418 !important;
  }

  body.woocommerce-cart .wc-block-cart__submit-container{
    padding-top:24px !important;
  }

  body.woocommerce-cart .wc-block-cart__submit-button{
    min-height:74px !important;
    border-radius:22px !important;
    background:linear-gradient(135deg,#ff6418,#ff7a22) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 14px 32px rgba(255,100,24,.20);
    font-size:22px !important;
    font-weight:900 !important;
    transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
  }

  body.woocommerce-cart .wc-block-cart__submit-button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(255,100,24,.28);
    filter:brightness(1.04);
  }

  body.woocommerce-cart .wc-block-components-totals-coupon,
  body.woocommerce-cart .wc-block-components-totals-discount{
    border-radius:16px;
  }
}


/* ==========================================================
   v3.9.9 — DESKTOP HOMEPAGE REDESIGN
   Header + mobile/tablet stay unchanged.
   ========================================================== */
.v399-category-head{display:none}

@media (min-width:901px){

  body.home{
    background:#060809;
    color:#fff;
  }

  body.home .v36-main{
    background:
      radial-gradient(circle at 82% 8%,rgba(255,100,24,.09),transparent 26%),
      linear-gradient(180deg,#060809 0%,#0a0d0f 44%,#060809 100%);
  }

  body.home .v36-shell{
    width:min(1320px,calc(100% - 72px));
  }

  /* HERO — larger, cinematic and properly framed */
  body.home .v36-hero{
    padding:28px 0 0;
    background:transparent;
  }

  body.home .v36-hero-inner{
    height:500px;
    grid-template-columns:46% 54%;
    border:1px solid rgba(255,255,255,.09);
    border-radius:30px;
    background:linear-gradient(145deg,#111719,#070a0b);
    box-shadow:0 28px 70px rgba(0,0,0,.36);
  }

  body.home .v36-hero-copy{
    padding:54px 0 46px 48px;
    max-width:590px;
  }

  body.home .v36-script{
    font-size:28px;
    margin-bottom:13px;
  }

  body.home .v36-hero-copy h1{
    font-size:78px;
    line-height:.89;
    letter-spacing:-4.5px;
    margin-bottom:22px;
  }

  body.home .v36-lead{
    max-width:520px;
    font-size:19px;
    line-height:1.55;
    color:#d8dddf;
    margin-bottom:22px;
  }

  body.home .v36-benefits{
    grid-template-columns:1fr 1fr;
    gap:11px 18px;
    margin-bottom:28px;
    max-width:520px;
  }

  body.home .v36-benefits li{
    font-size:14px;
    color:#f4f6f7;
  }

  body.home .v36-benefits li span{
    width:24px;
    height:24px;
    box-shadow:0 6px 18px rgba(255,100,24,.26);
  }

  body.home .v36-buttons{
    gap:12px;
  }

  body.home .v36-order,
  body.home .v36-menu-btn{
    min-width:158px;
    height:54px;
    border-radius:18px;
    font-size:15px;
  }

  body.home .v36-order{
    box-shadow:0 12px 30px rgba(255,100,24,.24);
  }

  body.home .v36-menu-btn{
    border-color:rgba(255,255,255,.22);
    background:rgba(255,255,255,.04);
  }

  body.home .v36-hero-photo{
    width:58%;
    right:0;
    border-radius:0 29px 29px 0;
    background-position:center center;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.22) 7%,#000 26%);
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.22) 7%,#000 26%);
  }

  body.home .v36-hero-inner::after{
    border-radius:30px;
    background:
      linear-gradient(90deg,#0b0f10 0%,#0b0f10 32%,rgba(11,15,16,.90) 43%,rgba(11,15,16,.28) 58%,transparent 76%);
  }

  /* SERVICE — floating premium cards */
  body.home .v36-service{
    height:auto;
    margin-top:20px;
    padding:0 0 34px;
    background:transparent;
    border:0;
  }

  body.home .v36-service-grid{
    height:auto;
    gap:14px;
  }

  body.home .v36-service-item{
    min-height:86px;
    padding:18px 22px;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:19px;
    background:linear-gradient(145deg,#121719,#0b0f10);
    box-shadow:0 14px 30px rgba(0,0,0,.18);
  }

  body.home .v36-service-item:first-child{
    padding-left:22px;
  }

  body.home .v36-service-icon{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:rgba(255,100,24,.11);
    font-size:23px;
  }

  body.home .v36-service-item strong{
    font-size:14px;
  }

  body.home .v36-service-item small{
    margin-top:5px;
    color:#91999d;
    font-size:11px;
  }

  /* CATEGORIES */
  body.home .v36-categories{
    padding:58px 0 34px;
    background:#f5f5f2;
    color:#111;
    border-radius:34px 34px 0 0;
  }

  body.home .v399-category-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:23px;
  }

  body.home .v399-category-head span{
    color:var(--orange);
    font-size:11px;
    font-weight:950;
    letter-spacing:1.7px;
  }

  body.home .v399-category-head h2{
    margin:7px 0 0;
    font-size:36px;
    line-height:1;
    letter-spacing:-1.5px;
  }

  body.home .v399-category-head a{
    margin-bottom:4px;
    padding:10px 15px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e2e2de;
    font-size:12px;
    font-weight:850;
  }

  body.home .v36-category-grid{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }

  body.home .v36-category{
    height:190px;
    border-radius:22px;
    box-shadow:0 14px 30px rgba(0,0,0,.10);
    transition:transform .2s ease,box-shadow .2s ease;
  }

  body.home .v36-category:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(0,0,0,.16);
  }

  body.home .v36-category::after{
    content:"Bekijk →";
    position:absolute;
    right:16px;
    bottom:14px;
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,100,24,.95);
    color:#fff;
    font-size:10px;
    font-weight:900;
    opacity:0;
    transform:translateY(5px);
    transition:.2s ease;
  }

  body.home .v36-category:hover::after{
    opacity:1;
    transform:none;
  }

  body.home .v36-category span{
    left:18px;
    bottom:17px;
    font-size:20px;
  }

  /* POPULAR PRODUCTS */
  body.home .v36-popular{
    padding:44px 0 50px;
    background:#f5f5f2;
    color:#111;
  }

  body.home .v36-section-head{
    margin-bottom:22px;
  }

  body.home .v36-section-head h2{
    font-size:39px;
    letter-spacing:-1.5px;
    margin-top:7px;
  }

  body.home .v36-section-head p{
    font-size:13px;
    color:#777;
    margin-top:8px;
  }

  body.home .v36-section-head>a{
    padding:10px 15px;
    border-radius:999px;
    border:1px solid #deded9;
    background:#fff;
    margin-bottom:0;
  }

  body.home .v36-products{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }

  body.home .v36-product{
    display:grid;
    grid-template-columns:46% 54%;
    min-height:218px;
    border:1px solid #e4e4df;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(0,0,0,.07);
    transition:transform .2s ease,box-shadow .2s ease;
  }

  body.home .v36-product:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 38px rgba(0,0,0,.12);
  }

  body.home .v36-product-image{
    height:100%;
    min-height:218px;
  }

  body.home .v36-product-image img{
    transition:transform .35s ease;
  }

  body.home .v36-product:hover .v36-product-image img{
    transform:scale(1.045);
  }

  body.home .v36-product-body{
    padding:24px 20px 20px;
    display:flex;
    flex-direction:column;
  }

  body.home .v36-product-title{
    font-size:19px;
    line-height:1.15;
  }

  body.home .v36-product-body p{
    height:auto;
    margin:9px 0 auto;
    color:#777;
    font-size:12px;
    line-height:1.45;
  }

  body.home .v36-price-row{
    padding-top:18px;
  }

  body.home .v36-price-row strong,
  body.home .v36-price-row .woocommerce-Price-amount{
    font-size:21px;
    color:#111;
  }

  body.home .v36-plus{
    width:42px;
    height:42px;
    border-radius:14px;
    box-shadow:0 7px 18px rgba(255,100,24,.22);
  }

  /* SATURDAY PROMO — full premium feature */
  body.home .v36-promo-wrap{
    padding:0 0 60px;
    background:#f5f5f2;
  }

  body.home .v36-promo{
    height:330px;
    grid-template-columns:56% 44%;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.08);
    background:
      radial-gradient(circle at 88% 16%,rgba(255,100,24,.18),transparent 30%),
      #090c0d;
    box-shadow:0 22px 50px rgba(0,0,0,.18);
  }

  body.home .v36-promo-photo{
    min-height:330px;
    background-position:center!important;
  }

  body.home .v36-promo-copy{
    padding:62px 48px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  body.home .v36-promo-copy>span{
    font-size:11px;
    letter-spacing:1.7px;
  }

  body.home .v36-promo-copy h2{
    max-width:480px;
    margin:10px 0 12px;
    font-size:40px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  body.home .v36-promo-copy p{
    margin-bottom:23px;
    color:#aeb5b8;
  }

  body.home .v36-promo-copy .v36-order{
    align-self:flex-start;
    min-width:170px;
  }
}


/* v4.0.0 — final desktop STAR TO GO order + promo artwork */
.v400-desktop-banner{display:none}

@media (min-width:901px){
  body.home .v400-desktop-banner{
    display:block;
    background:#f5f5f2;
    padding:0 0 62px;
  }

  body.home .v400-desktop-banner img{
    width:100%;
    height:auto;
    display:block;
    border-radius:28px;
    box-shadow:0 24px 55px rgba(0,0,0,.22);
    border:1px solid rgba(0,0,0,.08);
  }

  body.home .v400-hide-desktop-promo{
    display:none !important;
  }
}


/* v4.0.1 — clickable order/promo banner on desktop, tablet and mobile */
.v401-home-banner{
  display:block;
  background:#f5f5f2;
  padding:0 0 34px;
}

.v401-home-banner .v36-shell{
  width:min(1320px,calc(100% - 28px));
}

.v401-banner-wrap{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 18px 42px rgba(0,0,0,.20);
  background:#070909;
}

.v401-banner-wrap img{
  width:100%;
  height:auto;
  display:block;
}

.v401-banner-link{
  position:absolute;
  left:0;
  width:100%;
  z-index:3;
  cursor:pointer;
}

.v401-banner-link-top{
  top:0;
  height:56%;
}

.v401-banner-link-bottom{
  bottom:0;
  height:44%;
}

.v401-banner-link:focus-visible{
  outline:3px solid #ff6418;
  outline-offset:-5px;
}

.v401-hide-old-promo{
  display:none !important;
}

/* Retire the v4.0.0 desktop-only banner rules */
.v400-desktop-banner{
  display:none !important;
}

@media (min-width:901px){
  body.home .v401-home-banner{
    padding:0 0 62px;
  }

  body.home .v401-home-banner .v36-shell{
    width:min(1320px,calc(100% - 72px));
  }

  body.home .v401-banner-wrap{
    border-radius:28px;
    box-shadow:0 24px 55px rgba(0,0,0,.22);
  }
}

@media (max-width:900px){
  body.home .v401-home-banner{
    padding:20px 0 26px;
    background:#070a0b;
  }

  body.home .v401-banner-wrap{
    border-radius:18px;
  }
}

@media (max-width:560px){
  body.home .v401-home-banner .v36-shell{
    width:calc(100% - 20px);
  }

  body.home .v401-banner-wrap{
    border-radius:15px;
  }
}


/* v4.0.2 — split order/promo artwork on tablet + mobile */
.v402-mobile-afhalen,
.v402-mobile-promo{
  display:none;
}

@media (max-width:900px){
  body.home .v401-home-banner{
    display:none !important;
  }

  body.home .v402-mobile-afhalen,
  body.home .v402-mobile-promo{
    display:block;
    background:#070a0b;
  }

  body.home .v402-mobile-afhalen{
    padding:22px 0 18px;
  }

  body.home .v402-mobile-promo{
    padding:20px 0 28px;
  }

  body.home .v402-mobile-afhalen .v36-shell,
  body.home .v402-mobile-promo .v36-shell{
    width:min(100% - 24px, 820px);
  }

  body.home .v402-mobile-afhalen a,
  body.home .v402-mobile-promo a{
    display:block;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 16px 36px rgba(0,0,0,.24);
  }

  body.home .v402-mobile-afhalen img,
  body.home .v402-mobile-promo img{
    width:100%;
    height:auto;
    display:block;
  }
}

@media (max-width:560px){
  body.home .v402-mobile-afhalen .v36-shell,
  body.home .v402-mobile-promo .v36-shell{
    width:calc(100% - 18px);
  }

  body.home .v402-mobile-afhalen a,
  body.home .v402-mobile-promo a{
    border-radius:15px;
  }

  body.home .v402-mobile-afhalen{
    padding-top:16px;
    padding-bottom:14px;
  }
}


/* v4.0.3 — split AFHALEN + Saturday promo on ALL devices */
body.home .v401-home-banner{
  display:none !important;
}

body.home .v403-afhalen-banner,
body.home .v403-promo-banner{
  display:block !important;
}

body.home .v403-afhalen-banner{
  background:#f5f5f2;
  padding:28px 0 24px;
}

body.home .v403-promo-banner{
  background:#f5f5f2;
  padding:0 0 62px;
}

body.home .v403-afhalen-banner .v36-shell,
body.home .v403-promo-banner .v36-shell{
  width:min(1320px,calc(100% - 72px));
}

body.home .v403-afhalen-banner a,
body.home .v403-promo-banner a{
  display:block;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 24px 55px rgba(0,0,0,.20);
  background:#070909;
}

body.home .v403-afhalen-banner img,
body.home .v403-promo-banner img{
  width:100%;
  height:auto;
  display:block;
}

@media (max-width:900px){
  body.home .v403-afhalen-banner,
  body.home .v403-promo-banner{
    background:#070a0b;
  }

  body.home .v403-afhalen-banner{
    padding:22px 0 18px;
  }

  body.home .v403-promo-banner{
    padding:20px 0 28px;
  }

  body.home .v403-afhalen-banner .v36-shell,
  body.home .v403-promo-banner .v36-shell{
    width:min(100% - 24px,820px);
  }

  body.home .v403-afhalen-banner a,
  body.home .v403-promo-banner a{
    border-radius:18px;
    box-shadow:0 16px 36px rgba(0,0,0,.24);
  }
}

@media (max-width:560px){
  body.home .v403-afhalen-banner .v36-shell,
  body.home .v403-promo-banner .v36-shell{
    width:calc(100% - 18px);
  }

  body.home .v403-afhalen-banner a,
  body.home .v403-promo-banner a{
    border-radius:15px;
  }

  body.home .v403-afhalen-banner{
    padding-top:16px;
    padding-bottom:14px;
  }
}


/* v4.0.5 — clickable Google Maps hotspot on the address text */
body.home .v405-afhalen-wrap{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 24px 55px rgba(0,0,0,.20);
  background:#070909;
}

body.home .v405-afhalen-wrap img{
  display:block;
  width:100%;
  height:auto;
}

body.home .v405-menu-link,
body.home .v405-map-link{
  position:absolute;
  display:block;
}

body.home .v405-menu-link{
  inset:0;
  z-index:2;
}

/* Upper-right address label only */
body.home .v405-map-link{
  top:2.5%;
  right:1.1%;
  width:13.5%;
  height:15.5%;
  z-index:4;
  border-radius:12px;
}

body.home .v405-map-link:focus-visible{
  outline:3px solid #ff6418;
  outline-offset:2px;
}

@media (max-width:900px){
  body.home .v405-afhalen-wrap{
    border-radius:18px;
    box-shadow:0 16px 36px rgba(0,0,0,.24);
  }

  body.home .v405-map-link{
    top:2%;
    right:.8%;
    width:16%;
    height:18%;
  }
}

@media (max-width:560px){
  body.home .v405-afhalen-wrap{
    border-radius:15px;
  }

  body.home .v405-map-link{
    top:1.5%;
    right:.5%;
    width:18.5%;
    height:20%;
  }
}


/* v4.0.6 — fix legacy anchor rules hiding/covering AFHALEN artwork */
body.home .v403-afhalen-banner .v405-afhalen-wrap{
  display:block !important;
  position:relative !important;
  overflow:hidden !important;
}

body.home .v403-afhalen-banner .v405-afhalen-wrap > img{
  display:block !important;
  position:relative !important;
  z-index:1 !important;
  width:100% !important;
  height:auto !important;
  opacity:1 !important;
  visibility:visible !important;
}

body.home .v403-afhalen-banner .v405-menu-link,
body.home .v403-afhalen-banner .v405-map-link{
  position:absolute !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  margin:0 !important;
  padding:0 !important;
}

body.home .v403-afhalen-banner .v405-menu-link{
  inset:0 !important;
  width:auto !important;
  height:auto !important;
  border-radius:inherit !important;
  z-index:2 !important;
}

body.home .v403-afhalen-banner .v405-map-link{
  top:2.5% !important;
  right:1.1% !important;
  bottom:auto !important;
  left:auto !important;
  width:13.5% !important;
  height:15.5% !important;
  border-radius:12px !important;
  z-index:5 !important;
}

@media(max-width:900px){
  body.home .v403-afhalen-banner .v405-map-link{
    top:2% !important;
    right:.8% !important;
    width:16% !important;
    height:18% !important;
  }
}
@media(max-width:560px){
  body.home .v403-afhalen-banner .v405-map-link{
    top:1.5% !important;
    right:.5% !important;
    width:18.5% !important;
    height:20% !important;
  }
}


/* =========================================================
   v4.1.0 — PREMIUM DESKTOP /WINKEL
   Desktop only. Mobile + tablet intentionally untouched.
   ========================================================= */
.st410-desktop-showcase{display:none}

@media (min-width:901px){

  body.woocommerce-shop,
  body.tax-product_cat{
    background:#07090a!important;
  }

  body.woocommerce-shop .st-menu-page,
  body.tax-product_cat .st-menu-page{
    background:
      radial-gradient(circle at 15% 0%,rgba(255,100,24,.08),transparent 32%),
      linear-gradient(180deg,#090b0c 0,#0b0e10 100%);
    color:#fff;
  }

  /* Premium top area */
  body.woocommerce-shop .st-menu-top,
  body.tax-product_cat .st-menu-top{
    background:
      linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.75) 48%,rgba(0,0,0,.42) 100%),
      url("../images/hero-food.webp") center 45%/cover no-repeat;
    padding:54px 0 34px;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  body.woocommerce-shop .st-menu-kicker,
  body.tax-product_cat .st-menu-kicker{
    font-size:11px;
    letter-spacing:2.8px;
  }

  body.woocommerce-shop .st-menu-title-row,
  body.tax-product_cat .st-menu-title-row{
    padding:12px 0 14px;
    align-items:center;
  }

  body.woocommerce-shop .st-menu-title-row h1,
  body.tax-product_cat .st-menu-title-row h1{
    font-size:66px;
    letter-spacing:-1.5px;
    text-shadow:0 7px 24px rgba(0,0,0,.42);
  }

  body.woocommerce-shop .st-menu-title-row p,
  body.tax-product_cat .st-menu-title-row p{
    font-size:15px;
    color:#d1d5d6;
    margin-top:10px;
  }

  body.woocommerce-shop .st-menu-cart,
  body.tax-product_cat .st-menu-cart{
    height:54px;
    padding:0 18px;
    border-color:rgba(255,255,255,.18);
    background:rgba(12,15,17,.86);
    backdrop-filter:blur(8px);
    border-radius:18px;
    box-shadow:0 16px 34px rgba(0,0,0,.28);
  }

  /* Category showcase inspired by approved concept #2 */
  body.woocommerce-shop .st410-desktop-showcase{
    display:block;
    position:relative;
    padding:42px 0 40px;
    background:
      linear-gradient(90deg,rgba(7,9,10,.96),rgba(10,12,13,.88)),
      url("../images/hero-v36.webp") center/cover no-repeat;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .st410-showcase-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:35px;
    margin-bottom:28px;
  }

  .st410-showcase-head>div>span{
    display:block;
    color:#fff;
    font-size:11px;
    font-weight:900;
    letter-spacing:5px;
    margin-bottom:7px;
  }

  .st410-showcase-head h2{
    margin:0;
    color:#fff;
    font-family:Impact,"Arial Black",sans-serif;
    font-size:48px;
    line-height:1;
    letter-spacing:.5px;
    font-weight:900;
  }

  .st410-showcase-head h2 b{
    color:var(--orange);
    font:inherit;
  }

  .st410-showcase-head p{
    margin:9px 0 0;
    color:#b8bec1;
    font-size:13px;
  }

  .st410-location{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:310px;
    padding:12px 17px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.13);
    background:rgba(20,24,26,.86);
    box-shadow:0 13px 33px rgba(0,0,0,.28);
    color:#fff;
  }

  .st410-location>i{
    width:31px;height:31px;
    display:grid;place-items:center;
    border-radius:50%;
    background:var(--orange);
    color:#fff;
    font-size:12px;
    font-style:normal;
  }

  .st410-location span{display:flex;flex-direction:column;gap:2px}
  .st410-location strong{font-size:12px}
  .st410-location small{font-size:10px;color:#abb2b5}

  .st410-category-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
  }

  .st410-cat{
    position:relative;
    min-width:0;
    overflow:hidden;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.17);
    background:linear-gradient(180deg,#181c1e,#0d0f10);
    box-shadow:0 18px 38px rgba(0,0,0,.30);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  }

  .st410-cat:hover{
    transform:translateY(-5px);
    border-color:rgba(255,100,24,.75);
    box-shadow:0 23px 50px rgba(0,0,0,.42);
  }

  .st410-cat-photo{
    display:block;
    position:relative;
    height:128px;
    overflow:hidden;
  }

  .st410-cat-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.01);
    transition:transform .35s ease;
  }

  .st410-cat:hover .st410-cat-photo img{transform:scale(1.07)}

  .st410-cat-photo em{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.86) 100%);
  }

  .st410-cat-body{
    min-height:74px;
    display:grid;
    grid-template-columns:28px 1fr 28px;
    align-items:center;
    gap:7px;
    padding:10px 11px 12px;
  }

  .st410-cat-body i{
    color:var(--orange);
    font-style:normal;
    font-size:19px;
  }

  .st410-cat-body strong{
    color:#fff;
    font-size:12px;
    line-height:1.15;
    font-weight:950;
  }

  .st410-cat-body b{
    width:28px;height:28px;
    display:grid;place-items:center;
    border-radius:50%;
    background:var(--orange);
    color:#fff;
    font-size:14px;
  }

  /* Sticky category pills remain functional, now premium */
  body.woocommerce-shop .st-menu-tabs-sticky,
  body.tax-product_cat .st-menu-tabs-sticky{
    background:rgba(8,10,11,.94)!important;
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:0 10px 28px rgba(0,0,0,.24);
    backdrop-filter:blur(12px);
  }

  body.woocommerce-shop .st-menu-tabs,
  body.tax-product_cat .st-menu-tabs{
    padding-top:11px;
    padding-bottom:11px;
  }

  body.woocommerce-shop .st-menu-tabs a,
  body.tax-product_cat .st-menu-tabs a{
    padding:10px 16px;
    background:#14181a;
    border-color:rgba(255,255,255,.10);
    color:#c8ced0;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  }

  /* Product area */
  body.woocommerce-shop .st-menu-content,
  body.tax-product_cat .st-menu-content{
    padding:42px 0 72px;
  }

  body.woocommerce-shop .st-menu-group,
  body.tax-product_cat .st-menu-group{
    scroll-margin-top:150px;
    margin-bottom:52px;
  }

  body.woocommerce-shop .st-menu-group-head,
  body.tax-product_cat .st-menu-group-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    margin-bottom:17px;
    padding-bottom:13px;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  body.woocommerce-shop .st-menu-group-head h2,
  body.tax-product_cat .st-menu-group-head h2{
    margin:0;
    color:#fff;
    font-size:28px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.4px;
  }

  body.woocommerce-shop .st-menu-group-head h2:before,
  body.tax-product_cat .st-menu-group-head h2:before{
    content:"";
    display:inline-block;
    width:5px;
    height:25px;
    margin-right:10px;
    border-radius:8px;
    background:var(--orange);
    vertical-align:-4px;
  }

  body.woocommerce-shop .st-menu-group-head span,
  body.tax-product_cat .st-menu-group-head span{
    color:#8f989c;
    font-size:11px;
    font-weight:900;
    letter-spacing:.5px;
  }

  /* Desktop product cards — large premium vertical layout */
  body.woocommerce-shop .st-menu-grid,
  body.tax-product_cat .st-menu-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }

  body.woocommerce-shop .st-menu-card,
  body.tax-product_cat .st-menu-card{
    display:flex;
    flex-direction:column;
    min-height:355px;
    overflow:hidden;
    border-radius:22px;
    background:linear-gradient(145deg,#171b1d 0,#0f1214 100%);
    border:1px solid rgba(255,255,255,.085);
    box-shadow:0 16px 38px rgba(0,0,0,.27);
    transform:none;
    transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease;
  }

  body.woocommerce-shop .st-menu-card:hover,
  body.tax-product_cat .st-menu-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,100,24,.45);
    box-shadow:0 24px 48px rgba(0,0,0,.40);
  }

  body.woocommerce-shop .st-menu-img,
  body.tax-product_cat .st-menu-img{
    position:relative;
    width:100%;
    height:205px;
    background:#0a0c0d;
    overflow:hidden;
  }

  body.woocommerce-shop .st-menu-img:after,
  body.tax-product_cat .st-menu-img:after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:42%;
    pointer-events:none;
    background:linear-gradient(180deg,transparent,rgba(10,12,13,.58));
  }

  body.woocommerce-shop .st-menu-img img,
  body.tax-product_cat .st-menu-img img{
    transition:transform .4s ease;
  }

  body.woocommerce-shop .st-menu-card:hover .st-menu-img img,
  body.tax-product_cat .st-menu-card:hover .st-menu-img img{
    transform:scale(1.055);
  }

  body.woocommerce-shop .st-menu-info,
  body.tax-product_cat .st-menu-info{
    flex:1;
    padding:16px 17px 16px;
  }

  body.woocommerce-shop .st-menu-info h3,
  body.tax-product_cat .st-menu-info h3{
    margin:0 0 7px;
    color:#fff;
    font-size:17px;
    line-height:1.15;
    font-weight:950;
  }

  body.woocommerce-shop .st-menu-info p,
  body.tax-product_cat .st-menu-info p{
    margin:0 0 auto;
    min-height:30px;
    color:#8f989c;
    font-size:11px;
    line-height:1.45;
    -webkit-line-clamp:2;
  }

  body.woocommerce-shop .st-menu-bottom,
  body.tax-product_cat .st-menu-bottom{
    padding-top:14px;
    margin-top:auto;
    border-top:1px solid rgba(255,255,255,.07);
  }

  body.woocommerce-shop .st-menu-bottom strong,
  body.woocommerce-shop .st-menu-bottom .woocommerce-Price-amount,
  body.tax-product_cat .st-menu-bottom strong,
  body.tax-product_cat .st-menu-bottom .woocommerce-Price-amount{
    color:var(--orange)!important;
    font-size:20px;
  }

  body.woocommerce-shop .st-menu-plus,
  body.tax-product_cat .st-menu-plus{
    width:40px;
    height:40px;
    flex-basis:40px;
    background:var(--orange);
    box-shadow:0 8px 18px rgba(255,100,24,.28);
    transition:transform .2s ease,filter .2s ease;
  }

  body.woocommerce-shop .st-menu-plus:hover,
  body.tax-product_cat .st-menu-plus:hover{
    transform:scale(1.07);
    filter:brightness(1.08);
  }

  /* drink/missing photo tiles harmonized */
  body.woocommerce-shop .st-drink-visual,
  body.woocommerce-shop .st-missing-visual,
  body.tax-product_cat .st-drink-visual,
  body.tax-product_cat .st-missing-visual{
    min-height:205px;
  }
}

/* Slightly tighter desktop cards on narrower laptops */
@media (min-width:901px) and (max-width:1180px){
  .st410-category-grid{grid-template-columns:repeat(3,1fr)}
  .st410-cat-photo{height:150px}
  body.woocommerce-shop .st-menu-grid,
  body.tax-product_cat .st-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}


/* =========================================================
   v4.1.1 — DESKTOP /WINKEL COMPOSITION FIX
   One premium hero only: remove old "ONS MENU" block on desktop.
   Mobile/tablet stay exactly on the existing layout.
   ========================================================= */
@media (min-width:901px){

  body.woocommerce-shop .st-menu-top{
    display:none !important;
  }

  body.woocommerce-shop .st410-desktop-showcase{
    display:block !important;
    min-height:430px;
    padding:54px 0 46px !important;
    background:
      linear-gradient(90deg,rgba(5,7,8,.96) 0%,rgba(7,9,10,.84) 48%,rgba(6,7,8,.56) 100%),
      url("../images/hero-v36.webp") center 48%/cover no-repeat !important;
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  body.woocommerce-shop .st410-showcase-head{
    min-height:128px;
    align-items:flex-start;
    margin-bottom:34px;
  }

  body.woocommerce-shop .st410-showcase-head>div{
    padding-top:4px;
  }

  body.woocommerce-shop .st410-showcase-head>div>span{
    color:#f2f2f2;
    font-size:12px;
    letter-spacing:6px;
  }

  body.woocommerce-shop .st410-showcase-head h2{
    font-size:62px;
    letter-spacing:-.8px;
    margin-top:5px;
  }

  body.woocommerce-shop .st410-showcase-head p{
    color:#e1e4e5;
    font-size:15px;
    margin-top:11px;
  }

  body.woocommerce-shop .st410-location{
    margin-top:4px;
    min-width:330px;
    padding:14px 18px;
    background:rgba(10,13,14,.88);
    border:1px solid rgba(255,100,24,.42);
  }

  body.woocommerce-shop .st410-category-grid{
    gap:14px;
  }

  body.woocommerce-shop .st410-cat{
    border-radius:18px;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(10,12,13,.94);
  }

  body.woocommerce-shop .st410-cat-photo{
    height:158px;
  }

  body.woocommerce-shop .st410-cat-body{
    min-height:78px;
    padding:11px 13px 13px;
  }

  body.woocommerce-shop .st410-cat-body strong{
    font-size:13px;
  }

  /* Product list follows the hero directly, with the existing sticky nav retained. */
  body.woocommerce-shop .st-menu-tabs-sticky{
    position:sticky;
    top:0;
    z-index:80;
  }

  body.admin-bar.woocommerce-shop .st-menu-tabs-sticky{
    top:32px;
  }

  body.woocommerce-shop .st-menu-content{
    padding-top:38px;
    background:
      radial-gradient(circle at 0% 0%,rgba(255,100,24,.055),transparent 28%),
      #090b0c;
  }

  body.woocommerce-shop .st-menu-group-head{
    margin-bottom:20px;
  }

  body.woocommerce-shop .st-menu-group-head h2{
    font-size:30px;
  }

  body.woocommerce-shop .st-menu-card{
    min-height:370px;
  }

  body.woocommerce-shop .st-menu-img{
    height:220px;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body.woocommerce-shop .st410-desktop-showcase{
    min-height:auto;
  }
  body.woocommerce-shop .st410-showcase-head h2{
    font-size:52px;
  }
  body.woocommerce-shop .st410-cat-photo{
    height:165px;
  }
}


/* v4.1.2 — premium interstitial advertising banners inside /winkel/ */
.st412-menu-ad{
  margin:8px 0 52px;
  width:100%;
}

.st412-menu-ad a,
.st412-menu-ad>div{
  display:block;
  overflow:hidden;
  border-radius:24px;
  background:#090b0c;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 22px 50px rgba(0,0,0,.30);
}

.st412-menu-ad img{
  display:block;
  width:100%;
  height:auto;
}

@media(min-width:901px){
  body.woocommerce-shop .st412-menu-ad{
    margin-top:4px;
    margin-bottom:58px;
  }
  body.woocommerce-shop .st412-menu-ad a,
  body.woocommerce-shop .st412-menu-ad>div{
    border-radius:26px;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  }
  body.woocommerce-shop .st412-menu-ad a:hover{
    transform:translateY(-3px);
    border-color:rgba(255,100,24,.45);
    box-shadow:0 28px 58px rgba(0,0,0,.40);
  }
}

@media(max-width:900px){
  body.woocommerce-shop .st412-menu-ad{
    margin:4px 0 34px;
  }
  body.woocommerce-shop .st412-menu-ad a,
  body.woocommerce-shop .st412-menu-ad>div{
    border-radius:17px;
  }
}


/* v4.1.3 — /winkel/ uses the current WooCommerce product image for ALL products, including Frisdranken */
body.woocommerce-shop .st-menu-img .st-menu-product-photo,
body.tax-product_cat .st-menu-img .st-menu-product-photo{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   STAR TO GO v4.2.0 — premium single product experience
   Scope: single product only. Shop/cart/home remain untouched.
   ========================================================= */
body.single-product .st420-pdp{
  background:
    radial-gradient(circle at 78% 17%,rgba(255,99,20,.10),transparent 28%),
    radial-gradient(circle at 12% 26%,rgba(255,255,255,.035),transparent 24%),
    #050607;
  padding-top:18px!important;
}
body.single-product .st420-pdp .st-pdp-wrap{width:min(1460px,calc(100% - 54px))!important}

.st420-crumbs{
  min-height:38px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  color:#767e83;font-size:12px;font-weight:800;margin:0 4px 14px;
}
.st420-crumbs a{color:#aeb4b7;text-decoration:none}
.st420-crumbs a:hover{color:#ff6418}
.st420-crumbs span{color:#4f565a}
.st420-crumbs b{color:#c9ced0}
.st420-crumbs strong{color:#fff}

body.single-product .st420-product-card{
  width:100%!important;display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(510px,.92fr)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#090b0c 0%,#060708 100%)!important;
  overflow:hidden!important;
  box-shadow:0 28px 80px rgba(0,0,0,.48)!important;
}
.st420-gallery{border-right:1px solid rgba(255,255,255,.08)}
body.single-product .st420-media{
  aspect-ratio:1.42/1!important;max-height:none!important;min-height:520px!important;
  background:#080a0b!important;
}
body.single-product .st420-media img{object-fit:cover!important;height:100%!important}
.st420-photo-copy{
  position:absolute;left:30px;top:28px;z-index:2;display:flex;flex-direction:column;
  padding:14px 18px;border-left:3px solid #ff6418;
  background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,0));
  text-shadow:0 2px 14px #000;
}
.st420-photo-copy span{font:800 13px/1.1 Arial,sans-serif;color:#fff;letter-spacing:1.2px;text-transform:uppercase}
.st420-photo-copy strong{font:950 24px/1.05 Arial,sans-serif;color:#fff;margin-top:4px}
body.single-product .st-pdp-halal{
  background:#ff6418!important;color:#fff!important;border:1px solid rgba(255,255,255,.2);
  box-shadow:0 8px 22px rgba(0,0,0,.28);font-weight:950!important;
}

.st420-gallery .st-pdp-thumbs{padding:13px 16px 14px!important;background:#080a0b}
.st420-gallery .st-pdp-thumb{
  width:86px!important;height:65px!important;flex-basis:86px!important;border-radius:11px!important;
  opacity:.72;transition:.2s ease!important
}
.st420-gallery .st-pdp-thumb:hover,.st420-gallery .st-pdp-thumb.is-active{opacity:1}
.st420-gallery-trust{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:13px 16px 15px;
  border-top:1px solid rgba(255,255,255,.07);background:#07090a;
}
.st420-gallery-trust span{
  display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:34px;padding:0 10px;color:#aeb5b8;font-size:10px;font-weight:850;
  border-right:1px solid rgba(255,255,255,.07)
}
.st420-gallery-trust span:last-child{border-right:0}

body.single-product .st420-product-body{padding:34px 38px 34px!important}
body.single-product .st420-product-body .st-pdp-category{
  font-size:10px!important;letter-spacing:1.8px!important;margin-bottom:9px!important
}
body.single-product .st420-product-body h1{
  font-size:46px!important;line-height:.98!important;letter-spacing:-1.2px!important;margin:0!important
}
.st420-title-line{width:70px;height:3px;border-radius:99px;background:#ff6418;margin:15px 0 17px}
body.single-product .st420-product-body .st-pdp-price,
body.single-product .st420-product-body .st-pdp-price .woocommerce-Price-amount{
  font-size:34px!important;line-height:1!important;color:#ff6418!important
}
body.single-product .st420-product-body .st-pdp-desc{
  font-size:14px!important;line-height:1.55!important;color:#c8cdcf!important;margin:15px 0 20px!important
}

.st420-builder{
  margin:18px 0 16px;padding:17px 17px 15px;border-radius:18px;
  border:1px solid #2a3034;background:linear-gradient(145deg,#0d1113,#090c0d);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.st420-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}
.st420-eyebrow{display:block;color:#ff6418;font-size:8px;font-weight:950;letter-spacing:1.7px;margin-bottom:4px}
.st420-builder h2{margin:0!important;font-size:19px!important;line-height:1.1!important;color:#fff}
.st420-builder-head p{margin:5px 0 0;color:#8d969a;font-size:10px;line-height:1.35}
.st420-builder-head p b{color:#dce0e2}
.st420-zonder-badge{
  flex:0 0 auto;border:1px solid rgba(255,100,24,.35);background:rgba(255,100,24,.10);
  color:#ff7b35;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:950;letter-spacing:1px
}

.st420-choice-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.st420-choice{
  position:relative;appearance:none;-webkit-appearance:none;min-width:0;min-height:105px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
  padding:10px 5px 9px;border-radius:12px;border:1px solid #30363a;
  background:linear-gradient(145deg,#151a1d,#0d1012);color:#fff;cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);transition:.18s ease
}
.st420-choice:hover{transform:translateY(-2px);border-color:#5d666b}
.st420-choice-icon{
  width:43px;height:43px;border-radius:10px;display:grid;place-items:center;
  background:#1a2023;font-size:25px;line-height:1;border:1px solid rgba(255,255,255,.08)
}
.st420-choice strong{
  width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  color:#f3f5f6;font-size:9px;font-weight:950;text-align:center
}
.st420-choice-state{
  color:#76b928;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.3px
}
.st420-choice::after{
  content:"✓";position:absolute;right:6px;top:6px;width:18px;height:18px;border-radius:50%;
  display:grid;place-items:center;background:#ff6418;color:#fff;font-size:10px;font-weight:950;
  box-shadow:0 4px 12px rgba(255,100,24,.24)
}
.st420-choice.is-excluded{
  border-color:#ff6418;background:linear-gradient(145deg,rgba(255,100,24,.12),#111416);
  box-shadow:0 0 0 1px rgba(255,100,24,.15),inset 0 1px 0 rgba(255,255,255,.04)
}
.st420-choice.is-excluded::after{content:"×";background:#ff6418}
.st420-choice.is-excluded .st420-choice-state{color:#ff7b35}
.st420-choice.is-excluded .st420-choice-icon{filter:saturate(.65);opacity:.78}
.st420-hidden-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

.st420-zonder-summary{
  display:flex;gap:8px;align-items:flex-start;margin-top:11px;padding:9px 11px;
  border-radius:10px;background:#080a0b;border:1px dashed #2b3236;font-size:9px
}
.st420-zonder-summary span{color:#ff6418;font-weight:950;text-transform:uppercase;letter-spacing:.7px}
.st420-zonder-summary strong{color:#aeb5b8;font-weight:800;line-height:1.35}

body.single-product .st420-note{
  padding:13px 14px!important;border-radius:14px!important;margin:0 0 14px!important;background:#0d1113!important
}
body.single-product .st420-note textarea{min-height:70px!important}

body.single-product .st420-cart form.cart{
  display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:11px!important;
}
body.single-product .st420-cart .quantity{
  min-height:58px!important;border-radius:15px!important;background:#111618!important
}
body.single-product .st420-cart .qty{width:100%!important;height:58px!important;font-size:17px!important}
body.single-product .st420-cart .single_add_to_cart_button{
  min-height:58px!important;border-radius:15px!important;font-size:14px!important;
  background:linear-gradient(90deg,#ff6418,#ff7a16)!important;
  box-shadow:0 14px 32px rgba(255,100,24,.23)!important
}

body.single-product .st420-trust{
  grid-template-columns:repeat(4,1fr)!important;gap:0!important;margin-top:18px!important;padding-top:16px!important
}
body.single-product .st420-trust div{
  min-height:44px!important;border-right:1px solid #202529;padding:0 7px!important;font-size:9px!important
}
body.single-product .st420-trust div:last-child{border-right:0}
body.single-product .st420-trust b{font-size:18px!important}

.st420-description{
  display:grid;grid-template-columns:4px 1fr;gap:15px;margin:20px 0 0;padding:20px 22px;
  border:1px solid #1f2528;border-radius:17px;background:#090b0c;color:#afb6b9;
  box-shadow:0 14px 38px rgba(0,0,0,.22)
}
.st420-description>span{display:block;border-radius:99px;background:#ff6418}
.st420-description h2{margin:0 0 7px;color:#fff;font-size:18px}
.st420-description p{margin:0;color:#aeb5b8;font-size:12px;line-height:1.6}

/* Keep old row selectors out of this new builder. */
body.single-product .st420-builder .st-choice,
body.single-product .st420-builder .st-pdp-option-group{display:none!important}

@media(max-width:1180px){
  body.single-product .st420-pdp .st-pdp-wrap{width:min(1120px,calc(100% - 30px))!important}
  body.single-product .st420-product-card{grid-template-columns:minmax(0,1fr) minmax(455px,.92fr)!important}
  .st420-choice-grid{grid-template-columns:repeat(4,1fr)}
  .st420-choice:nth-of-type(n+5){min-height:96px}
}

@media(max-width:900px){
  body.single-product .st420-pdp .st-pdp-wrap{width:calc(100% - 16px)!important}
  .st420-crumbs{font-size:10px;gap:7px;margin:0 5px 10px}
  body.single-product .st420-product-card{display:block!important;border-radius:20px!important}
  .st420-gallery{border-right:0}
  body.single-product .st420-media{aspect-ratio:1.45/1!important;min-height:0!important;max-height:430px!important}
  body.single-product .st420-media img{object-fit:contain!important;background:#050607}
  .st420-photo-copy{left:15px;top:14px;padding:9px 12px}
  .st420-photo-copy span{font-size:9px}
  .st420-photo-copy strong{font-size:17px}
  .st420-gallery-trust{display:none}
  body.single-product .st420-product-body{padding:20px 17px 22px!important}
  body.single-product .st420-product-body h1{font-size:31px!important}
  .st420-title-line{margin:10px 0 13px}
  body.single-product .st420-product-body .st-pdp-price,
  body.single-product .st420-product-body .st-pdp-price .woocommerce-Price-amount{font-size:27px!important}
  .st420-choice-grid{grid-template-columns:repeat(4,1fr)}
  .st420-choice{min-height:94px;padding:8px 4px}
  .st420-choice-icon{width:38px;height:38px;font-size:21px}
  .st420-choice strong{font-size:8px}
  body.single-product .st420-cart form.cart{grid-template-columns:90px minmax(0,1fr)!important}
  body.single-product .st420-cart .single_add_to_cart_button{font-size:12px!important;padding:0 10px!important}
}

@media(max-width:520px){
  .st420-crumbs b{display:none}
  .st420-crumbs span:nth-of-type(3){display:none}
  .st420-gallery .st-pdp-thumbs{padding:9px 10px 10px!important}
  .st420-gallery .st-pdp-thumb{width:60px!important;height:48px!important;flex-basis:60px!important}
  .st420-builder{padding:14px 11px 12px}
  .st420-builder-head{gap:8px}
  .st420-zonder-badge{display:none}
  .st420-choice-grid{grid-template-columns:repeat(4,1fr);gap:6px}
  .st420-choice{min-height:88px;border-radius:10px}
  .st420-choice-icon{width:34px;height:34px;font-size:19px}
  .st420-choice strong{font-size:7.5px}
  .st420-choice-state{font-size:7px}
  body.single-product .st420-cart form.cart{grid-template-columns:74px minmax(0,1fr)!important}
  body.single-product .st420-cart .qty{font-size:15px!important}
  body.single-product .st420-trust{grid-template-columns:repeat(2,1fr)!important}
  body.single-product .st420-trust div:nth-child(2){border-right:0}
  body.single-product .st420-trust div:nth-child(-n+2){border-bottom:1px solid #202529}
  .st420-description{margin-top:14px;padding:16px}
}


/* =========================================================
   v4.2.1 — premium "Maak het compleet" product-page upsells
   ========================================================= */
.st421-complete{
  margin:22px 0 4px;
  padding:22px;
  border:1px solid #1f2528;
  border-radius:20px;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,100,24,.08),transparent 26%),
    linear-gradient(145deg,#0a0c0d,#07090a);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.st421-complete-head{
  display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px
}
.st421-complete-head span{
  display:block;color:#ff6418;font-size:9px;font-weight:950;letter-spacing:1.8px;margin-bottom:4px
}
.st421-complete-head h2{margin:0;color:#fff;font-size:24px;line-height:1.08}
.st421-complete-head p{margin:6px 0 0;color:#8e979b;font-size:11px}
.st421-complete-head>a{color:#ff7a2b;text-decoration:none;font-size:10px;font-weight:900;white-space:nowrap}
.st421-upsell-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.st421-up-card{
  overflow:hidden;border:1px solid #252b2f;border-radius:16px;background:#0b0e10;
  box-shadow:0 10px 28px rgba(0,0,0,.22);transition:.2s ease
}
.st421-up-card:hover{transform:translateY(-3px);border-color:rgba(255,100,24,.34)}
.st421-up-media{position:relative;display:block;height:128px;overflow:hidden;background:#111619}
.st421-up-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease}
.st421-up-card:hover .st421-up-media img{transform:scale(1.035)}
.st421-up-media>span{height:100%;display:grid;place-items:center;font-size:40px;color:#ff6418}
.st421-up-media em{
  position:absolute;left:10px;top:10px;padding:6px 8px;border-radius:999px;
  background:rgba(7,9,10,.88);border:1px solid rgba(255,255,255,.12);
  color:#fff;font-style:normal;font-size:7px;font-weight:950;letter-spacing:1px
}
.st421-up-body{padding:13px}
.st421-up-body h3{margin:0;color:#fff;font-size:15px}
.st421-up-body p{margin:5px 0 0;color:#929b9f;font-size:9px;line-height:1.45;min-height:27px}
.st421-choice-pills{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
.st421-choice-pills button{
  appearance:none;border:1px solid #31383c;background:#111619;color:#cbd0d2;
  border-radius:999px;padding:5px 7px;font-size:7px;font-weight:850;cursor:pointer
}
.st421-choice-pills button:hover,.st421-choice-pills button.is-selected{
  border-color:#ff6418;background:rgba(255,100,24,.12);color:#ff7d36
}
.st421-up-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.st421-up-bottom strong,.st421-up-bottom .woocommerce-Price-amount{color:#ff6418!important;font-size:14px!important}
.st421-add{
  min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:10px;
  background:#ff6418;color:#fff!important;text-decoration:none!important;font-size:8px;font-weight:950
}
.st421-add span{font-size:17px;line-height:1}

@media(max-width:1080px){
  .st421-upsell-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .st421-complete{padding:15px 12px;border-radius:16px;margin-top:15px}
  .st421-complete-head{align-items:flex-start}
  .st421-complete-head h2{font-size:19px}
  .st421-complete-head p{font-size:9px}
  .st421-complete-head>a{display:none}
  .st421-upsell-grid{grid-template-columns:1fr 1fr;gap:8px}
  .st421-up-media{height:96px}
  .st421-up-body{padding:10px}
  .st421-up-body h3{font-size:12px}
  .st421-up-body p{font-size:8px;min-height:35px}
  .st421-choice-pills{gap:4px}
  .st421-choice-pills button{font-size:6.5px;padding:4px 6px}
  .st421-up-bottom{display:block}
  .st421-add{margin-top:8px;width:100%;justify-content:center;box-sizing:border-box}
}


/* =========================================================
   v4.2.2 — realistic ingredient photography
   ========================================================= */
body.single-product .st422-choice-photo{
  width:100%!important;
  height:58px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  padding:0!important;
  background:#111!important;
  border:1px solid rgba(255,255,255,.09)!important;
}
body.single-product .st422-choice-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:scale(1.01);
}
body.single-product .st420-choice{
  min-height:126px!important;
  justify-content:flex-start!important;
  padding:7px 6px 9px!important;
}
body.single-product .st420-choice strong{
  margin-top:2px!important;
}
body.single-product .st420-choice.is-excluded .st422-choice-photo img{
  filter:grayscale(.65) brightness(.62)!important;
  opacity:.72!important;
}
body.single-product .st420-choice.is-excluded .st422-choice-photo{
  border-color:rgba(255,100,24,.65)!important;
}
body.single-product .st420-choice:hover .st422-choice-photo img{
  transform:scale(1.05);
  transition:transform .2s ease;
}

@media(max-width:900px){
  body.single-product .st422-choice-photo{height:54px!important}
  body.single-product .st420-choice{min-height:117px!important}
}
@media(max-width:520px){
  body.single-product .st422-choice-photo{height:47px!important}
  body.single-product .st420-choice{min-height:105px!important;padding:6px 4px 8px!important}
}


/* =========================================================
   v4.2.3 — STAR TO GO premium footer
   ========================================================= */
.st423-footer{
  position:relative;
  overflow:hidden;
  margin-top:60px;
  color:#f3f3f3;
  background:
    radial-gradient(circle at 93% 14%,rgba(255,100,24,.18),transparent 24%),
    radial-gradient(circle at 2% 82%,rgba(255,100,24,.08),transparent 20%),
    linear-gradient(180deg,#07090a 0%,#050607 100%);
  border-top:1px solid rgba(255,100,24,.22);
}
.st423-footer:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(115deg,transparent 0 65%,rgba(255,100,24,.03) 65% 100%),
    radial-gradient(circle at 82% 76%,rgba(255,255,255,.025),transparent 25%);
  pointer-events:none;
}
.st423-footer-glow{
  height:3px;
  background:linear-gradient(90deg,transparent,#ff6418 18%,#ff7a16 50%,#ff6418 82%,transparent);
  box-shadow:0 0 24px rgba(255,100,24,.4)
}
.st423-footer-shell{position:relative;z-index:1;width:min(1460px,calc(100% - 54px));margin:0 auto}
.st423-footer-main{
  display:grid;
  grid-template-columns:1.35fr .72fr .95fr .8fr;
  gap:48px;
  padding:58px 0 42px;
}
.st423-brand-logo{display:inline-flex;align-items:center;gap:13px;text-decoration:none;color:#fff}
.st423-star{
  color:#ff6418;font-size:54px;line-height:1;font-weight:900;transform:rotate(-4deg);
  text-shadow:0 0 20px rgba(255,100,24,.15)
}
.st423-logo-text{display:flex;flex-direction:column}
.st423-logo-text strong{font-size:30px;line-height:1;font-weight:950;letter-spacing:-1px}
.st423-logo-text small{margin-top:6px;font-size:8px;letter-spacing:4px;color:#d5d9da;font-weight:800}
.st423-script{
  margin:25px 0 28px;
  color:#ff6a1a;
  font-size:29px;
  line-height:1.07;
  font-family:"Brush Script MT","Segoe Script",cursive;
  transform:rotate(-2deg);
  max-width:320px
}
.st423-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:520px}
.st423-benefits>div{
  min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;border-right:1px solid rgba(255,255,255,.08);padding:0 8px
}
.st423-benefits>div:last-child{border-right:0}
.st423-benefits b{font-size:21px;color:#ff6418;margin-bottom:6px}
.st423-benefits span{font-size:9px;line-height:1.35;color:#d4d8da;font-weight:800}

.st423-col h3{margin:0;color:#fff;font-size:21px;line-height:1;font-weight:950}
.st423-line{display:block;width:42px;height:3px;border-radius:99px;background:#ff6418;margin:14px 0 20px}
.st423-col nav{display:flex;flex-direction:column;gap:11px}
.st423-col nav a{
  color:#d1d6d8;text-decoration:none;font-size:12px;font-weight:750;
  transition:.18s ease
}
.st423-col nav a:before{content:"→";color:#ff6418;margin-right:9px;font-weight:950}
.st423-col nav a:hover{color:#fff;transform:translateX(3px)}

.st423-contact-list{display:flex;flex-direction:column;gap:14px}
.st423-contact-list a{
  display:flex;align-items:flex-start;gap:10px;color:#d4d9db;text-decoration:none;font-size:11px;line-height:1.45
}
.st423-contact-list b{color:#ff6418;font-size:18px;line-height:1.05}
.st423-contact-list a:hover span{color:#fff}

.st423-hours dl{margin:0;display:flex;flex-direction:column;gap:7px}
.st423-hours dl div{display:grid;grid-template-columns:34px 1fr;gap:10px}
.st423-hours dt{color:#fff;font-size:11px;font-weight:900}
.st423-hours dd{margin:0;color:#cbd0d2;font-size:11px}

.st423-footer-pay{
  display:flex;justify-content:space-between;gap:42px;align-items:center;
  padding:22px 0 25px;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.08)
}
.st423-pay-left{min-width:0;flex:1}
.st423-pay-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#dce0e2;font-size:11px;font-weight:900}
.st423-pay-title b{color:#ff6418}
.st423-pay-badges{display:flex;flex-wrap:wrap;gap:8px}
.st423-pay-badges span{
  min-width:78px;height:38px;display:grid;place-items:center;padding:0 10px;
  border:1px solid #2a3034;border-radius:8px;background:#0d1113;color:#eef0f1;
  font-size:9px;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)
}
.st423-pay-right{display:grid;grid-template-columns:1fr;gap:9px;min-width:245px}
.st423-pay-right div{display:flex;align-items:center;gap:9px;color:#d9dddf;font-size:10px;font-weight:800}
.st423-pay-right b{color:#ff6418;font-size:16px}

.st423-footer-bottom{
  min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.st423-footer-bottom p{margin:0;color:#8e979b;font-size:10px}
.st423-credit{
  display:flex;align-items:center;gap:8px;text-decoration:none;
  color:#b8c0c3;transition:.2s ease
}
.st423-credit span{font-size:10px}
.st423-credit b{color:#ff6418;font-size:16px}
.st423-credit strong{
  color:#ff6d20;font-size:22px;line-height:1;
  font-family:"Brush Script MT","Segoe Script",cursive;font-weight:500
}
.st423-credit em{font-style:normal;color:#ff6418;font-size:12px}
.st423-credit small{color:#d5d9da;font-size:10px;text-decoration:underline}
.st423-credit:hover{transform:translateY(-1px)}
.st423-credit:hover strong,.st423-credit:hover small{color:#fff}

@media(max-width:1100px){
  .st423-footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:34px}
  .st423-brand{grid-column:1/-1}
  .st423-benefits{max-width:620px}
}
@media(max-width:760px){
  .st423-footer-shell{width:calc(100% - 24px)}
  .st423-footer-main{grid-template-columns:1fr 1fr;gap:28px 22px;padding:38px 0 30px}
  .st423-brand{grid-column:1/-1}
  .st423-benefits{grid-template-columns:repeat(2,1fr)}
  .st423-benefits>div{border-bottom:1px solid rgba(255,255,255,.08)}
  .st423-benefits>div:nth-child(2n){border-right:0}
  .st423-benefits>div:nth-last-child(-n+2){border-bottom:0}
  .st423-footer-pay{display:block}
  .st423-pay-right{margin-top:18px;min-width:0}
  .st423-footer-bottom{padding:18px 0;display:block;text-align:center}
  .st423-credit{margin-top:12px;justify-content:center;flex-wrap:wrap}
}
@media(max-width:520px){
  .st423-footer-main{grid-template-columns:1fr}
  .st423-brand{grid-column:auto}
  .st423-logo-text strong{font-size:25px}
  .st423-star{font-size:46px}
  .st423-script{font-size:24px}
  .st423-col h3{font-size:18px}
  .st423-pay-badges span{min-width:68px;font-size:8px}
  .st423-credit strong{font-size:19px}
}


/* =========================================================
   v4.2.4 — compact premium footer + restored mobile bottom nav
   ========================================================= */
.st423-footer{display:none!important}

.st424-footer{
  margin-top:56px;
  background:
    radial-gradient(circle at 92% 20%,rgba(255,100,24,.08),transparent 24%),
    linear-gradient(180deg,#080a0b,#050607);
  border-top:1px solid rgba(255,100,24,.28);
  color:#fff;
}
.st424-footer-shell{width:min(1440px,calc(100% - 50px));margin:0 auto}
.st424-top{
  display:grid;
  grid-template-columns:1.35fr .55fr .9fr .75fr;
  gap:46px;
  padding:48px 0 34px;
}
.st424-logo{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.st424-star{font-size:46px;color:#ff6418;line-height:1}
.st424-logo>span:last-child{display:flex;flex-direction:column}
.st424-logo strong{font-size:28px;line-height:1;font-weight:950;letter-spacing:-.8px}
.st424-logo small{margin-top:5px;font-size:7px;letter-spacing:3.5px;color:#bfc5c8}
.st424-brand p{max-width:420px;margin:18px 0 17px;color:#aeb6ba;font-size:11px;line-height:1.6}
.st424-pills{display:flex;flex-wrap:wrap;gap:7px}
.st424-pills span{
  padding:7px 10px;border-radius:999px;background:#0e1214;border:1px solid #2b3135;
  color:#d8dddf;font-size:8px;font-weight:900
}
.st424-col{display:flex;flex-direction:column;gap:9px}
.st424-col h3{position:relative;margin:0 0 8px;color:#fff;font-size:15px;font-weight:950}
.st424-col h3:after{content:"";display:block;width:30px;height:2px;background:#ff6418;margin-top:8px;border-radius:2px}
.st424-col a{color:#bfc6c9;text-decoration:none;font-size:10px;line-height:1.45}
.st424-col a:hover{color:#ff7a2e}
.st424-hours div{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#aeb6ba}
.st424-hours b{color:#e6e9ea;font-weight:900}

.st424-mid{
  display:flex;justify-content:space-between;gap:30px;align-items:center;
  padding:17px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)
}
.st424-pay,.st424-trust{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.st424-pay>span{margin-right:4px;color:#dce0e2;font-size:9px;font-weight:900}
.st424-pay b{
  padding:6px 9px;border-radius:7px;border:1px solid #2a3034;background:#0c1012;
  color:#f0f2f3;font-size:8px
}
.st424-trust span{color:#aeb6ba;font-size:9px;font-weight:800}
.st424-bottom{
  min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  color:#7f898d;font-size:9px
}
.st424-credit{color:#aeb6ba;text-decoration:none}
.st424-credit b{
  color:#ff6d20;font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:18px;font-weight:500;margin:0 4px
}
.st424-credit:hover{color:#fff}

/* Ensure the existing app-style mobile bottom nav remains visible above all footer content. */
@media(max-width:900px){
  .st424-footer{margin-bottom:76px}
  .st424-footer-shell{width:calc(100% - 24px)}
  .st424-top{grid-template-columns:1fr 1fr;gap:26px 22px;padding:34px 0 25px}
  .st424-brand{grid-column:1/-1}
  .st424-mid{display:block}
  .st424-trust{margin-top:12px}
  .st424-bottom{padding:14px 0;display:block;text-align:center}
  .st424-credit{display:inline-block;margin-top:8px}
  .st-bottom-nav,.mobile-bottom-nav,.st-mobile-nav,.v36-bottom-nav,.st388-bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;right:0!important;bottom:0!important;
    z-index:10050!important;
  }
}
@media(max-width:520px){
  .st424-top{grid-template-columns:1fr}
  .st424-brand{grid-column:auto}
  .st424-logo strong{font-size:24px}
  .st424-logo small{letter-spacing:2.8px}
  .st424-mid{padding:14px 0}
  .st424-pay b{font-size:7px;padding:5px 7px}
  .st424-trust{display:grid;grid-template-columns:1fr}
}


/* =========================================================
   v4.2.5 — 3-column premium footer using first visual concept
   ========================================================= */
.st424-footer{display:none!important}
.st425-footer{
  position:relative;
  overflow:hidden;
  margin-top:58px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,100,24,.14),transparent 26%),
    linear-gradient(180deg,#07090a 0%,#050607 100%);
  border-top:2px solid #ff6418;
}
.st425-footer:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(110deg,transparent 0 68%,rgba(255,100,24,.05) 68% 100%);
}
.st425-food{
  position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:contain;opacity:.34;
  filter:saturate(1.04) contrast(1.06);
}
.st425-food-left{
  left:-35px;bottom:72px;width:300px;height:230px;
  background-image:url("../images/footer-food-left-v425.jpg");
  background-position:left bottom;
}
.st425-food-right{
  right:-55px;bottom:64px;width:360px;height:340px;
  background-image:url("../images/footer-food-right-v425.jpg");
  background-position:right bottom;
}
.st425-shell{position:relative;z-index:1;width:min(1440px,calc(100% - 54px));margin:0 auto}
.st425-grid{
  display:grid;
  grid-template-columns:1.05fr 1.25fr .78fr;
  gap:64px;
  padding:56px 0 38px;
}
.st425-col{min-width:0}
.st425-logo{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff}
.st425-star{font-size:52px;color:#ff6418;line-height:1}
.st425-logo>span:last-child{display:flex;flex-direction:column}
.st425-logo strong{font-size:31px;line-height:1;font-weight:950;letter-spacing:-1px}
.st425-logo small{margin-top:6px;font-size:7px;letter-spacing:4px;color:#d0d5d7}
.st425-script{
  margin:28px 0 25px;
  color:#ff6a1a;
  font:500 31px/1.08 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-2deg)
}
.st425-brand-points{display:flex;flex-direction:column;gap:8px}
.st425-brand-points span{color:#cbd1d3;font-size:10px;font-weight:800}

.st425-center{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:44px;
}
.st425-col h3{margin:0;color:#fff;font-size:20px;font-weight:950}
.st425-col h3+i{
  display:block;width:38px;height:3px;background:#ff6418;border-radius:99px;margin:12px 0 18px
}
.st425-links nav{display:flex;flex-direction:column;gap:10px}
.st425-links nav a{color:#d1d6d8;text-decoration:none;font-size:11px;font-weight:800}
.st425-links nav a:before{content:"→";color:#ff6418;margin-right:8px}
.st425-links nav a:hover{color:#fff;transform:translateX(2px)}

.st425-contact{display:flex;flex-direction:column}
.st425-contact a{
  display:flex;align-items:flex-start;gap:9px;color:#d2d7d9;text-decoration:none;
  font-size:10px;line-height:1.45;margin-bottom:12px
}
.st425-contact b{color:#ff6418;font-size:16px;line-height:1}
.st425-contact a:hover span{color:#fff}

.st425-hours dl{margin:0;display:flex;flex-direction:column;gap:7px}
.st425-hours dl div{display:grid;grid-template-columns:32px 1fr;gap:10px}
.st425-hours dt{font-size:10px;font-weight:900;color:#fff}
.st425-hours dd{margin:0;font-size:10px;color:#d0d5d7}
.st425-goodfood{
  margin:22px 0 0;
  color:#d7dadb;
  font:500 26px/1.05 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-3deg);
  opacity:.88
}

.st425-lower{
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(2px);
}
.st425-pay,.st425-trust{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.st425-pay>span{font-size:9px;font-weight:900;color:#dbe0e2;margin-right:3px}
.st425-pay b{
  padding:6px 9px;border:1px solid #2b3135;border-radius:7px;background:#0d1113;
  color:#eef1f2;font-size:8px
}
.st425-trust span{font-size:9px;font-weight:800;color:#bdc5c8}

.st425-bottom{
  min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  color:#7f898d;font-size:9px
}
.st425-credit{display:flex;align-items:center;gap:7px;color:#adb6b9;text-decoration:none}
.st425-credit b{color:#ff6418;font-size:16px}
.st425-credit strong{
  color:#ff6b20;font:500 20px/1 "Brush Script MT","Segoe Script",cursive
}
.st425-credit small{color:#d2d7d9;text-decoration:underline;font-size:9px}
.st425-credit:hover strong,.st425-credit:hover small{color:#fff}

@media(max-width:1000px){
  .st425-grid{grid-template-columns:1fr 1.15fr;gap:38px}
  .st425-hours{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:30px}
  .st425-hours h3,.st425-hours h3+i{grid-column:1/-1}
  .st425-goodfood{margin:0;align-self:end;justify-self:end}
  .st425-food-right{opacity:.22}
}
@media(max-width:760px){
  .st425-footer{margin-bottom:76px}
  .st425-shell{width:calc(100% - 24px)}
  .st425-grid{grid-template-columns:1fr;gap:30px;padding:38px 0 28px}
  .st425-center{grid-template-columns:1fr 1fr;gap:24px}
  .st425-hours{grid-column:auto;display:block}
  .st425-goodfood{display:none}
  .st425-food-left,.st425-food-right{opacity:.13}
  .st425-lower{display:block}
  .st425-trust{margin-top:12px}
  .st425-bottom{padding:15px 0;display:block;text-align:center}
  .st425-credit{margin-top:9px;justify-content:center;flex-wrap:wrap}
  .st-bottom-nav,.mobile-bottom-nav,.st-mobile-nav,.v36-bottom-nav,.st388-bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;right:0!important;bottom:0!important;
    z-index:10050!important;
  }
}
@media(max-width:520px){
  .st425-center{grid-template-columns:1fr}
  .st425-logo strong{font-size:25px}
  .st425-star{font-size:44px}
  .st425-script{font-size:25px}
  .st425-pay b{font-size:7px;padding:5px 7px}
  .st425-food-left{width:200px;height:160px}
  .st425-food-right{width:220px;height:210px}
}


/* =========================================================
   v4.2.6 — reference-matched desktop footer + live opening status
   ========================================================= */
.st425-footer{display:none!important}

.st426-footer{
  position:relative;
  overflow:hidden;
  margin-top:58px;
  color:#f5f5f5;
  background:
    radial-gradient(circle at 90% 18%,rgba(255,95,20,.11),transparent 24%),
    linear-gradient(180deg,#090a0b 0%,#050606 100%);
  border-top:2px solid #ff6418;
}
.st426-footer:before{
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(105deg,transparent 0 68%,rgba(255,80,20,.04) 68% 100%);
}
.st426-food-left,.st426-food-right{
  position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:contain;
}
.st426-food-left{
  left:-18px;bottom:74px;width:285px;height:220px;
  background-image:url("../images/footer-ref-left-v426.jpg");
  background-position:left bottom;opacity:.78;
}
.st426-food-right{
  right:-34px;bottom:64px;width:360px;height:360px;
  background-image:url("../images/footer-ref-right-v426.jpg");
  background-position:right bottom;opacity:.84;
}
.st426-shell{position:relative;z-index:1;width:min(1470px,calc(100% - 60px));margin:0 auto}
.st426-top{
  display:grid;
  grid-template-columns:1.28fr .72fr .95fr .82fr;
  gap:44px;
  padding:55px 0 36px;
}
.st426-logo{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff}
.st426-star{font-size:56px;line-height:1;color:#ff6418}
.st426-logo-copy{display:flex;flex-direction:column}
.st426-logo-copy strong{font-size:34px;line-height:1;font-weight:950;letter-spacing:-1px}
.st426-logo-copy small{margin-top:7px;font-size:8px;letter-spacing:4px;color:#d2d7d9}
.st426-script{
  margin:28px 0 26px;color:#ff6a1a;
  font:500 31px/1.08 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-2deg)
}
.st426-benefits{display:grid;grid-template-columns:repeat(4,1fr);max-width:520px}
.st426-benefits>div{
  min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:0 8px;border-right:1px solid rgba(255,255,255,.09)
}
.st426-benefits>div:last-child{border-right:0}
.st426-benefits b{font-size:21px;color:#ff6418;margin-bottom:5px}
.st426-benefits span{font-size:9px;line-height:1.35;color:#d0d5d7;font-weight:800}

.st426-section h3{margin:0;color:#fff;font-size:22px;font-weight:950}
.st426-section h3+i{display:block;width:42px;height:3px;background:#ff6418;border-radius:99px;margin:13px 0 20px}
.st426-links nav{display:flex;flex-direction:column;gap:10px}
.st426-links nav a{color:#d4d9db;text-decoration:none;font-size:12px;font-weight:800}
.st426-links nav a:before{content:"→";color:#ff6418;margin-right:9px}
.st426-links nav a:hover{color:#fff;transform:translateX(2px)}

.st426-contact{display:flex;flex-direction:column}
.st426-contact a{
  display:flex;align-items:flex-start;gap:10px;color:#d4d9db;text-decoration:none;
  font-size:11px;line-height:1.45;margin-bottom:14px
}
.st426-contact a b{color:#ff6418;font-size:18px;line-height:1}
.st426-contact a:hover span{color:#fff}

.st426-hours-status{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  margin:-2px 0 14px;padding:9px 10px;border-radius:10px;
  border:1px solid #293035;background:#0d1113
}
.st426-status-dot{width:8px;height:8px;border-radius:50%;background:#8a9498;box-shadow:0 0 0 3px rgba(138,148,152,.08)}
.st426-hours-status strong{font-size:10px}
.st426-hours-status small{width:100%;padding-left:16px;color:#aeb6ba;font-size:9px;font-weight:800}
.st426-hours-status.is-open{border-color:rgba(88,196,96,.28);background:rgba(44,117,49,.12)}
.st426-hours-status.is-open .st426-status-dot{background:#59c961;box-shadow:0 0 0 3px rgba(89,201,97,.12)}
.st426-hours-status.is-open strong{color:#6ddd73}
.st426-hours-status.is-closed{border-color:rgba(255,100,24,.20)}
.st426-hours-status.is-closed .st426-status-dot{background:#ff6418}
.st426-hours-status.is-closed strong{color:#ff7a32}

.st426-hours dl{margin:0;display:flex;flex-direction:column;gap:5px}
.st426-hours dl>div{
  display:grid;grid-template-columns:34px 1fr;gap:10px;
  padding:4px 7px;border-radius:7px;transition:.2s ease
}
.st426-hours dt{font-size:11px;font-weight:900;color:#fff}
.st426-hours dd{margin:0;font-size:11px;color:#d2d7d9}
.st426-hours dl>div.is-today{
  background:rgba(63,176,75,.17);
  box-shadow:inset 3px 0 0 #54c45d;
}
.st426-hours dl>div.is-today dt,
.st426-hours dl>div.is-today dd{color:#69dc73;font-weight:950}
.st426-goodfood{
  margin:16px 0 0;color:#d8dadd;
  font:500 25px/1.03 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-4deg);opacity:.86
}

.st426-middle{
  display:grid;grid-template-columns:1.35fr .8fr;gap:48px;align-items:center;
  padding:22px 0 24px;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.09)
}
.st426-pay-title{font-size:11px;color:#dce1e2;margin-bottom:12px}
.st426-pay-badges{display:flex;gap:9px;flex-wrap:wrap}
.st426-pay-badges span{
  min-width:84px;height:42px;padding:0 10px;display:grid;place-items:center;
  border:1px solid #2a3034;border-radius:8px;background:#0d1113;color:#f1f3f4;
  font-size:9px;font-weight:950
}
.st426-trust{display:flex;flex-direction:column;gap:10px}
.st426-trust span{font-size:10px;font-weight:800;color:#d1d7d9}

.st426-bottom{
  min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  color:#848e92;font-size:9px
}
.st426-credit{display:flex;align-items:center;gap:7px;color:#b7c0c3;text-decoration:none}
.st426-credit b{color:#ff6418;font-size:16px}
.st426-credit strong{
  color:#ff6d20;font:500 21px/1 "Brush Script MT","Segoe Script",cursive
}
.st426-credit small{font-size:9px;color:#d6dbdd;text-decoration:underline}
.st426-credit:hover strong,.st426-credit:hover small{color:#fff}

/* Tablet/mobile: keep the proven app-style bottom nav and simplify footer layout. */
@media(max-width:1050px){
  .st426-top{grid-template-columns:1.15fr .75fr .95fr;gap:32px}
  .st426-hours{grid-column:1/-1}
  .st426-hours dl{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 18px}
  .st426-food-right{opacity:.35}
}
@media(max-width:760px){
  .st426-footer{margin-bottom:76px}
  .st426-shell{width:calc(100% - 24px)}
  .st426-top{grid-template-columns:1fr 1fr;gap:28px 22px;padding:36px 0 26px}
  .st426-brand{grid-column:1/-1}
  .st426-hours{grid-column:1/-1}
  .st426-food-left,.st426-food-right{display:none}
  .st426-middle{grid-template-columns:1fr;gap:16px}
  .st426-bottom{padding:15px 0;display:block;text-align:center}
  .st426-credit{justify-content:center;margin-top:9px;flex-wrap:wrap}
  .st-bottom-nav,.mobile-bottom-nav,.st-mobile-nav,.v36-bottom-nav,.st388-bottom-nav{
    display:flex!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:10050!important
  }
}
@media(max-width:520px){
  .st426-top{grid-template-columns:1fr}
  .st426-brand,.st426-hours{grid-column:auto}
  .st426-hours dl{grid-template-columns:1fr}
  .st426-benefits{grid-template-columns:repeat(2,1fr)}
  .st426-benefits>div:nth-child(2n){border-right:0}
  .st426-logo-copy strong{font-size:27px}
  .st426-star{font-size:47px}
  .st426-script{font-size:25px}
  .st426-pay-badges span{min-width:68px;height:36px;font-size:8px}
}


/* =========================================================
   v4.2.7 — clean footer imagery + 3-column mobile info row
   ========================================================= */

/* Remove the reference-image crops that contained duplicate text/hours. */
.st426-food-left,
.st426-food-right{
  background-image:none!important;
}

/* Clean food-only decoration; no embedded text can overlap footer content. */
.st426-footer:after{
  content:"";
  position:absolute;
  right:-65px;
  bottom:74px;
  width:390px;
  height:330px;
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:contain;
  opacity:.22;
  pointer-events:none;
  z-index:0;
}
.st426-footer:after{background-image:url("../images/broodje-doner.webp");}

/* Desktop: keep content clearly above decorative food. */
.st426-shell{z-index:2!important}
.st426-hours{position:relative;z-index:3}

/* Mobile/tablet footer:
   brand full width, then Handige links | Contact | Openingstijden side by side. */
@media(max-width:760px){
  .st426-footer:after{
    display:none!important;
  }

  .st426-top{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    column-gap:10px!important;
    row-gap:24px!important;
    align-items:start!important;
  }

  .st426-brand{
    grid-column:1 / -1!important;
  }

  .st426-links,
  .st426-contact,
  .st426-hours{
    grid-column:auto!important;
    min-width:0!important;
  }

  .st426-section h3{
    font-size:13px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  .st426-section h3+i{
    width:25px!important;
    height:2px!important;
    margin:8px 0 11px!important;
  }

  .st426-links nav{gap:7px!important}
  .st426-links nav a{
    font-size:8px!important;
    line-height:1.25!important;
  }
  .st426-links nav a:before{
    margin-right:4px!important;
  }

  .st426-contact a{
    gap:4px!important;
    margin-bottom:8px!important;
    font-size:7.5px!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
  }
  .st426-contact a b{
    font-size:11px!important;
  }

  /* Live opening-status card remains visible on mobile exactly as requested. */
  .st426-hours-status{
    display:flex!important;
    padding:6px!important;
    margin:0 0 8px!important;
    gap:4px!important;
    border-radius:7px!important;
  }
  .st426-status-dot{
    width:6px!important;
    height:6px!important;
  }
  .st426-hours-status strong{
    font-size:7.5px!important;
  }
  .st426-hours-status small{
    width:100%!important;
    padding-left:10px!important;
    font-size:6.5px!important;
    line-height:1.25!important;
  }

  .st426-hours dl{
    display:flex!important;
    flex-direction:column!important;
    gap:2px!important;
  }
  .st426-hours dl>div{
    grid-template-columns:20px minmax(0,1fr)!important;
    gap:3px!important;
    padding:3px 4px!important;
  }
  .st426-hours dt,
  .st426-hours dd{
    font-size:7px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  .st426-goodfood{
    display:none!important;
  }

  /* Existing fixed app navigation stays above everything. */
  .st-bottom-nav,.mobile-bottom-nav,.st-mobile-nav,.v36-bottom-nav,.st388-bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:10050!important;
  }
}

/* Very narrow phones: still keep the requested three columns. */
@media(max-width:420px){
  .st426-top{
    column-gap:6px!important;
  }
  .st426-section h3{font-size:11px!important}
  .st426-links nav a{font-size:7px!important}
  .st426-contact a{font-size:6.5px!important}
  .st426-hours-status strong{font-size:6.8px!important}
  .st426-hours-status small{font-size:6px!important}
  .st426-hours dt,.st426-hours dd{font-size:6.4px!important}
}


/* v4.2.8 — Serdar Ösge is the only visible/clickable webdesign link */
.st426-credit{display:flex;align-items:center;gap:7px}
.st426-credit>a{display:inline-flex;align-items:center;gap:5px;text-decoration:none;color:inherit}
.st426-credit>a strong{
  color:#ff6d20;
  font:500 21px/1 "Brush Script MT","Segoe Script",cursive;
}
.st426-credit>a:hover strong{color:#fff}


/* =========================================================
   v4.2.9 — desktop footer matched to approved reference
   ========================================================= */
.st426-footer{display:none!important}

.st429-footer{
  position:relative;
  overflow:hidden;
  margin-top:44px;
  color:#fff;
  background:
    radial-gradient(circle at 96% 12%,rgba(255,85,20,.13),transparent 24%),
    radial-gradient(circle at 0% 75%,rgba(255,85,20,.08),transparent 20%),
    linear-gradient(180deg,#0a0b0c 0%,#070809 100%);
  border-top:2px solid #ff6418;
}
.st429-footer:before{
  content:"";
  position:absolute;
  left:-20px;bottom:88px;
  width:210px;height:210px;
  background:url("../images/hero-food.webp") left bottom/contain no-repeat;
  opacity:.28;
  filter:saturate(1.1);
  pointer-events:none;
}
.st429-footer:after{
  content:"";
  position:absolute;
  right:-55px;bottom:70px;
  width:360px;height:320px;
  background:url("../images/broodje-doner.webp") right bottom/contain no-repeat;
  opacity:.42;
  filter:saturate(1.08) contrast(1.04);
  pointer-events:none;
}
.st429-shell{position:relative;z-index:2;width:min(1500px,calc(100% - 70px));margin:0 auto}

.st429-main{
  display:grid;
  grid-template-columns:1.28fr .72fr .95fr .82fr;
  gap:46px;
  padding:48px 0 32px;
  align-items:start;
}
.st429-logo{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}
.st429-star{font-size:58px;color:#ff6418;line-height:1}
.st429-logo>span:last-child{display:flex;flex-direction:column}
.st429-logo strong{font-size:34px;line-height:1;font-weight:950;letter-spacing:-1px}
.st429-logo small{margin-top:7px;font-size:8px;letter-spacing:4px;color:#d1d6d8}
.st429-script{
  margin:30px 0 28px;
  color:#ff6d20;
  font:500 32px/1.08 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-2deg)
}
.st429-benefits{display:grid;grid-template-columns:repeat(4,1fr);max-width:520px}
.st429-benefits>div{
  min-height:76px;display:flex;flex-direction:column;justify-content:center;align-items:center;
  text-align:center;border-right:1px solid rgba(255,255,255,.08);padding:0 8px
}
.st429-benefits>div:last-child{border-right:0}
.st429-benefits b{font-size:22px;color:#ff6418;margin-bottom:6px}
.st429-benefits span{font-size:9px;line-height:1.35;color:#d2d7d9;font-weight:800}

.st429-section h3{margin:0;font-size:22px;font-weight:950;color:#fff}
.st429-section h3+i{display:block;width:42px;height:3px;border-radius:99px;background:#ff6418;margin:13px 0 20px}

.st429-links nav{display:flex;flex-direction:column;gap:10px}
.st429-links nav a{color:#d4d9db;text-decoration:none;font-size:12px;font-weight:800}
.st429-links nav a:before{content:"→";color:#ff6418;margin-right:10px}
.st429-links nav a:hover{color:#fff;transform:translateX(2px)}

.st429-contact{display:flex;flex-direction:column}
.st429-contact>a{
  display:flex;align-items:flex-start;gap:10px;color:#d5dadd;text-decoration:none;
  font-size:11px;line-height:1.45;margin-bottom:14px
}
.st429-contact>a b{color:#ff6418;font-size:18px;line-height:1}
.st429-social{display:flex;gap:10px;margin-top:4px}
.st429-social span{
  width:36px;height:36px;border:2px solid #ff6418;border-radius:50%;
  display:grid;place-items:center;color:#fff;font-size:16px;font-weight:900
}

.st429-status{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  margin:0 0 14px;padding:10px 12px;border-radius:11px;
  border:1px solid #343a3d;background:#0c1012
}
.st429-status .st426-status-dot{width:9px;height:9px;border-radius:50%}
.st429-status strong{font-size:11px}
.st429-status small{width:100%;padding-left:17px;font-size:9px;font-weight:800}
.st429-status.is-open{
  border-color:rgba(76,196,88,.46);
  background:rgba(31,112,39,.18)
}
.st429-status.is-open .st426-status-dot{background:#57ca61;box-shadow:0 0 0 4px rgba(87,202,97,.13)}
.st429-status.is-open strong{color:#69dc73}
.st429-status.is-open small{color:#b8dcbc}
.st429-status.is-closed{
  border-color:rgba(235,69,58,.55);
  background:rgba(125,23,19,.20)
}
.st429-status.is-closed .st426-status-dot{background:#ef4339;box-shadow:0 0 0 4px rgba(239,67,57,.15)}
.st429-status.is-closed strong{color:#ff5a50}
.st429-status.is-closed small{color:#d9b2af}

.st429-hours{position:relative}
.st429-hours dl{margin:0;display:flex;flex-direction:column;gap:5px}
.st429-hours dl>div{
  display:grid;grid-template-columns:34px 1fr;gap:10px;
  padding:4px 7px;border-radius:7px
}
.st429-hours dt{font-size:11px;font-weight:900;color:#fff}
.st429-hours dd{margin:0;font-size:11px;color:#d4d9db}
.st429-hours dl>div.is-today{
  background:rgba(62,176,75,.18);
  box-shadow:inset 3px 0 0 #56c660
}
.st429-hours dl>div.is-today dt,
.st429-hours dl>div.is-today dd{color:#6ddd73;font-weight:950}

.st429-goodfood{
  position:absolute;
  right:-30px;top:30px;
  margin:0;
  color:#d5d7d8;
  font:500 25px/1.02 "Brush Script MT","Segoe Script",cursive;
  transform:rotate(-4deg);
  opacity:.88;
  pointer-events:none
}

.st429-lower{
  display:grid;grid-template-columns:1.45fr .85fr;
  gap:50px;align-items:center;
  padding:20px 0 22px;
  border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.st429-pay-title{font-size:11px;color:#e0e4e5;margin-bottom:12px}
.st429-pay-badges{display:flex;gap:9px;flex-wrap:wrap}
.st429-pay-badges span{
  min-width:84px;height:42px;padding:0 10px;
  display:grid;place-items:center;
  border:1px solid #2a3034;border-radius:8px;background:#0d1113;
  color:#f1f3f4;font-size:9px;font-weight:950
}
.st429-trust{display:flex;flex-direction:column;gap:10px}
.st429-trust span{font-size:10px;font-weight:800;color:#d2d7d9}

.st429-bottom{
  min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  color:#858f93;font-size:9px
}
.st429-credit{display:flex;align-items:center;gap:7px;color:#b7c0c3}
.st429-credit b{color:#ff6418;font-size:16px}
.st429-credit a{text-decoration:none}
.st429-credit strong{
  color:#ff6d20;
  font:500 21px/1 "Brush Script MT","Segoe Script",cursive
}
.st429-credit a:hover strong{color:#fff}

/* Desktop exact layout only. Keep previous mobile behavior/layout. */
@media(max-width:760px){
  .st429-footer{display:block!important}
  .st426-footer{display:none!important}
}


/* =========================================================
   v4.3.0 — desktop footer composition matched to approved mockup
   Desktop only. Mobile remains untouched.
   ========================================================= */
@media(min-width:761px){

  .st429-footer{
    margin-top:28px!important;
    min-height:0!important;
    background:
      radial-gradient(circle at 92% 18%,rgba(255,88,20,.10),transparent 23%),
      linear-gradient(180deg,#0a0b0c 0%,#070809 100%)!important;
    border-top:2px solid #ff6418!important;
  }

  /* Remove the old full-food pseudo elements that looked like separate rectangles. */
  .st429-footer:before,
  .st429-footer:after{
    content:""!important;
    position:absolute!important;
    pointer-events:none!important;
    z-index:0!important;
    background-repeat:no-repeat!important;
    background-size:contain!important;
    filter:none!important;
  }

  .st429-footer:before{
    left:-8px!important;
    bottom:70px!important;
    width:230px!important;
    height:205px!important;
    background-image:url("../images/footer-left-food-v430.jpg")!important;
    background-position:left bottom!important;
    opacity:.75!important;
  }

  .st429-footer:after{
    right:-18px!important;
    bottom:56px!important;
    width:300px!important;
    height:280px!important;
    background-image:url("../images/footer-right-food-v430.jpg")!important;
    background-position:right bottom!important;
    opacity:.78!important;
  }

  .st429-shell{
    width:min(1500px,calc(100% - 80px))!important;
    position:relative!important;
    z-index:2!important;
  }

  .st429-main{
    grid-template-columns:1.25fr .72fr .92fr .86fr!important;
    gap:42px!important;
    padding:42px 0 28px!important;
    align-items:start!important;
  }

  .st429-logo strong{font-size:32px!important}
  .st429-star{font-size:52px!important}
  .st429-script{
    margin:23px 0 22px!important;
    font-size:29px!important;
  }

  .st429-benefits{
    max-width:500px!important;
  }
  .st429-benefits>div{
    min-height:66px!important;
  }

  .st429-section h3{
    font-size:21px!important;
  }
  .st429-section h3+i{
    margin:11px 0 17px!important;
  }

  .st429-links nav{
    gap:8px!important;
  }
  .st429-links nav a{
    font-size:11px!important;
  }

  .st429-contact>a{
    font-size:10.5px!important;
    margin-bottom:11px!important;
  }
  .st429-social span{
    width:34px!important;height:34px!important;
  }

  .st429-status{
    padding:9px 11px!important;
    margin-bottom:10px!important;
  }

  .st429-hours dl{
    gap:3px!important;
  }
  .st429-hours dl>div{
    padding:3px 7px!important;
  }

  .st429-goodfood{
    right:-3px!important;
    top:40px!important;
    font-size:23px!important;
    line-height:1.02!important;
    opacity:.78!important;
  }

  .st429-lower{
    grid-template-columns:1.45fr .8fr!important;
    gap:48px!important;
    padding:16px 0 17px!important;
  }

  .st429-pay-badges span{
    min-width:78px!important;
    height:38px!important;
    font-size:8.5px!important;
  }

  .st429-trust{
    gap:8px!important;
  }

  .st429-bottom{
    min-height:58px!important;
  }

  /* closed = red; open = green */
  .st429-status.is-closed{
    border-color:rgba(235,69,58,.60)!important;
    background:rgba(125,23,19,.22)!important;
  }
  .st429-status.is-closed .st426-status-dot{
    background:#ef4339!important;
    box-shadow:0 0 0 4px rgba(239,67,57,.15)!important;
  }
  .st429-status.is-closed strong{color:#ff5a50!important}

  .st429-status.is-open{
    border-color:rgba(76,196,88,.48)!important;
    background:rgba(31,112,39,.18)!important;
  }
  .st429-status.is-open .st426-status-dot{
    background:#57ca61!important;
  }
  .st429-status.is-open strong{color:#69dc73!important}

  /* current weekday remains green as requested */
  .st429-hours dl>div.is-today{
    background:rgba(62,176,75,.18)!important;
    box-shadow:inset 3px 0 0 #56c660!important;
  }
  .st429-hours dl>div.is-today dt,
  .st429-hours dl>div.is-today dd{
    color:#6ddd73!important;
    font-weight:950!important;
  }

  /* only handwritten name is linked, no visible serdarosge.net text */
  .st429-credit small{display:none!important}
}


/* =========================================================
   v4.3.1 — desktop footer only:
   tighter columns, clean left food decoration, visual payment badges
   ========================================================= */
@media(min-width:761px){

  /* Keep all work scoped to desktop footer. */
  .st429-footer{
    margin-top:28px!important;
  }

  /* Tighten overall content area so columns sit closer together. */
  .st429-shell{
    width:min(1360px,calc(100% - 90px))!important;
  }
  .st429-main{
    grid-template-columns:1.10fr .62fr .82fr .74fr!important;
    gap:24px!important;
    padding:40px 0 26px!important;
  }

  /* Pull columns visually closer and reduce dead space. */
  .st429-brand{padding-right:4px!important}
  .st429-links{padding-left:4px!important}
  .st429-contact{padding-left:2px!important}
  .st429-hours{padding-left:0!important}

  /* Remove any accidental text embedded in the left decorative image area.
     Use clean CSS-only vegetable glow instead of cropped reference art. */
  .st429-footer:before{
    left:-34px!important;
    bottom:82px!important;
    width:235px!important;
    height:165px!important;
    background:
      radial-gradient(circle at 34% 72%,#c72717 0 18%,transparent 19%),
      radial-gradient(circle at 18% 84%,#e54725 0 14%,transparent 15%),
      radial-gradient(circle at 51% 85%,#9f1d12 0 13%,transparent 14%),
      radial-gradient(ellipse at 30% 28%,rgba(58,118,33,.75) 0 12%,transparent 13%),
      radial-gradient(ellipse at 49% 22%,rgba(78,139,40,.55) 0 11%,transparent 12%)!important;
    opacity:.52!important;
    filter:blur(.2px)!important;
  }

  /* Keep right food decorative only, behind hours and away from text. */
  .st429-footer:after{
    right:-42px!important;
    bottom:58px!important;
    width:280px!important;
    height:255px!important;
    opacity:.38!important;
    z-index:0!important;
  }
  .st429-hours,
  .st429-section,
  .st429-brand,
  .st429-lower,
  .st429-bottom{
    position:relative!important;
    z-index:2!important;
  }

  /* Compact lower row to match reference and remove excess blank width. */
  .st429-lower{
    grid-template-columns:1.18fr .72fr!important;
    gap:26px!important;
    padding:15px 0 17px!important;
  }

  /* Payment badges: visually distinct, logo-like cards. */
  .st431-pay-badges{
    display:flex!important;
    gap:9px!important;
    align-items:center!important;
    flex-wrap:wrap!important;
  }
  .st431-pay{
    min-width:76px!important;
    height:40px!important;
    padding:0 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #30363a!important;
    border-radius:8px!important;
    background:linear-gradient(180deg,#111518,#0b0f11)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  }
  .st431-pay b{
    font-size:10px!important;
    line-height:1!important;
    font-weight:950!important;
    color:#fff!important;
    white-space:nowrap!important;
  }
  .st431-ideal b{
    color:#fff!important;
    padding-left:15px!important;
    position:relative!important;
  }
  .st431-ideal b:before{
    content:""!important;
    position:absolute!important;
    left:0!important;top:50%!important;transform:translateY(-50%)!important;
    width:9px!important;height:16px!important;
    border-radius:2px!important;
    background:linear-gradient(180deg,#d31975 0 55%,#fff 56% 100%)!important;
  }
  .st431-bancontact b{
    color:#ffe34b!important;
    text-shadow:9px 0 0 #2c87d8!important;
  }
  .st431-klarna b{color:#ff9bc1!important}
  .st431-visa b{
    color:#fff!important;
    font-style:italic!important;
    letter-spacing:.3px!important;
  }
  .st431-mastercard b{
    display:flex!important;
    align-items:center!important;
    gap:0!important;
  }
  .st431-mastercard b i{
    display:block!important;
    width:14px!important;height:14px!important;
    border-radius:50%!important;
  }
  .st431-mastercard b i:first-child{
    background:#ea001b!important;
    margin-right:-5px!important;
  }
  .st431-mastercard b i:nth-child(2){
    background:#ff9900!important;
    opacity:.92!important;
  }
  .st431-mastercard b em{
    display:none!important;
  }
  .st431-apple b{
    font-family:Arial,Helvetica,sans-serif!important;
    letter-spacing:.1px!important;
  }

  /* Slightly reduce spacing inside sections for a denser composition. */
  .st429-section h3+i{margin-bottom:15px!important}
  .st429-links nav{gap:7px!important}
  .st429-contact>a{margin-bottom:10px!important}
  .st429-hours dl{gap:2px!important}
  .st429-hours dl>div{padding:3px 6px!important}

  /* Preserve status behavior. */
  .st429-status.is-closed{
    border-color:rgba(235,69,58,.60)!important;
    background:rgba(125,23,19,.22)!important;
  }
  .st429-status.is-closed .st426-status-dot{
    background:#ef4339!important;
  }
  .st429-status.is-closed strong{color:#ff5a50!important}

  .st429-status.is-open{
    border-color:rgba(76,196,88,.48)!important;
    background:rgba(31,112,39,.18)!important;
  }
  .st429-status.is-open .st426-status-dot{
    background:#57ca61!important;
  }
  .st429-status.is-open strong{color:#69dc73!important}

  .st429-hours dl>div.is-today{
    background:rgba(62,176,75,.18)!important;
    box-shadow:inset 3px 0 0 #56c660!important;
  }
  .st429-hours dl>div.is-today dt,
  .st429-hours dl>div.is-today dd{
    color:#6ddd73!important;
    font-weight:950!important;
  }
}


/* =========================================================
   v4.3.2 — DESKTOP FOOTER ONLY
   compact height, tighter columns, no white gap, ghosted right food
   ========================================================= */
@media(min-width:761px){

  /* Remove the white gap above footer on desktop. */
  .st429-footer{
    margin-top:0!important;
  }
  body.home .v36-main,
  body.home main,
  body.home .v36-promo,
  body.home .st-home-promo,
  body.woocommerce-shop main,
  body.woocommerce-shop .st-menu-content{
    margin-bottom:0!important;
  }

  /* In case the home promo section carries bottom padding/background,
     pull footer directly up against the previous section. */
  body.home .st429-footer{
    position:relative!important;
    top:0!important;
  }

  /* Make footer noticeably shorter and denser. */
  .st429-shell{
    width:min(1260px,calc(100% - 100px))!important;
  }
  .st429-main{
    grid-template-columns:1.02fr .58fr .74fr .68fr!important;
    gap:16px!important;
    padding:28px 0 18px!important;
  }

  /* Tighter internal spacing */
  .st429-logo strong{font-size:28px!important}
  .st429-star{font-size:45px!important}
  .st429-logo small{font-size:7px!important;letter-spacing:3.2px!important}
  .st429-script{
    margin:16px 0 16px!important;
    font-size:25px!important;
  }

  .st429-benefits{
    max-width:430px!important;
  }
  .st429-benefits>div{
    min-height:54px!important;
    padding:0 5px!important;
  }
  .st429-benefits b{font-size:18px!important}
  .st429-benefits span{font-size:7.8px!important}

  .st429-section h3{font-size:18px!important}
  .st429-section h3+i{
    width:34px!important;
    height:2px!important;
    margin:8px 0 11px!important;
  }

  .st429-links nav{gap:5px!important}
  .st429-links nav a{font-size:9.5px!important}

  .st429-contact>a{
    font-size:9.2px!important;
    margin-bottom:7px!important;
    gap:7px!important;
  }
  .st429-contact>a b{font-size:15px!important}

  .st429-social{gap:7px!important;margin-top:2px!important}
  .st429-social span{
    width:30px!important;height:30px!important;font-size:13px!important
  }

  .st429-status{
    padding:7px 9px!important;
    margin-bottom:7px!important;
    border-radius:9px!important;
  }
  .st429-status strong{font-size:9px!important}
  .st429-status small{font-size:7.8px!important;padding-left:13px!important}
  .st429-status .st426-status-dot{width:7px!important;height:7px!important}

  .st429-hours dl{gap:1px!important}
  .st429-hours dl>div{
    padding:2px 5px!important;
    grid-template-columns:25px 1fr!important;
    gap:6px!important;
  }
  .st429-hours dt,.st429-hours dd{font-size:9px!important}

  .st429-goodfood{
    right:4px!important;
    top:30px!important;
    font-size:19px!important;
    opacity:.42!important;
  }

  /* Right food should feel like a faint edge decoration, not a photo block. */
  .st429-footer:after{
    right:-70px!important;
    bottom:42px!important;
    width:250px!important;
    height:210px!important;
    opacity:.16!important;
    filter:saturate(.8) contrast(.92)!important;
  }

  /* Remove the ugly left pseudo-art circles entirely. */
  .st429-footer:before{
    display:none!important;
  }

  /* Add subtle clean left-side food feel using only a faint glow, not fake circles. */
  .st429-brand:after{
    content:"";
    position:absolute;
    left:-30px;
    bottom:-4px;
    width:120px;
    height:80px;
    background:radial-gradient(circle at 35% 65%,rgba(255,94,30,.16),transparent 58%);
    pointer-events:none;
    z-index:-1;
  }
  .st429-brand{position:relative!important}

  /* Compact payment row and bring both groups closer. */
  .st429-lower{
    grid-template-columns:1.05fr .72fr!important;
    gap:18px!important;
    padding:10px 0 11px!important;
  }
  .st429-pay-title{
    margin-bottom:7px!important;
    font-size:9px!important;
  }
  .st431-pay-badges{
    gap:6px!important;
  }
  .st431-pay{
    min-width:66px!important;
    height:33px!important;
    padding:0 8px!important;
  }
  .st431-pay b{
    font-size:8px!important;
  }
  .st429-trust{
    gap:5px!important;
  }
  .st429-trust span{
    font-size:8.5px!important;
  }

  .st429-bottom{
    min-height:46px!important;
    font-size:8px!important;
  }
  .st429-credit strong{
    font-size:18px!important;
  }

  /* Keep current weekday green and status red/green logic intact. */
  .st429-hours dl>div.is-today{
    background:rgba(62,176,75,.18)!important;
    box-shadow:inset 3px 0 0 #56c660!important;
  }
  .st429-hours dl>div.is-today dt,
  .st429-hours dl>div.is-today dd{
    color:#6ddd73!important;
    font-weight:950!important;
  }
  .st429-status.is-closed{
    border-color:rgba(235,69,58,.62)!important;
    background:rgba(125,23,19,.22)!important;
  }
  .st429-status.is-closed .st426-status-dot{
    background:#ef4339!important;
  }
  .st429-status.is-closed strong{color:#ff5a50!important}
  .st429-status.is-open{
    border-color:rgba(76,196,88,.48)!important;
    background:rgba(31,112,39,.18)!important;
  }
  .st429-status.is-open .st426-status-dot{
    background:#57ca61!important;
  }
  .st429-status.is-open strong{color:#69dc73!important}
}


/* =========================================================
   v4.3.3 — DESKTOP FOOTER ONLY
   final clean-up per site screenshot
   ========================================================= */
@media(min-width:761px){

  /* Absolutely no decorative footer imagery on either side. */
  .st429-footer:before,
  .st429-footer:after,
  .st429-brand:after{
    display:none!important;
    content:none!important;
    background:none!important;
  }

  /* Pull footer columns closer together. */
  .st429-shell{
    width:min(1160px,calc(100% - 80px))!important;
  }
  .st429-main{
    grid-template-columns:1fr .54fr .70fr .64fr!important;
    gap:10px!important;
    padding:24px 0 14px!important;
  }

  .st429-brand{padding-right:0!important}
  .st429-links,
  .st429-contact,
  .st429-hours{
    padding-left:0!important;
  }

  /* Smaller overall footer height. */
  .st429-logo strong{font-size:26px!important}
  .st429-star{font-size:42px!important}
  .st429-script{
    margin:13px 0 13px!important;
    font-size:23px!important;
  }
  .st429-benefits{max-width:390px!important}
  .st429-benefits>div{min-height:48px!important}
  .st429-benefits b{font-size:16px!important}
  .st429-benefits span{font-size:7px!important}

  .st429-section h3{font-size:17px!important}
  .st429-section h3+i{margin:7px 0 9px!important}
  .st429-links nav{gap:4px!important}
  .st429-links nav a{font-size:9px!important}
  .st429-contact>a{
    font-size:8.8px!important;
    margin-bottom:6px!important;
  }
  .st429-social span{
    width:28px!important;height:28px!important;font-size:12px!important;
  }

  .st429-status{
    padding:6px 8px!important;
    margin-bottom:6px!important;
  }
  .st429-status strong{font-size:8.5px!important}
  .st429-status small{font-size:7.2px!important}
  .st429-hours dl>div{
    padding:2px 4px!important;
    grid-template-columns:23px 1fr!important;
  }
  .st429-hours dt,.st429-hours dd{font-size:8.5px!important}

  /* Good food text was part of the visual; remove for a cleaner real footer. */
  .st429-goodfood{display:none!important}

  /* Payment row only — trust slogans removed. */
  .st429-lower{
    display:block!important;
    padding:9px 0 10px!important;
  }
  .st429-pay{
    width:100%!important;
  }
  .st429-pay-title{
    margin-bottom:6px!important;
    font-size:8.5px!important;
  }
  .st431-pay-badges{gap:5px!important}
  .st431-pay{
    min-width:62px!important;
    height:31px!important;
    padding:0 7px!important;
  }
  .st431-pay b{font-size:7.5px!important}
  .st429-trust{display:none!important}

  /* Center the Webdesign / Serdar Ösge credit at bottom.
     Keep copyright left, but center credit independently. */
  .st429-bottom{
    position:relative!important;
    min-height:44px!important;
    justify-content:flex-start!important;
  }
  .st429-credit{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  .st429-credit strong{font-size:18px!important}
  .st429-credit a{text-decoration:none!important}

  /* Kill the large white gap directly above footer.
     The home page's last promo section is light and carries bottom spacing. */
  body.home .v36-main,
  body.home main.v36-main,
  body.home main{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }
  body.home .v36-promo,
  body.home .st-home-promo,
  body.home .st-home-banners,
  body.home section:last-of-type,
  body.home .v36-main > *:last-child{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  body.home .st429-footer{
    margin-top:0!important;
  }

  /* Also remove any desktop spacer immediately before footer. */
  .st429-footer{
    margin-top:0!important;
  }
  .st429-footer > .st429-shell{
    margin-top:0!important;
  }
}


/* =========================================================
   v4.3.4 — DESKTOP ONLY
   remove the remaining white gap between the final Kapsalon actie
   section and the footer. No footer redesign.
   ========================================================= */
@media(min-width:761px){

  /* The visible gap comes from the light home-page wrapper/last section spacing,
     not from the footer itself. Collapse all final spacing at the page bottom. */
  body.home .v36-main,
  body.home main.v36-main,
  body.home #primary,
  body.home .site-main{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  body.home .v36-main > section:last-child,
  body.home .v36-main > div:last-child,
  body.home main > section:last-child,
  body.home main > div:last-child{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  /* Known promo/banner wrappers used in this theme. */
  body.home .v36-promo,
  body.home .st-home-promo,
  body.home .st-home-banners,
  body.home .st-home-banner,
  body.home .st-promo-banner,
  body.home .st-banner-section,
  body.home .home-promo,
  body.home .home-banner{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  /* If the page wrapper itself paints the white background below the final
     banner, trim it exactly at the footer boundary. */
  body.home .st429-footer{
    margin-top:0!important;
    border-top:2px solid #ff6418!important;
  }

  body.home footer.st429-footer{
    transform:translateY(0)!important;
  }
}


/* =========================================================
   v4.3.5 — exact desktop homepage gap fix
   Root cause: .v403-promo-banner had padding-bottom:62px.
   ========================================================= */
@media(min-width:901px){
  body.home .v403-promo-banner{
    padding-bottom:0!important;
  }
}


/* =========================================================
   v4.3.6 — homepage Kapsalon Actie banner directly above footer
   ========================================================= */
@media(min-width:901px){
  body.home .v403-promo-banner,
  body.home .st-home-promo,
  body.home .st-home-banner,
  body.home .st-promo-banner{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  body.home .v403-promo-banner img,
  body.home .st-home-promo img,
  body.home .st-home-banner img,
  body.home .st-promo-banner img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    object-fit:cover!important;
  }

  body.home .st429-footer{
    margin-top:0!important;
  }
}

/* Mobile/tablet: keep banner fluid and avoid touching fixed nav/footer behavior. */
@media(max-width:900px){
  body.home .v403-promo-banner img,
  body.home .st-home-promo img,
  body.home .st-home-banner img,
  body.home .st-promo-banner img{
    width:100%!important;
    height:auto!important;
    display:block!important;
  }
}


/* =========================================================
   v4.3.7 — responsive tablet/mobile footer
   Keeps the existing fixed mobile bottom navigation untouched.
   ========================================================= */

/* Use the current st429 footer on tablet/mobile too. */
@media(max-width:900px){
  .st429-footer{
    display:block!important;
    margin-top:0!important;
    margin-bottom:78px!important; /* room for fixed bottom nav */
  }

  .st429-shell{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }

  .st429-main{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    padding:28px 0 18px!important;
    align-items:start!important;
  }

  /* Brand spans full width; the 3 info sections sit side-by-side below it. */
  .st429-brand{
    grid-column:1 / -1!important;
    text-align:center!important;
    padding:0!important;
  }

  .st429-logo{
    justify-content:center!important;
  }

  .st429-logo strong{
    font-size:25px!important;
  }

  .st429-star{
    font-size:44px!important;
  }

  .st429-logo small{
    font-size:7px!important;
    letter-spacing:3px!important;
  }

  .st429-script{
    margin:14px auto 16px!important;
    font-size:24px!important;
    line-height:1.05!important;
    text-align:center!important;
  }

  .st429-benefits{
    grid-template-columns:repeat(4,1fr)!important;
    max-width:560px!important;
    margin:0 auto 4px!important;
  }

  .st429-benefits>div{
    min-height:54px!important;
    padding:0 4px!important;
  }

  .st429-benefits b{
    font-size:17px!important;
  }

  .st429-benefits span{
    font-size:7.2px!important;
  }

  .st429-links,
  .st429-contact,
  .st429-hours{
    grid-column:auto!important;
    min-width:0!important;
    padding:0!important;
  }

  .st429-section h3{
    font-size:13px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }

  .st429-section h3+i{
    width:26px!important;
    height:2px!important;
    margin:7px 0 10px!important;
  }

  .st429-links nav{
    gap:6px!important;
  }

  .st429-links nav a{
    font-size:7.5px!important;
    line-height:1.25!important;
  }

  .st429-links nav a:before{
    margin-right:4px!important;
  }

  .st429-contact>a{
    gap:4px!important;
    margin-bottom:8px!important;
    font-size:7px!important;
    line-height:1.28!important;
    overflow-wrap:anywhere!important;
  }

  .st429-contact>a b{
    font-size:11px!important;
  }

  .st429-social{
    gap:5px!important;
    margin-top:2px!important;
  }

  .st429-social span{
    width:24px!important;
    height:24px!important;
    font-size:10px!important;
  }

  /* Opening status/countdown remains visible on mobile/tablet. */
  .st429-status{
    display:flex!important;
    padding:6px!important;
    margin:0 0 7px!important;
    gap:4px!important;
    border-radius:7px!important;
  }

  .st429-status .st426-status-dot{
    width:6px!important;
    height:6px!important;
  }

  .st429-status strong{
    font-size:7px!important;
  }

  .st429-status small{
    width:100%!important;
    padding-left:10px!important;
    font-size:6px!important;
    line-height:1.2!important;
  }

  .st429-hours dl{
    display:flex!important;
    flex-direction:column!important;
    gap:1px!important;
  }

  .st429-hours dl>div{
    grid-template-columns:18px minmax(0,1fr)!important;
    gap:3px!important;
    padding:2px 3px!important;
  }

  .st429-hours dt,
  .st429-hours dd{
    font-size:6.5px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  .st429-goodfood{
    display:none!important;
  }

  /* Compact payment area for touch screens. */
  .st429-lower{
    display:block!important;
    padding:12px 0!important;
  }

  .st429-pay-title{
    text-align:center!important;
    margin-bottom:8px!important;
    font-size:8px!important;
  }

  .st431-pay-badges,
  .st429-pay-badges{
    justify-content:center!important;
    gap:5px!important;
  }

  .st431-pay{
    min-width:58px!important;
    height:30px!important;
    padding:0 6px!important;
  }

  .st431-pay b{
    font-size:7px!important;
  }

  .st429-bottom{
    position:relative!important;
    min-height:66px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px 0 12px!important;
    text-align:center!important;
  }

  .st429-bottom>span{
    font-size:7.5px!important;
  }

  .st429-credit{
    position:static!important;
    transform:none!important;
    display:flex!important;
    justify-content:center!important;
    font-size:8px!important;
  }

  .st429-credit strong{
    font-size:18px!important;
  }

  /* No decorative side imagery on smaller screens. */
  .st429-footer:before,
  .st429-footer:after,
  .st429-brand:after{
    display:none!important;
    content:none!important;
  }

  /* Fixed app navigation must remain visible above footer. */
  .st-bottom-nav,
  .mobile-bottom-nav,
  .st-mobile-nav,
  .v36-bottom-nav,
  .st388-bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:10050!important;
  }
}

/* Phones: keep the requested three info columns, just tighten them further. */
@media(max-width:520px){
  .st429-shell{
    width:calc(100% - 16px)!important;
  }

  .st429-main{
    gap:7px!important;
    padding:22px 0 14px!important;
  }

  .st429-logo strong{
    font-size:22px!important;
  }

  .st429-star{
    font-size:38px!important;
  }

  .st429-script{
    font-size:21px!important;
  }

  .st429-benefits{
    grid-template-columns:repeat(2,1fr)!important;
    max-width:320px!important;
  }

  .st429-benefits>div:nth-child(2n){
    border-right:0!important;
  }

  .st429-section h3{
    font-size:11px!important;
  }

  .st429-links nav a{
    font-size:6.5px!important;
  }

  .st429-contact>a{
    font-size:6px!important;
  }

  .st429-status strong{
    font-size:6.3px!important;
  }

  .st429-status small{
    font-size:5.6px!important;
  }

  .st429-hours dt,
  .st429-hours dd{
    font-size:5.9px!important;
  }

  .st431-pay{
    min-width:52px!important;
    height:28px!important;
  }

  .st431-pay b{
    font-size:6.3px!important;
  }
}


/* =========================================================
   v4.3.8 — tablet/mobile footer top row:
   STAR TO GO left, 4 benefit items right
   Fixed bottom nav preserved.
   ========================================================= */
@media(max-width:900px){

  .st429-brand{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:minmax(150px,.72fr) minmax(0,1.28fr)!important;
    grid-template-areas:
      "logo benefits"
      "script benefits"!important;
    column-gap:18px!important;
    row-gap:5px!important;
    align-items:center!important;
    text-align:left!important;
    padding:0 2px 4px!important;
  }

  .st429-logo{
    grid-area:logo!important;
    justify-content:flex-start!important;
    align-self:end!important;
  }

  .st429-script{
    grid-area:script!important;
    margin:5px 0 0!important;
    text-align:left!important;
    align-self:start!important;
  }

  .st429-benefits{
    grid-area:benefits!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    align-self:center!important;
  }

  .st429-benefits>div{
    min-height:62px!important;
    padding:0 6px!important;
    border-right:1px solid rgba(255,255,255,.08)!important;
  }
  .st429-benefits>div:last-child{
    border-right:0!important;
  }

  .st429-benefits b{
    font-size:18px!important;
    margin-bottom:4px!important;
  }

  .st429-benefits span{
    font-size:7.5px!important;
    line-height:1.25!important;
    text-align:center!important;
  }

  /* The existing fixed app nav must stay untouched/visible. */
  .st-bottom-nav,
  .mobile-bottom-nav,
  .st-mobile-nav,
  .v36-bottom-nav,
  .st388-bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:10050!important;
  }
}

@media(max-width:600px){

  .st429-brand{
    grid-template-columns:minmax(118px,.82fr) minmax(0,1.18fr)!important;
    column-gap:9px!important;
  }

  .st429-logo{
    gap:7px!important;
  }

  .st429-logo strong{
    font-size:18px!important;
    letter-spacing:-.5px!important;
  }

  .st429-star{
    font-size:33px!important;
  }

  .st429-logo small{
    font-size:5.5px!important;
    letter-spacing:2px!important;
  }

  .st429-script{
    font-size:17px!important;
    line-height:1.02!important;
  }

  .st429-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    row-gap:3px!important;
  }

  .st429-benefits>div{
    min-height:48px!important;
    padding:0 3px!important;
  }

  .st429-benefits>div:nth-child(2){
    border-right:0!important;
  }

  .st429-benefits b{
    font-size:14px!important;
    margin-bottom:2px!important;
  }

  .st429-benefits span{
    font-size:6.2px!important;
    line-height:1.15!important;
  }
}


/* =========================================================
   v4.3.9 — DESKTOP ONLY: premium Populaire gerechten
   Mobile/tablet remain exactly as before.
   Product cards keep WooCommerce product thumbnails.
   ========================================================= */
.st439-popular-desktop-intro{display:none!important;}

@media(min-width:901px){
  body.home .popular-section,
  body.home .v36-popular,
  body.home .st-popular,
  body.home section:has(h2){
    --st439-orange:#ff5a12;
  }

  /* Only the homepage section containing the exact popular heading. */
  body.home section:has(h2) .st439-popular-desktop-intro{
    display:grid!important;
    grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)!important;
    gap:22px!important;
    align-items:stretch!important;
    margin:18px 0 24px!important;
    padding:0!important;
  }

  .st439-popular-benefits{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    background:#fff!important;
    border:1px solid rgba(17,17,17,.08)!important;
    border-radius:20px!important;
    box-shadow:0 14px 38px rgba(0,0,0,.07)!important;
    overflow:hidden!important;
  }

  .st439-popular-benefits>div{
    min-height:88px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:14px 16px!important;
    border-right:1px solid rgba(17,17,17,.07)!important;
  }
  .st439-popular-benefits>div:last-child{border-right:0!important}

  .st439-popular-benefits b{
    display:block!important;
    color:#111!important;
    font-size:15px!important;
    line-height:1.15!important;
    margin-bottom:5px!important;
  }

  .st439-popular-benefits span{
    color:#666!important;
    font-size:12px!important;
    line-height:1.3!important;
  }

  .st439-popular-copy{
    position:relative!important;
    min-height:88px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:18px 24px!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:
      radial-gradient(circle at 88% 25%,rgba(255,90,18,.30),transparent 32%),
      linear-gradient(135deg,#0c0c0c,#191919)!important;
    border:1px solid rgba(255,90,18,.45)!important;
    box-shadow:0 14px 38px rgba(0,0,0,.14)!important;
  }

  .st439-popular-copy:after{
    content:"★"!important;
    position:absolute!important;
    right:18px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    color:rgba(255,90,18,.18)!important;
    font-size:72px!important;
    line-height:1!important;
  }

  .st439-popular-copy strong{
    position:relative!important;
    z-index:1!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1.1!important;
    margin-bottom:6px!important;
  }

  .st439-popular-copy span{
    position:relative!important;
    z-index:1!important;
    color:#bdbdbd!important;
    font-size:12px!important;
  }

  /* Premium desktop card treatment; image source remains WooCommerce thumbnail. */
  body.home .popular-products .product-card,
  body.home .popular-grid .product-card,
  body.home .v36-pop-card,
  body.home .st-popular-card{
    border:1px solid rgba(17,17,17,.07)!important;
    box-shadow:0 16px 35px rgba(0,0,0,.09)!important;
    transition:transform .22s ease,box-shadow .22s ease!important;
  }

  body.home .popular-products .product-card:hover,
  body.home .popular-grid .product-card:hover,
  body.home .v36-pop-card:hover,
  body.home .st-popular-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:0 22px 42px rgba(0,0,0,.14)!important;
  }

  body.home .popular-products img,
  body.home .popular-grid img,
  body.home .v36-pop-card img,
  body.home .st-popular-card img{
    object-fit:cover!important;
  }
}

@media(max-width:900px){
  .st439-popular-desktop-intro{display:none!important;}
}


/* =========================================================
   v4.4.0 — DESKTOP ONLY premium Populaire gerechten
   + live WooCommerce product thumbnails
   ========================================================= */

.st440-popular-hero{display:none!important;}

@media(min-width:901px){
  body.home .st440-mobile-head{display:none!important;}

  body.home .st440-popular{
    position:relative!important;
    padding-top:54px!important;
    padding-bottom:58px!important;
    background:
      radial-gradient(circle at 88% 12%,rgba(255,92,18,.07),transparent 23%),
      linear-gradient(180deg,#f5f5f2 0%,#fbfbf9 100%)!important;
  }

  body.home .st440-popular-hero{
    display:grid!important;
    position:relative!important;
    grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;
    min-height:330px!important;
    overflow:hidden!important;
    border-radius:30px!important;
    background:#fff!important;
    border:1px solid rgba(17,17,17,.07)!important;
    box-shadow:0 24px 65px rgba(0,0,0,.12)!important;
    margin-bottom:30px!important;
  }

  .st440-popular-hero-copy{
    position:relative!important;
    z-index:2!important;
    padding:38px 34px 34px 38px!important;
    background:
      radial-gradient(circle at 10% 10%,rgba(255,92,18,.08),transparent 24%),
      #fff!important;
  }

  .st440-popular-hero .v36-kicker{
    display:block!important;
    margin:0 0 8px!important;
    color:#ff5a12!important;
    font-size:14px!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
  }

  .st440-popular-hero h2{
    margin:0!important;
    color:#101010!important;
    font-size:54px!important;
    line-height:.98!important;
    letter-spacing:-2.2px!important;
    font-weight:950!important;
  }

  .st440-popular-hero h2 em{
    color:#ff5a12!important;
    font-style:normal!important;
  }

  .st440-popular-hero-copy>p{
    max-width:600px!important;
    margin:15px 0 24px!important;
    color:#666!important;
    font-size:14px!important;
  }

  .st440-benefits{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    border:1px solid rgba(17,17,17,.08)!important;
    border-radius:18px!important;
    background:#fafaf8!important;
    overflow:hidden!important;
  }

  .st440-benefits>div{
    min-height:78px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:12px 13px!important;
    border-right:1px solid rgba(17,17,17,.08)!important;
  }
  .st440-benefits>div:last-child{border-right:0!important}

  .st440-benefits b{
    color:#111!important;
    font-size:13px!important;
    line-height:1.12!important;
    margin-bottom:5px!important;
  }

  .st440-benefits span{
    color:#777!important;
    font-size:10px!important;
    line-height:1.2!important;
  }

  .st440-popular-hero-photo{
    position:relative!important;
    min-height:330px!important;
    background:
      linear-gradient(90deg,#fff 0%,rgba(255,255,255,.02) 20%,rgba(0,0,0,.06) 100%),
      linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.28)),
      var(--st440-hero) center/cover no-repeat!important;
  }

  .st440-popular-hero-photo:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:
      radial-gradient(circle at 75% 25%,rgba(255,103,25,.23),transparent 35%),
      linear-gradient(90deg,rgba(255,255,255,.06),rgba(0,0,0,.12))!important;
  }

  .st440-script{
    position:absolute!important;
    left:26px!important;
    bottom:26px!important;
    z-index:2!important;
    display:block!important;
    color:#fff!important;
    font-size:25px!important;
    line-height:1.03!important;
    font-weight:700!important;
    text-shadow:0 3px 18px rgba(0,0,0,.5)!important;
    transform:rotate(-3deg)!important;
  }

  .st440-script strong{
    color:#ff6a20!important;
    font-size:18px!important;
    letter-spacing:.04em!important;
  }

  .st440-all{
    position:absolute!important;
    right:24px!important;
    bottom:24px!important;
    z-index:4!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:48px!important;
    padding:0 22px!important;
    border-radius:999px!important;
    background:#ff5a12!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 10px 22px rgba(255,90,18,.30)!important;
  }

  body.home .st440-products{
    gap:18px!important;
  }

  body.home .st440-products .v36-product{
    border:1px solid rgba(17,17,17,.07)!important;
    border-radius:22px!important;
    overflow:hidden!important;
    background:#fff!important;
    box-shadow:0 16px 34px rgba(0,0,0,.09)!important;
    transition:transform .2s ease,box-shadow .2s ease!important;
  }

  body.home .st440-products .v36-product:hover{
    transform:translateY(-5px)!important;
    box-shadow:0 23px 44px rgba(0,0,0,.14)!important;
  }

  body.home .st440-products .v36-product-image{
    overflow:hidden!important;
  }

  body.home .st440-products .v36-product-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transition:transform .28s ease!important;
  }

  body.home .st440-products .v36-product:hover .v36-product-image img{
    transform:scale(1.035)!important;
  }

  body.home .st440-products .v36-plus{
    box-shadow:0 8px 18px rgba(255,90,18,.25)!important;
  }
}

@media(max-width:900px){
  .st440-popular-hero{display:none!important;}
  body.home .st440-mobile-head{display:flex!important;}
}


/* =========================================================
   v4.4.3 — clean desktop rebuild of category section.
   IMPORTANT: cards use real <img>, not CSS backgrounds.
   ========================================================= */
.st443-desktop-head{display:none!important;}

@media(min-width:901px){
  body.home .st443-categories{
    position:relative!important;
    padding:58px 0 64px!important;
    background:
      radial-gradient(circle at 85% 5%,rgba(255,96,20,.12),transparent 25%),
      linear-gradient(135deg,#080808,#11100f 48%,#080808)!important;
    color:#fff!important;
    border-radius:32px!important;
    overflow:hidden!important;
  }

  body.home .st443-mobile-head{display:none!important;}

  body.home .st443-desktop-head{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
    min-height:285px!important;
    margin-bottom:26px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,104,24,.34)!important;
    border-radius:28px!important;
    background:#090909!important;
    box-shadow:0 24px 56px rgba(0,0,0,.32)!important;
  }

  .st443-head-copy{
    position:relative!important;
    z-index:3!important;
    padding:40px 40px 34px!important;
    background:linear-gradient(90deg,#090909 0%,#090909 80%,rgba(9,9,9,.55) 100%)!important;
  }

  .st443-head-copy>span{
    color:#ff681c!important;
    font-size:13px!important;
    font-weight:950!important;
    letter-spacing:.20em!important;
  }

  .st443-head-copy h2{
    margin:8px 0 12px!important;
    color:#fff!important;
    font-size:54px!important;
    line-height:.98!important;
    letter-spacing:-2px!important;
    font-weight:950!important;
  }

  .st443-head-copy h2 em{
    color:#ff681c!important;
    font-style:normal!important;
  }

  .st443-head-copy p{
    margin:0 0 23px!important;
    color:#c7c7c7!important;
    font-size:14px!important;
  }

  .st443-head-points{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
  }

  .st443-head-points b{
    display:inline-flex!important;
    align-items:center!important;
    min-height:34px!important;
    padding:0 11px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:999px!important;
    background:#141414!important;
    color:#eee!important;
    font-size:10px!important;
    font-weight:800!important;
  }

  .st443-head-food{
    position:relative!important;
    min-height:285px!important;
    background-position:center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
  }

  .st443-head-food:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(90deg,rgba(9,9,9,.35),transparent 45%,rgba(0,0,0,.08))!important;
  }

  .st443-head-food strong{
    position:absolute!important;
    left:24px!important;
    bottom:24px!important;
    z-index:3!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:1.02!important;
    font-style:italic!important;
    text-shadow:0 4px 18px rgba(0,0,0,.7)!important;
    transform:rotate(-3deg)!important;
  }

  .st443-head-food strong i{
    color:#ff681c!important;
    font-style:normal!important;
    font-size:18px!important;
  }

  .st443-full-menu{
    position:absolute!important;
    right:24px!important;
    bottom:24px!important;
    z-index:5!important;
    min-height:46px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 20px!important;
    border:1px solid #ff681c!important;
    border-radius:999px!important;
    background:rgba(8,8,8,.84)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 10px 25px rgba(0,0,0,.30)!important;
  }

  body.home .st443-category-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
  }

  body.home .st443-category{
    position:relative!important;
    display:block!important;
    height:245px!important;
    min-height:245px!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid rgba(255,105,24,.34)!important;
    border-radius:22px!important;
    background:#0c0c0c!important;
    box-shadow:0 16px 34px rgba(0,0,0,.28)!important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
  }

  body.home .st443-category:hover{
    transform:translateY(-5px)!important;
    border-color:#ff681c!important;
    box-shadow:0 24px 44px rgba(0,0,0,.42)!important;
  }

  body.home .st443-category img{
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    transform:none!important;
    transition:transform .30s ease!important;
  }

  body.home .st443-category:hover img{
    transform:scale(1.04)!important;
  }

  body.home .st443-category:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.82) 100%)!important;
    pointer-events:none!important;
  }

  body.home .st443-category>span{
    position:absolute!important;
    left:18px!important;
    right:64px!important;
    bottom:18px!important;
    z-index:4!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-shadow:0 3px 14px rgba(0,0,0,.85)!important;
  }

  body.home .st443-category>i{
    position:absolute!important;
    right:17px!important;
    bottom:16px!important;
    z-index:4!important;
    width:40px!important;
    height:40px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #ff681c!important;
    border-radius:50%!important;
    background:rgba(8,8,8,.82)!important;
    color:#fff!important;
    font-size:19px!important;
    font-style:normal!important;
  }

  /* Neutralize any older pseudo arrow on these rebuilt cards. */
  body.home .st443-category:after{content:none!important;}
}

@media(max-width:900px){
  .st443-desktop-head{display:none!important;}
  body.home .st443-mobile-head{display:flex!important;}

  /* On mobile/tablet retain original visual behavior, but img remains safe. */
  body.home .st443-category>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
  }
  body.home .st443-category>i{display:none!important;}
}


/* =========================================================
   STAR TO GO v4.4.9 — Premium mobile/tablet category header
   Only affects homepage <= 900px.
   ========================================================= */
@media (max-width:900px){
  body.home .st443-categories{
    background:#f5f5f3!important;
    padding-top:18px!important;
  }

  body.home .st443-mobile-head{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:16px!important;
    margin:0 0 18px!important;
    padding:22px 20px 20px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,104,24,.36)!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 92% 12%,rgba(255,104,24,.20),transparent 28%),
      linear-gradient(135deg,#090909 0%,#141414 58%,#090909 100%)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
  }

  body.home .st443-mobile-head:before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:4px!important;
    background:linear-gradient(180deg,#ff7a22,#ff5a12)!important;
  }

  body.home .st443-mobile-head>div{
    position:relative!important;
    z-index:2!important;
    min-width:0!important;
  }

  body.home .st443-mobile-head span{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:0 0 8px!important;
    color:#ff721f!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:.16em!important;
    text-transform:uppercase!important;
  }

  body.home .st443-mobile-head span:before{
    content:""!important;
    width:18px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#ff681c!important;
  }

  body.home .st443-mobile-head h2{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(27px,5.5vw,38px)!important;
    line-height:1.02!important;
    letter-spacing:-1.15px!important;
    font-weight:950!important;
  }

  body.home .st443-mobile-head a{
    position:relative!important;
    z-index:2!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:0 14px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:13px!important;
    background:linear-gradient(135deg,#ff6a18,#ff7d27)!important;
    color:#fff!important;
    box-shadow:0 9px 22px rgba(255,100,24,.22)!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }
}

@media (max-width:560px){
  body.home .st443-mobile-head{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:14px!important;
    padding:20px 18px 18px!important;
    border-radius:20px!important;
  }

  body.home .st443-mobile-head h2{
    max-width:100%!important;
    font-size:30px!important;
  }

  body.home .st443-mobile-head a{
    width:max-content!important;
    min-width:138px!important;
  }
}
