:root{
  --mk16-bg:#f4f7f3;
  --mk16-surface:#ffffff;
  --mk16-surface-2:#f8fbf7;
  --mk16-line:#e4ece3;
  --mk16-line-strong:#d8e5d7;
  --mk16-text:#18251d;
  --mk16-muted:#6f7d72;
  --mk16-green:#20b04b;
  --mk16-green-dark:#14833d;
  --mk16-yellow:#ffcb33;
  --mk16-shadow-sm:0 8px 22px rgba(22,48,29,.06);
  --mk16-shadow:0 18px 46px rgba(22,48,29,.08);
  --mk16-shadow-lg:0 24px 56px rgba(22,48,29,.1);
  --mk16-radius:22px;
}

body.mk15-theme{
  background:
    radial-gradient(circle at top right, rgba(32,176,75,.05), transparent 26%),
    linear-gradient(180deg, #fbfcfb 0%, var(--mk16-bg) 100%)!important;
  color:var(--mk16-text)!important;
  font-family:"Manrope","Plus Jakarta Sans","Inter","Segoe UI",Arial,sans-serif!important;
}

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 .mk15-btn-primary,
body.mk15-theme .mk15-btn-link,
body.mk15-theme .mk15-section-head a,
body.mk15-theme .current-price,
body.mk15-theme .price,
body.mk15-theme .product-badge,
body.mk15-theme .product-content,
body.mk15-theme button,
body.mk15-theme .btn{
  font-family:"Plus Jakarta Sans","Manrope","Inter","Segoe UI",Arial,sans-serif!important;
}

.mk15-shell,
.mk15-theme .managed-product-section>.container-fluid,
.mk15-theme .category-shop-layout>.container-fluid,
.mk15-theme .market-category-home>.container-fluid,
.mk15-theme .foodmart-header>.container-fluid,
.mk15-theme .foodmart-menu-wrap>.row{max-width:1380px!important}

.mk15-home{padding-top:30px!important;padding-bottom:24px!important}
.mk15-hero-grid{grid-template-columns:260px minmax(0,1fr) 300px!important;gap:22px!important;align-items:stretch!important}
.mk15-category-panel,
.mk15-hero-card,
.mk15-mini-promo,
.mk15-category-card,
.mk15-deal-card,
.mk15-theme .foodmart-product-card,
.mk15-theme .gf-benefit{
  border:1px solid rgba(209,224,208,.9)!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:var(--mk16-shadow)!important;
}

/* Header premium */
.mk15-theme .foodmart-header{
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 16px 40px rgba(21,39,25,.06)!important;
}
.mk15-theme .foodmart-logo img{max-height:58px!important}
.mk15-theme .search-bar{
  background:#fff!important;
  border:1px solid var(--mk16-line-strong)!important;
  border-radius:18px!important;
  padding:6px 10px!important;
  box-shadow:var(--mk16-shadow-sm)!important;
}
.mk15-theme .search-bar .form-select,
.mk15-theme .search-bar input{font-weight:800!important;color:#314139!important}
.mk15-theme .search-bar button{
  min-width:52px!important;
  min-height:48px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,var(--mk16-green),var(--mk16-green-dark))!important;
  box-shadow:0 12px 22px rgba(32,176,75,.22)!important;
}
.mk15-theme .main-menu{gap:8px!important}
.mk15-theme .main-menu .nav-link{
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  border-radius:14px!important;
  padding:12px 16px!important;
}
.mk15-theme .main-menu .nav-link:hover{background:#f3f8f1!important;color:var(--mk16-green-dark)!important}
.mk15-theme .main-menu .nav-link.active{background:#eef8ee!important;color:var(--mk16-green-dark)!important}

/* Hero */
.mk15-category-panel{border-radius:22px!important;overflow:hidden!important}
.mk15-panel-title{
  padding:18px 20px!important;
  font-weight:900!important;
  background:linear-gradient(135deg,#2cab45 0%, #1e8f3a 100%)!important;
}
.mk15-category-panel nav a{padding:14px 16px!important;font-weight:700!important;font-size:13px!important}
.mk15-cat-ico{width:38px!important;height:38px!important;border-radius:14px!important;background:#f3f9f2!important}
.mk15-cat-ico img{width:24px!important;height:24px!important}

.mk15-hero-card{
  min-height:470px!important;
  border-radius:32px!important;
  grid-template-columns:1.08fr .92fr!important;
  background:
    radial-gradient(circle at 82% 76%, rgba(86,176,92,.12) 0, rgba(86,176,92,.12) 18%, transparent 18.5%),
    radial-gradient(circle at 74% 28%, rgba(255,207,67,.12) 0, rgba(255,207,67,.12) 16%, transparent 16.5%),
    linear-gradient(135deg, #f2fbf0 0%, #f7fbf5 45%, #fff9e7 100%)!important;
}
.mk15-hero-copy{padding:58px 30px 46px 52px!important}
.mk15-eyebrow{
  background:#fff!important;
  border:1px solid var(--mk16-line)!important;
  color:var(--mk16-green-dark)!important;
  padding:8px 14px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
.mk15-hero-copy h1{
  font-size:56px!important;
  line-height:.98!important;
  margin:20px 0 16px!important;
  font-weight:900!important;
  letter-spacing:-.05em!important;
  color:#15231b!important;
}
.mk15-hero-copy p{font-size:17px!important;line-height:1.7!important;color:#66756b!important;max-width:580px!important}
.mk15-hero-actions{gap:16px!important;margin-top:28px!important}
.mk15-btn-primary{
  background:linear-gradient(180deg,var(--mk16-green),var(--mk16-green-dark))!important;
  border-radius:16px!important;
  padding:15px 24px!important;
  box-shadow:0 14px 28px rgba(32,176,75,.24)!important;
}
.mk15-btn-link{font-weight:900!important;color:#203024!important}
.mk15-trust-row{gap:14px!important;margin-top:26px!important}
.mk15-trust-row span{background:#fff;border:1px solid var(--mk16-line);padding:9px 12px;border-radius:999px;box-shadow:var(--mk16-shadow-sm)}
.mk15-art-blob{width:360px!important;height:360px!important;right:-10px!important;bottom:-45px!important;background:radial-gradient(circle, rgba(65,181,89,.18), rgba(65,181,89,0) 68%)!important}
.mk15-hero-product{max-height:340px!important;max-width:86%!important;filter:drop-shadow(0 28px 34px rgba(24,37,29,.15))!important}
.mk15-floating-badge{
  right:22px!important;top:22px!important;border-radius:18px!important;padding:12px 15px!important;border:1px solid var(--mk16-line)!important;
}
.mk15-floating-badge b{font-size:12px!important}
.mk15-floating-badge small{font-size:11px!important}
.mk15-mini-promo{border-radius:24px!important;padding:28px 24px!important}
.mk15-mini-promo strong{font-size:26px!important;line-height:1.12!important}

/* Sections */
.mk15-category-strip,.mk15-deals{margin-top:34px!important}
.mk15-section-head{margin-bottom:18px!important}
.mk15-section-head h2{font-size:30px!important;letter-spacing:-.03em!important}
.mk15-section-head a{font-size:14px!important}
.mk15-category-cards{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:14px!important}
.mk15-category-card{border-radius:20px!important;min-height:132px!important;padding:16px 10px!important;gap:10px!important;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important}
.mk15-category-card:hover{transform:translateY(-4px)!important;box-shadow:var(--mk16-shadow-lg)!important;border-color:#cfe6ce!important}
.mk15-category-card span{width:58px!important;height:58px!important;border-radius:18px!important;background:#f2f9f1!important}
.mk15-category-card img{width:36px!important;height:36px!important}
.mk15-category-card strong{font-size:13px!important;line-height:1.25!important;font-weight:800!important}

.mk15-deal-grid{gap:18px!important}
.mk15-deal-card{border-radius:24px!important;transition:transform .18s ease, box-shadow .18s ease!important}
.mk15-deal-card:hover{transform:translateY(-4px)!important;box-shadow:var(--mk16-shadow-lg)!important}
.mk15-deal-img{height:210px!important}
.mk15-deal-body{padding:18px!important}
.mk15-deal-body h3{font-size:16px!important;min-height:42px!important;font-weight:800!important}
.mk15-deal-price strong{font-size:22px!important}
.mk15-card-add button{height:46px!important;border-radius:13px!important;background:linear-gradient(180deg,var(--mk16-green),var(--mk16-green-dark))!important;box-shadow:0 12px 20px rgba(32,176,75,.18)!important}

/* product cards */
.mk15-theme .managed-product-section{padding-top:34px!important;padding-bottom:30px!important}
.mk15-theme .managed-section-head h2,
.mk15-theme .products-header-card h2{font-size:34px!important;letter-spacing:-.04em!important;color:#15221a!important}
.mk15-theme .managed-section-head p,
.mk15-theme .products-header-card p{color:#6f7d72!important}
.mk15-theme .managed-product-grid,
.mk15-theme .product-list-grid{gap:20px!important}
.mk15-theme .foodmart-product-card{
  border-radius:24px!important;
  padding:16px!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(--mk16-shadow-lg)!important;border-color:#cfe4cf!important}
.mk15-theme .foodmart-product-card figure{
  height:210px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fbfcfa,#f4f7f3)!important;
}
.mk15-theme .foodmart-product-card h3{font-size:16px!important;line-height:1.38!important;min-height:46px!important;font-weight:800!important;color:#17241d!important}
.mk15-theme .product-subline,
.mk15-theme .product-category,
.mk15-theme .product-unit{font-size:12px!important;color:#7a867e!important;font-weight:700!important}
.mk15-theme .price,.mk15-theme .current-price{font-size:29px!important;line-height:1!important;color:#15221a!important;font-weight:900!important;letter-spacing:-.03em!important}
.mk15-theme .old-price{font-size:13px!important;color:#9ca89e!important;font-weight:700!important}
.mk15-theme .foodmart-add-form{grid-template-columns:1fr!important;gap:10px!important}
.mk15-theme .foodmart-add-btn{
  min-height:46px!important;
  border-radius:14px!important;
  font-size:14px!important;
  font-weight:900!important;
  background:linear-gradient(180deg,var(--mk16-yellow),#f1b916)!important;
  color:#16231b!important;
  box-shadow:0 10px 16px rgba(255,203,51,.24)!important;
}
.mk15-theme .foodmart-add-btn:hover{filter:brightness(.98)!important}
.mk15-theme .v10-card-actions{gap:8px!important}
.mk15-theme .v10-card-actions button{
  width:42px!important;height:42px!important;border-radius:14px!important;
  background:#fff!important;box-shadow:0 10px 22px rgba(20,34,24,.1)!important;
}
.mk15-theme .v10-card-actions button:hover{background:#f4f9f3!important;color:var(--mk16-green-dark)!important}

/* benefits */
.mk15-theme .gf-benefits{gap:16px!important;margin-top:20px!important}
.mk15-theme .gf-benefit{border-radius:20px!important;padding:18px!important}
.mk15-theme .gf-benefit strong{font-weight:900!important}

/* mobile app refinements */
@media(max-width:991.98px){
  body.mk15-theme{padding-bottom:96px!important}
  .mk15-theme .foodmart-header{border-radius:0 0 22px 22px!important}
  .mk15-theme .foodmart-header .container-fluid{padding:0 14px!important}
  .mk15-theme .foodmart-logo img{max-height:40px!important}
  .mk15-theme .foodmart-icons a,.mk15-theme .foodmart-icons button{
    width:42px!important;height:42px!important;border-radius:14px!important;box-shadow:var(--mk16-shadow-sm)!important
  }
  .mk15-theme .gf-app-mobile-bar{padding:8px 0 12px!important}

  .mk15-home{padding:12px 14px 10px!important}
  .mk15-hero-card{min-height:212px!important;border-radius:22px!important;box-shadow:var(--mk16-shadow)!important;background:linear-gradient(135deg,#f4fbf2 0%,#f6fbf4 46%,#fdf9e6 100%)!important}
  .mk15-hero-copy{padding:18px 8px 18px 18px!important}
  .mk15-eyebrow{font-size:8px!important;padding:5px 8px!important}
  .mk15-hero-copy h1{font-size:24px!important;line-height:1.04!important;margin:8px 0 8px!important;max-width:210px!important}
  .mk15-hero-copy p{font-size:10px!important;line-height:1.5!important;max-width:180px!important}
  .mk15-btn-primary{font-size:11px!important;padding:10px 13px!important;border-radius:10px!important}
  .mk15-hero-product{max-height:128px!important;max-width:96%!important}
  .mk15-art-blob{width:168px!important;height:168px!important;right:-30px!important;bottom:-30px!important}
  .mk15-mobile-search-wrap{margin:12px 0 10px!important}
  .mk15-mobile-search,
  .gf-mobile-search{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid var(--mk16-line)!important;
    border-radius:18px!important;
    padding:8px!important;
    box-shadow:var(--mk16-shadow-sm)!important;
  }
  .mk15-mobile-search input,
  .gf-mobile-search input{
    min-width:0!important;border:0!important;outline:0!important;background:transparent!important;
    font-size:13px!important;font-weight:700!important;padding:10px 12px!important
  }
  .gf-mobile-search button,
  .mk15-mobile-search button{
    width:auto!important;min-width:78px!important;height:46px!important;border:0!important;border-radius:14px!important;
    padding:0 16px!important;background:linear-gradient(180deg,var(--mk16-green),var(--mk16-green-dark))!important;color:#fff!important;font-weight:900!important
  }

  /* 3x3 style mobile category grids */
  .gf-categories,
  .mk15-category-cards{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }
  .gf-cat,
  .mk15-category-card{
    min-width:0!important;min-height:96px!important;border-radius:18px!important;padding:10px 6px!important;box-shadow:var(--mk16-shadow-sm)!important
  }
  .gf-cat img,
  .mk15-category-card img{width:30px!important;height:30px!important;margin-bottom:6px!important}
  .gf-cat span,
  .mk15-category-card strong{font-size:11px!important;line-height:1.2!important}
  .gf-cat small,
  .mk15-category-card small{display:none!important}

  .mk15-deal-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;overflow:visible!important}
  .mk15-deal-card{min-width:0!important;max-width:none!important}
  .mk15-deal-img{height:118px!important}
  .mk15-deal-body h3{font-size:12px!important;min-height:34px!important}
  .mk15-deal-price strong{font-size:16px!important}

  .mk15-theme .gf-benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}
  .mk15-theme .gf-benefit{padding:14px!important;border-radius:18px!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{border-radius:18px!important;padding:10px!important;box-shadow:var(--mk16-shadow-sm)!important}
  .mk15-theme .foodmart-product-card figure{height:132px!important;border-radius:14px!important}
  .mk15-theme .foodmart-product-card h3{font-size:12px!important;min-height:34px!important}
  .mk15-theme .product-subline,.mk15-theme .product-category,.mk15-theme .product-unit{font-size:10px!important}
  .mk15-theme .price,.mk15-theme .current-price{font-size:18px!important}
  .mk15-theme .foodmart-add-btn{min-height:38px!important;font-size:11px!important;border-radius:12px!important}

  .mk15-theme .foodmart-mobile-nav{
    left:10px!important;right:10px!important;bottom:10px!important;border-radius:22px!important;padding:8px 6px calc(8px + env(safe-area-inset-bottom))!important;
    box-shadow:0 18px 42px rgba(20,36,24,.18)!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px)!important
  }
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link{min-height:52px!important;border-radius:14px!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}
  .mk15-theme .foodmart-mobile-nav .foodmart-nav-link.is-active{background:linear-gradient(180deg,#24b34d,#149140)!important;color:#fff!important;box-shadow:0 12px 22px rgba(32,176,75,.22)!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}
}

/* tighter desktop structure */
@media(min-width:992px){
  .mk15-theme .foodmart-header .row.py-3>.col-lg-6{padding-left:20px!important;padding-right:20px!important}
  .mk15-theme .foodmart-menu-wrap .row{display:flex!important;align-items:center!important;justify-content:center!important}
  .mk15-theme .mk15-home,
  .mk15-theme .managed-product-section,
  .mk15-theme .category-shop-layout{max-width:1440px!important;margin-left:auto!important;margin-right:auto!important}
  .mk15-theme .managed-section-head,
  .mk15-theme .products-header-card{padding-left:6px!important;padding-right:6px!important}
}
