:root{
  --mk17-bg:#f6f8f5;
  --mk17-surface:#ffffff;
  --mk17-surface-soft:#f3f8f1;
  --mk17-line:#dde8dc;
  --mk17-line-2:#ceddcd;
  --mk17-text:#17231c;
  --mk17-muted:#6d7a72;
  --mk17-green:#1eb54e;
  --mk17-green-dark:#13833a;
  --mk17-green-deep:#0f5c2b;
  --mk17-yellow:#ffc933;
  --mk17-yellow-deep:#f0b81a;
  --mk17-orange:#ff7a1b;
  --mk17-shadow-sm:0 10px 26px rgba(17,41,24,.06);
  --mk17-shadow:0 18px 46px rgba(17,41,24,.08);
  --mk17-shadow-lg:0 22px 60px rgba(17,41,24,.10);
}

body.mk15-theme{
  font-family:"Plus Jakarta Sans","Manrope","Inter","Segoe UI",Arial,sans-serif!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(30,181,78,.06), transparent 24%),
    radial-gradient(circle at 0% 20%, rgba(255,201,51,.06), transparent 20%),
    linear-gradient(180deg,#fbfcfb 0%, var(--mk17-bg) 100%)!important;
}
body.mk15-theme,
body.mk15-theme p,
body.mk15-theme span,
body.mk15-theme a,
body.mk15-theme button,
body.mk15-theme input,
body.mk15-theme select{color:var(--mk17-text)}
body.mk15-theme h1,
body.mk15-theme h2,
body.mk15-theme h3,
body.mk15-theme h4,
body.mk15-theme .main-menu .nav-link,
body.mk15-theme .foodmart-add-btn,
body.mk15-theme .product-badge,
body.mk15-theme .current-price,
body.mk15-theme .price,
body.mk15-theme .gf-delivery-pill,
body.mk15-theme .mk15-btn-primary{
  font-family:"Plus Jakarta Sans","Manrope","Inter","Segoe UI",Arial,sans-serif!important;
}

.mk15-theme .container-fluid,
.mk15-theme .gf-shell,
.mk15-theme .mk15-shell{max-width:1380px!important}

