*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:#f6f7f9;
  color:#111;
}
.app{
  max-width:480px;
  margin:0 auto;
  min-height:100vh;
  background:#f6f7f9;
  padding-bottom:80px;
}
.top{
  background:linear-gradient(135deg,#008a3d,#006b2f);
  color:white;
  padding:18px 18px 26px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
}
.loc{font-size:13px;opacity:.9}
.brand{
  margin-top:12px;
  background:rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
}
.brand h1{margin:0;font-size:24px}
.brand p{margin:6px 0 0;font-size:14px;opacity:.9}
.search{
  margin:14px 16px;
  display:flex;
  background:white;
  border-radius:16px;
  padding:10px 12px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}
.search input{
  border:0;
  outline:0;
  flex:1;
  font-size:14px;
}
.search button{
  border:0;
  background:#008a3d;
  color:white;
  border-radius:12px;
  padding:10px 14px;
}
.section{padding:0 16px;margin-top:18px}
.section-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}
.section-title h3{margin:0;font-size:18px}
.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.service{
  background:white;
  border-radius:18px;
  padding:14px 6px;
  text-align:center;
  text-decoration:none;
  color:#111;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.service .icon{font-size:28px}
.service span{display:block;font-size:12px;margin-top:8px}
.promo{
  margin:18px 16px;
  background:linear-gradient(135deg,#e8fff1,#ffffff);
  border-radius:22px;
  padding:18px;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.promo h2{margin:0;font-size:22px}
.promo p{margin:8px 0 16px;color:#555}
.btn{
  display:inline-block;
  background:#008a3d;
  color:white;
  text-decoration:none;
  border:0;
  border-radius:14px;
  padding:12px 18px;
  font-weight:bold;
}
.btn-outline{
  display:inline-block;
  background:white;
  color:#008a3d;
  border:1px solid #008a3d;
  text-decoration:none;
  border-radius:14px;
  padding:10px 14px;
  font-size:13px;
}
.card{
  background:white;
  border-radius:18px;
  padding:14px;
  margin-bottom:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.row{display:flex;justify-content:space-between;gap:10px}
.badge{
  background:#e8fff1;
  color:#008a3d;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:bold;
}
.muted{color:#666;font-size:13px}
.bottom{
  position:fixed;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:480px;
  background:white;
  display:flex;
  justify-content:space-around;
  padding:10px 0;
  box-shadow:0 -6px 20px rgba(0,0,0,.08);
}
.bottom a{
  text-decoration:none;
  color:#777;
  font-size:12px;
  text-align:center;
}
.bottom b{display:block;font-size:21px}
.form{
  padding:16px;
}
.input,textarea{
  width:100%;
  border:0;
  outline:0;
  background:white;
  border-radius:16px;
  padding:14px;
  margin-bottom:12px;
  font-size:15px;
  box-shadow:0 5px 16px rgba(0,0,0,.05);
}
textarea{height:120px;resize:none}
.full{width:100%;text-align:center}
.header-simple{
  background:#008a3d;
  color:white;
  padding:16px;
  text-align:center;
  font-weight:bold;
}
.actions a{margin:4px 4px 0 0}
.profile-box{
  background:linear-gradient(135deg,#008a3d,#005f2b);
  color:white;
  margin:16px;
  border-radius:22px;
  padding:18px;
}

.slider{
  display:flex;
  overflow-x:auto;
  gap:12px;
  padding-bottom:8px;
  scroll-snap-type:x mandatory;
}
.slider::-webkit-scrollbar{display:none}
.shop-card{
  min-width:145px;
  background:white;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  color:#111;
  box-shadow:0 6px 18px rgba(0,0,0,.07);
  scroll-snap-align:start;
}
.shop-img{
  height:88px;
  background:linear-gradient(135deg,#e8fff1,#fff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}
.shop-body{padding:10px}
.shop-body b{font-size:14px}
.shop-body small{display:block;color:#666;margin-top:4px}
.rating{color:#f59e0b;font-size:12px;margin-top:5px}
.quick-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.quick{
  background:white;
  border-radius:18px;
  padding:14px;
  text-decoration:none;
  color:#111;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.quick b{display:block;font-size:16px;margin-top:8px}
.quick small{color:#666}

.dash-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:16px;
}
.dash-card{
  background:white;
  border-radius:18px;
  padding:16px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  text-decoration:none;
  color:#111;
}
.dash-card b{font-size:20px;display:block}
.dash-card span{color:#666;font-size:13px}

.page-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 16px;
}
.link{color:#008a3d;text-decoration:none;font-weight:bold}

.modal{
  position:fixed;inset:0;background:rgba(0,0,0,.5);
  display:none;align-items:center;justify-content:center;
}
.modal.active{display:flex}
.modal-box{
  width:92%;max-width:420px;background:white;border-radius:16px;padding:16px;
}
.modal-box h3{margin-top:0}


.avatar{
  width:86px;height:86px;border-radius:50%;
  object-fit:cover;border:4px solid rgba(255,255,255,.8);
  background:#fff;
}
.profile-top{
  background:linear-gradient(135deg,#008a3d,#005f2b);
  color:#fff;
  padding:26px 18px;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
}
.stat-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
  margin-top:16px;
}
.stat{
  background:rgba(255,255,255,.14);
  border-radius:16px;
  padding:12px;
  text-align:center;
}
.stat b{display:block;font-size:20px}
.menu-item{
  background:#fff;
  padding:16px;
  border-radius:16px;
  margin-bottom:10px;
  box-shadow:0 5px 16px rgba(0,0,0,.05);
  text-decoration:none;
  color:#111;
  display:flex;
  justify-content:space-between;
}

.timeline{
  background:#fff;
  border-radius:18px;
  padding:16px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.step{
  display:flex;
  gap:12px;
  padding:10px 0;
  align-items:center;
}
.dot{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#ddd;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:13px;
}
.step.done .dot{background:#008a3d}
.step b{display:block}
.step small{color:#666}

.banner-slider{
  display:flex;
  overflow-x:auto;
  gap:12px;
  padding:0 16px 10px;
  margin-top:16px;
}
.banner-slider::-webkit-scrollbar{display:none}
.banner{
  min-width:85%;
  height:150px;
  border-radius:24px;
  padding:18px;
  color:white;
  background:linear-gradient(135deg,#008a3d,#004f25);
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  position:relative;
  overflow:hidden;
}
.banner h2{margin:0;font-size:24px}
.banner p{margin-top:8px;opacity:.92}
.banner img{
  position:absolute;
  right:0;
  bottom:0;
  width:45%;
  height:100%;
  object-fit:cover;
  opacity:.35;
}

.banner-slider{
  padding:0 16px 8px !important;
  gap:14px !important;
}
.banner{
  min-width:82% !important;
  height:165px !important;
  border-radius:26px !important;
  padding:18px !important;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.banner h2{
  font-size:22px !important;
  line-height:1.15 !important;
  max-width:70%;
}
.banner p{
  font-size:14px !important;
  margin:6px 0 !important;
  max-width:70%;
}
.banner .banner-btn{
  width:max-content;
  background:white;
  color:#008a3d;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:bold;
  font-size:13px;
}

.product-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.product-card{
  background:white;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.product-photo{
  width:100%;
  height:135px;
  background:#eafff2;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  object-fit:cover;
}
.product-info{
  padding:12px;
}
.product-title{
  font-size:15px;
  font-weight:700;
  min-height:38px;
}
.product-price{
  color:#008a3d;
  font-size:20px;
  font-weight:800;
  margin:8px 0;
}
.cart-sticky{
  position:sticky;
  bottom:76px;
  z-index:5;
}

.premium-product-card{
  background:white;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  position:relative;
}
.product-badge{
  position:absolute;
  top:10px;
  left:10px;
  background:#ff4d00;
  color:white;
  font-size:11px;
  font-weight:bold;
  padding:5px 8px;
  border-radius:999px;
  z-index:2;
}
.product-rating{
  font-size:12px;
  color:#f59e0b;
  margin-top:4px;
}
.qty-control{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#008a3d;
  color:white;
  border-radius:14px;
  overflow:hidden;
  margin-top:8px;
}
.qty-control button{
  background:#006b2f;
  color:white;
  border:0;
  padding:10px 14px;
  font-size:18px;
}
.qty-control span{
  font-weight:bold;
}
.sticky-cart-bar{
  position:fixed;
  bottom:70px;
  left:50%;
  transform:translateX(-50%);
  width:calc(100% - 24px);
  max-width:456px;
  background:#008a3d;
  color:white;
  border-radius:18px;
  padding:12px 14px;
  display:none;
  justify-content:space-between;
  align-items:center;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  z-index:99;
}
.sticky-cart-bar button{
  background:white;
  color:#008a3d;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:bold;
}

.shop-header{
  position:relative;
  height:180px;
  border-radius:22px;
  overflow:hidden;
  margin:12px 16px;
}
.shop-header img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.shop-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:14px;
  background:linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color:white;
}
.shop-meta{
  display:flex;
  gap:10px;
  margin-top:6px;
  font-size:13px;
}
.shop-actions{
  display:flex;
  gap:10px;
  margin-top:10px;
}
.shop-actions a{
  background:white;
  color:#008a3d;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
}

.search-box{
  margin:12px 16px;
}
.search-box input{
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid #eee;
  outline:none;
}

.address-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.address-option{
  display:block;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:12px;
}
.address-option input{display:none}
.address-option .addr-card{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.address-option .check{
  width:22px;height:22px;border-radius:50%;
  border:2px solid #008a3d;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:2px;
}
.address-option input:checked + .addr-card .check{
  background:#008a3d;color:#fff;
}
.address-option input:checked + .addr-card .check:after{
  content:'✓';font-size:14px;font-weight:bold;
}
.address-text b{display:block}
.address-text small{color:#666}

/* ===== HOME SHOP CARD FIX ===== */
.slider{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:6px 0 14px;
  scroll-snap-type:x mandatory;
}
.slider::-webkit-scrollbar{display:none}

.shop-card{
  min-width:155px !important;
  max-width:155px !important;
  height:245px !important;
  flex:0 0 155px !important;
  display:block;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  text-decoration:none;
  color:#111;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  scroll-snap-align:start;
}

.shop-img{
  height:105px !important;
  width:100% !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:48px !important;
  background:#eafff2;
  object-fit:cover;
}

.shop-body{
  padding:12px !important;
}
.shop-body b{
  display:block;
  font-size:16px !important;
  line-height:1.2;
}
.shop-body p,
.shop-body small{
  font-size:13px !important;
  line-height:1.35;
  color:#666;
}
.rating{
  font-size:13px !important;
  color:#f4b000;
}

/* ===== REMOVE ALL TEXT/OVERLAY FROM BANNER ===== */
.banner-slider h1,
.banner-slider h2,
.banner-slider h3,
.banner-slider h4,
.banner-slider h5,
.banner-slider h6,
.banner-slider p,
.banner-slider span,
.banner-slider a,
.banner-slider button,
.banner-slider .content,
.banner-slider .caption,
.banner-slider .overlay,
.banner-slider .banner-content,
.banner-slider .banner-text,
.banner-slider .hero-content,
.banner-slider .hero-text{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}

.banner-slider::before,
.banner-slider::after{
  display:none !important;
  content:none !important;
}

/* =========================
   CLEAN HEADER + BANNER
========================= */

/* old header hide */
.top-header,
.hero-header,
.home-header,
.main-header{
  display:none !important;
}

/* top spacing */
.home-top-space{
  height:14px !important;
}

/* banner wrapper */
.banner-slider{
  width:calc(100% - 24px) !important;
  height:210px !important;
  margin:10px auto 22px auto !important;
  border-radius:30px !important;
  overflow:hidden !important;
  position:relative !important;
  background:#008a42 !important;
  box-shadow:0 10px 35px rgba(0,0,0,.18) !important;
}

/* each slide */
.banner-slide{
  position:absolute !important;
  inset:0 !important;
  opacity:0 !important;
  transition:opacity .6s ease !important;
}

.banner-slide.active{
  opacity:1 !important;
  z-index:2 !important;
}

/* image */
.banner-slide img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* remove all text/buttons */
.banner-slide h1,
.banner-slide h2,
.banner-slide h3,
.banner-slide h4,
.banner-slide h5,
.banner-slide h6,
.banner-slide p,
.banner-slide span,
.banner-slide a,
.banner-slide button,
.banner-content,
.banner-overlay,
.hero-content{
  display:none !important;
}

/* dots */
.banner-dots{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:10px !important;
  display:flex !important;
  justify-content:center !important;
  gap:7px !important;
  z-index:5 !important;
}

.banner-dots span{
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.45) !important;
}

.banner-dots span.active{
  background:#fff !important;
  width:22px !important;
  border-radius:30px !important;
}

/* ===== MODERN BANNER ===== */

.modern-banner-slider{
  position:relative;
  width:calc(100% - 24px);
  height:180px;
  margin:14px auto 20px;
  border-radius:28px;
  overflow:hidden;
  background:#008c43;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.modern-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .6s ease;
}

.modern-slide.active{
  opacity:1;
  z-index:2;
}

.modern-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.modern-dots{
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  display:flex;
  justify-content:center;
  gap:6px;
  z-index:5;
}

.modern-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
}

.modern-dots span.active{
  width:22px;
  border-radius:30px;
  background:#fff;
}

/* ===== ORDER FORM FIELD LABEL PREMIUM FIX ===== */
.field-group{
  margin:0 0 16px !important;
}

.field-group label{
  display:block !important;
  margin:0 0 8px 6px !important;
  font-size:14px !important;
  font-weight:900 !important;
  color:#008f42 !important;
}

.field-group input,
.field-group textarea,
.field-group select{
  width:100% !important;
  box-sizing:border-box !important;
}

.delivery-card input,
.delivery-card textarea,
.delivery-card select{
  border:1px solid #e7eee9 !important;
  background:#fff !important;
}

/* ===== ADMIN CARD FIX ===== */
.admin-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:10px !important;
  min-height:120px !important;
  padding:24px 28px !important;
  background:#fff !important;
  border-radius:24px !important;
  text-decoration:none !important;
  color:#555 !important;
  font-size:20px !important;
  box-shadow:0 14px 35px rgba(0,0,0,.06) !important;
  box-sizing:border-box !important;
}

.admin-icon{
  font-size:34px !important;
  line-height:1 !important;
}

/* ===== ADMIN GRID FINAL FIX ===== */

.dash-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:18px !important;
  margin:20px 0 !important;
}

.dash-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  min-height:120px !important;
  padding:24px !important;
  background:#fff !important;
  border-radius:24px !important;
  text-decoration:none !important;
  color:#444 !important;
  box-shadow:0 4px 20px rgba(0,0,0,.05) !important;
}

.dash-card b{
  font-size:34px !important;
  line-height:1.1 !important;
  margin-bottom:10px !important;
  display:block !important;
}

.dash-card span{
  font-size:15px !important;
  color:#666 !important;
  line-height:1.4 !important;
}

@media(max-width:700px){
  .dash-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