/* Header */
.mk15-theme .foodmart-header{
  position:sticky!important;top:0;z-index:1040;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 10px 35px rgba(17,41,24,.05)!important;
}
.mk15-theme .foodmart-header .container-fluid{padding:0 18px!important}
.mk15-theme .foodmart-header .row.py-3{padding-top:16px!important;padding-bottom:16px!important}
.mk15-theme .foodmart-logo img{max-height:58px!important}
.mk15-theme .search-bar{
  display:grid!important;grid-template-columns:minmax(170px,210px) minmax(0,1fr) 62px!important;gap:0!important;
  border:1px solid var(--mk17-line-2)!important;border-radius:20px!important;overflow:hidden!important;
  background:#fff!important;box-shadow:var(--mk17-shadow-sm)!important;padding:0!important;
}
.mk15-theme .search-bar .form-select{border:0!important;border-right:1px solid var(--mk17-line)!important;background:#f8fbf8!important;padding:0 18px!important;font-weight:800!important;color:#334239!important}
.mk15-theme .search-bar input{border:0!important;min-height:58px!important;padding:0 20px!important;font-size:15px!important;font-weight:700!important;background:#fff!important}
.mk15-theme .search-bar button{width:62px!important;min-height:58px!important;border-radius:0!important;border:0!important;background:linear-gradient(180deg,var(--mk17-green),var(--mk17-green-dark))!important;box-shadow:none!important}
.mk15-theme .foodmart-icons a,.mk15-theme .foodmart-icons button{
  width:48px!important;height:48px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow-sm)!important;color:#223127!important
}
.mk15-theme .foodmart-icons .js-cart-count-badge,.mk15-theme .foodmart-icons em{box-shadow:0 6px 16px rgba(255,77,79,.22)!important}
.mk15-theme .foodmart-menu-wrap{border-top:1px solid rgba(221,232,220,.8)!important;background:transparent!important}
.mk15-theme .foodmart-menu-wrap .row{padding-top:10px!important;padding-bottom:10px!important;justify-content:center!important}
.mk15-theme .main-menu{gap:6px!important;justify-content:center!important}
.mk15-theme .main-menu .nav-link{padding:12px 18px!important;border-radius:14px!important;font-size:13px!important;font-weight:900!important;color:#243329!important;letter-spacing:.01em!important}
.mk15-theme .main-menu .nav-link:hover{background:#f2f8f1!important;color:var(--mk17-green-dark)!important}
.mk15-theme .main-menu .nav-link.active{background:#edf8ec!important;color:var(--mk17-green-dark)!important}

/* Hero / app home */
.mk15-home{padding-top:30px!important;padding-bottom:24px!important}
.gf-home{padding-top:10px!important}
.gf-welcome{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:18px!important}
.gf-welcome h1{font-size:46px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.045em!important;margin:0 0 10px!important}
.gf-welcome p{margin:0!important;font-size:16px!important;color:var(--mk17-muted)!important}
.gf-delivery-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 18px!important;background:#eff8ee!important;border:1px solid var(--mk17-line)!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important;color:var(--mk17-green-dark)!important;white-space:nowrap!important}
.gf-mobile-search{display:none!important}
.gf-category-head,.mk15-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:16px!important}
.gf-category-head h2,.mk15-section-head h2{font-size:31px!important;font-weight:900!important;letter-spacing:-.03em!important;margin:0!important}
.gf-category-head a,.mk15-section-head a{font-size:14px!important;font-weight:900!important;color:var(--mk17-green-dark)!important;text-decoration:none!important}
.gf-categories{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:14px!important;margin-bottom:22px!important}
.gf-cat{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:128px!important;padding:16px 10px!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow-sm)!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.gf-cat:hover{transform:translateY(-4px)!important;box-shadow:var(--mk17-shadow-lg)!important;border-color:#cfe5ce!important}
.gf-cat img{width:38px!important;height:38px!important;object-fit:contain!important}
.gf-cat span{font-size:13px!important;line-height:1.28!important;font-weight:800!important;text-align:center!important;color:#223127!important}

.gf-promo{display:grid!important;grid-template-columns:1.04fr .96fr!important;align-items:center!important;position:relative!important;overflow:hidden!important;min-height:320px!important;border-radius:34px!important;padding:34px 34px 34px 38px!important;background:linear-gradient(135deg,#f3fbf1 0%,#f8fbf5 48%,#fff9e6 100%)!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow)!important}
.gf-promo::before{content:"";position:absolute;right:-70px;bottom:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle, rgba(30,181,78,.10) 0, rgba(30,181,78,0) 68%)}
.gf-promo-kicker{display:inline-flex!important;align-items:center!important;padding:8px 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;color:var(--mk17-green-dark)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.12em!important}
.gf-promo-copy h2{font-size:52px!important;line-height:1.02!important;letter-spacing:-.05em!important;font-weight:900!important;margin:18px 0 14px!important;max-width:540px!important}
.gf-promo-copy p{font-size:17px!important;line-height:1.72!important;color:var(--mk17-muted)!important;max-width:530px!important;margin:0 0 26px!important}
.gf-promo-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:16px 26px!important;border-radius:16px!important;background:linear-gradient(180deg,var(--mk17-green),var(--mk17-green-dark))!important;color:#fff!important;font-size:15px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(30,181,78,.24)!important}
.gf-promo-media{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important}
.gf-promo-media img{max-width:78%!important;max-height:260px!important;object-fit:contain!important;filter:drop-shadow(0 28px 34px rgba(17,41,24,.16))!important}
.gf-speed-badge{position:absolute!important;right:20px!important;top:20px!important;padding:10px 14px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;color:var(--mk17-green-dark)!important;font-size:13px!important;font-weight:900!important;z-index:3!important}

.gf-benefits{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:22px!important}
.gf-benefit{display:flex!important;align-items:center!important;gap:14px!important;padding:18px 18px!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow-sm)!important}
.gf-benefit>span{width:46px!important;height:46px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f2f8f1!important;font-size:22px!important;flex:0 0 auto!important}
.gf-benefit strong{display:block!important;font-size:16px!important;font-weight:900!important;margin-bottom:3px!important}
.gf-benefit small{display:block!important;color:var(--mk17-muted)!important;font-size:12px!important;font-weight:700!important}

/* offers / products */
.mk15-theme .managed-product-section{padding-top:34px!important;padding-bottom:26px!important}
.mk15-theme .managed-section-head,.mk15-theme .products-header-card{max-width:1380px!important;margin:0 auto 16px!important}
.mk15-theme .managed-section-head h2,.mk15-theme .products-header-card h2{font-size:34px!important;line-height:1.04!important;font-weight:900!important;letter-spacing:-.04em!important}
.mk15-theme .managed-section-head p,.mk15-theme .products-header-card p{font-size:15px!important;color:var(--mk17-muted)!important}
.mk15-theme .managed-product-grid,
.mk15-theme .product-list-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;max-width:1380px!important;margin:0 auto!important}
@media(min-width:1400px){
  .mk15-theme .managed-product-grid,
  .mk15-theme .product-list-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
.mk15-theme .managed-product-grid>*,.mk15-theme .product-list-grid>*{width:auto!important;max-width:none!important;padding:0!important}
.mk15-theme .foodmart-product-card{display:flex!important;flex-direction:column!important;height:100%!important;padding:16px!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.mk15-theme .foodmart-product-card:hover{transform:translateY(-5px)!important;box-shadow:var(--mk17-shadow-lg)!important;border-color:#cfe5ce!important}
.mk15-theme .foodmart-product-card figure{height:210px!important;border-radius:18px!important;background:linear-gradient(180deg,#fbfcfa,#f3f7f2)!important;padding:14px!important;margin-bottom:14px!important}
.mk15-theme .foodmart-product-card img{max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.mk15-theme .foodmart-product-card h3{min-height:50px!important;margin:0 0 8px!important;font-size:16px!important;line-height:1.42!important;font-weight:800!important;letter-spacing:-.01em!important}
.mk15-theme .product-subline{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:10px!important}
.mk15-theme .product-subline,.mk15-theme .product-category,.mk15-theme .product-unit{font-size:12px!important;color:#7c887f!important;font-weight:800!important}
.mk15-theme .price{display:flex!important;align-items:flex-end!important;gap:8px!important;margin:4px 0 14px!important}
.mk15-theme .price .current-price,.mk15-theme .current-price{font-size:30px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.03em!important;color:#15221a!important}
.mk15-theme .old-price{font-size:13px!important;font-weight:800!important;color:#a1aba4!important}
.mk15-theme .product-content{flex:1 1 auto!important}
.mk15-theme .foodmart-add-form{margin-top:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.mk15-theme .foodmart-add-form .input-number,.mk15-theme .foodmart-card-qty-control{display:none!important}
.mk15-theme .foodmart-add-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:48px!important;border:0!important;border-radius:15px!important;background:linear-gradient(180deg,var(--mk17-yellow),var(--mk17-yellow-deep))!important;color:#17231c!important;font-size:14px!important;font-weight:900!important;box-shadow:0 12px 18px rgba(255,201,51,.22)!important}
.mk15-theme .foodmart-add-plus{display:inline-flex!important}
.mk15-theme .v10-card-actions{top:12px!important;right:12px!important;display:flex!important;flex-direction:column!important;gap:8px!important}
.mk15-theme .v10-card-actions button{width:40px!important;height:40px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:0 10px 20px rgba(17,41,24,.10)!important;color:#223127!important}
.mk15-theme .v10-card-actions button:hover{background:#f5faf4!important;color:var(--mk17-green-dark)!important}
.mk15-theme .product-badge{font-size:11px!important;min-height:32px!important;padding:0 12px!important;border-width:2px!important;box-shadow:0 12px 24px rgba(17,41,24,.14)!important}

.foodmart-footer{background:#fff!important;border-top:1px solid var(--mk17-line)!important}
.foodmart-footer .footer-delivery-box{border-radius:18px!important;border:1px solid var(--mk17-line)!important;background:#f7faf6!important;padding:18px!important}

/* mobile - app feel */
@media(max-width:991.98px){
  body.mk15-theme{padding-bottom:108px!important}
  .mk15-theme .foodmart-header{position:relative!important;border-radius:0 0 24px 24px!important;padding-bottom:8px!important}
  .mk15-theme .foodmart-header .container-fluid{padding:0 14px!important}
  .mk15-theme .foodmart-header .row.py-3{padding-top:14px!important;padding-bottom:12px!important}
  .mk15-theme .foodmart-logo img{max-height:42px!important}
  .mk15-theme .foodmart-menu-wrap,.mk15-theme .foodmart-search-wrap,.mk15-theme .search-bar{display:none!important}
  .gf-home{padding:8px 14px 0!important}
  .gf-welcome{margin-bottom:12px!important;gap:10px!important}
  .gf-welcome h1{display:none!important}
  .gf-welcome p{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:11px 12px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow-sm)!important;font-size:12px!important;font-weight:800!important;color:#39463f!important;max-width:none!important;flex:1 1 auto!important}
  .gf-welcome p::before{content:"📍";font-size:14px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#fde8ef}
  .gf-delivery-pill{padding:11px 12px!important;font-size:11px!important;border-radius:16px!important;box-shadow:var(--mk17-shadow-sm)!important;white-space:nowrap!important}
  .gf-mobile-search{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;margin:12px 0 12px!important;padding:8px!important;border-radius:20px!important;background:#fff!important;border:1px solid var(--mk17-line)!important;box-shadow:var(--mk17-shadow-sm)!important}
  .gf-mobile-search input{min-width:0!important;min-height:42px!important;padding:0 12px!important;border:0!important;outline:0!important;background:transparent!important;font-size:14px!important;font-weight:700!important;color:#2a382f!important}
  .gf-mobile-search button{min-width:76px!important;height:44px!important;border:0!important;border-radius:14px!important;background:linear-gradient(180deg,var(--mk17-green),var(--mk17-green-dark))!important;color:#fff!important;font-size:15px!important;font-weight:900!important}
  .gf-category-head,.mk15-section-head{margin-bottom:10px!important}
  .gf-category-head h2,.mk15-section-head h2{font-size:16px!important;letter-spacing:-.02em!important}
  .gf-category-head a,.mk15-section-head a{font-size:12px!important}
  .gf-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-bottom:14px!important}
  .gf-cat{min-height:96px!important;padding:10px 6px!important;border-radius:18px!important;box-shadow:var(--mk17-shadow-sm)!important}
  .gf-cat img{width:28px!important;height:28px!important}
  .gf-cat span{font-size:11px!important;line-height:1.22!important}
  .gf-promo{grid-template-columns:1.04fr .96fr!important;min-height:214px!important;border-radius:24px!important;padding:18px 16px 18px 18px!important}
  .gf-speed-badge{right:12px!important;top:12px!important;padding:7px 10px!important;border-radius:12px!important;font-size:10px!important}
  .gf-promo-kicker{padding:5px 8px!important;font-size:8px!important}
  .gf-promo-copy h2{font-size:24px!important;line-height:1.04!important;margin:10px 0 8px!important;max-width:210px!important}
  .gf-promo-copy p{font-size:11px!important;line-height:1.52!important;max-width:182px!important;margin-bottom:14px!important}
  .gf-promo-btn{padding:10px 14px!important;border-radius:12px!important;font-size:12px!important}
  .gf-promo-media img{max-width:95%!important;max-height:126px!important}
  .gf-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}
  .gf-benefit{padding:14px 12px!important;border-radius:18px!important;gap:10px!important}
  .gf-benefit>span{width:34px!important;height:34px!important;border-radius:11px!important;font-size:16px!important}
  .gf-benefit strong{font-size:13px!important}
  .gf-benefit small{font-size:10px!important}

  .mk15-theme .managed-product-section{padding:20px 14px!important}
  .mk15-theme .managed-section-head h2,.mk15-theme .products-header-card h2{font-size:22px!important}
  .mk15-theme .managed-product-grid,.mk15-theme .product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .mk15-theme .foodmart-product-card{padding:10px!important;border-radius:18px!important;box-shadow:var(--mk17-shadow-sm)!important}
  .mk15-theme .foodmart-product-card figure{height:132px!important;border-radius:14px!important;padding:8px!important;margin-bottom:10px!important}
  .mk15-theme .foodmart-product-card h3{min-height:34px!important;font-size:12px!important;line-height:1.32!important}
  .mk15-theme .product-subline,.mk15-theme .product-category,.mk15-theme .product-unit{font-size:10px!important}
  .mk15-theme .price .current-price,.mk15-theme .current-price{font-size:18px!important}
  .mk15-theme .old-price{font-size:10px!important}
  .mk15-theme .foodmart-add-btn{min-height:40px!important;font-size:11px!important;border-radius:12px!important;padding:0 10px!important}
  .mk15-theme .v10-card-actions{display:none!important}

  .mk15-theme .foodmart-mobile-nav{left:10px!important;right:10px!important;bottom:10px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;border-radius:24px!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--mk17-line)!important;box-shadow:0 22px 40px rgba(17,41,24,.18)!important;backdrop-filter:blur(10px)!important}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link{min-height:54px!important;border-radius:16px!important;padding:5px 4px!important;color:#7b877f!important}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link svg{width:22px!important;height:22px!important}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link span{font-size:9px!important;font-weight:800!important;color:inherit!important;line-height:1.1!important}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link.is-active{background:linear-gradient(180deg,#25b34d,#159040)!important;color:#fff!important;box-shadow:0 12px 24px rgba(30,181,78,.24)!important}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link.is-active span{color:#fff!important}
  .mk15-theme .foodmart-mobile-nav em{top:2px!important;right:12%!important;background:#ff4d4f!important;color:#fff!important;border:2px solid #fff!important;min-width:18px!important;height:18px!important}
  .foodmart-footer{display:none!important}
}

/* medium desktops */
@media(min-width:992px) and (max-width:1279.98px){
  .gf-categories{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .gf-promo-copy h2{font-size:44px!important}
  .mk15-theme .managed-product-grid,.mk15-theme .product-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
