/* FoodMart görünümü - Esenler Express Market entegrasyonu */
:root{
  --fm-yellow:#ffc43f;
  --fm-green:#a3be4c;
  --fm-dark:#222;
  --fm-soft:#f8f8f8;
}
html{scroll-behavior:smooth}
body.foodmart-body{
  background:#fff;
  color:#747474;
  font-family:"Open Sans", Arial, sans-serif;
  font-size:16px;
  line-height:1.7;
  padding-bottom:0;
}
.foodmart-body h1,.foodmart-body h2,.foodmart-body h3,.foodmart-body h4,.foodmart-body h5,
.foodmart-body .section-title,.foodmart-body .banner-title{
  font-family:"Nunito", Arial, sans-serif;
  color:#222;
  font-weight:800;
  letter-spacing:-.02em;
}
.foodmart-header{position:sticky;top:0;z-index:50;box-shadow:0 10px 30px rgba(0,0,0,.035)}
.foodmart-logo img{max-height:58px;object-fit:contain}
.foodmart-icons a,.foodmart-icons button{display:grid;place-items:center;width:44px;height:44px;color:#222;transition:.2s ease}
.foodmart-icons a:hover,.foodmart-icons button:hover{background:#fff3cd!important;transform:translateY(-1px)}
.cart-bubble{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:999px;background:var(--accent-color,#ffc43f);color:#222;font-size:11px;font-weight:800;display:grid;place-items:center;padding:0 5px}
.cart-total{color:#222}.support-box h5{font-size:18px;font-weight:800}.search-bar{border:1px solid #f1f1f1}.search-bar input,.search-bar select{font-size:15px;min-height:42px}.foodmart-menu-wrap{background:#fff}.filter-categories{font-weight:700;color:#222;background:transparent}.menu-list .nav-link{font-weight:700;color:#333}.menu-list .nav-link:hover,.menu-list .nav-link.active{color:var(--accent-color,#ffc43f)}
.mobile-search-foodmart{display:grid;grid-template-columns:1fr auto;gap:8px;background:#f8f8f8;border-radius:14px;padding:8px}.mobile-search-foodmart input{border:0;background:transparent;padding:10px;outline:none}.mobile-search-foodmart button{border:0;background:#222;color:#fff;border-radius:10px;padding:0 16px;font-weight:800}
.foodmart-announcement{margin:14px auto 0;max-width:calc(100% - 24px);background:#fff9eb;border:1px solid #ffe5a8;color:#9a6a00;border-radius:16px;padding:12px 18px;font-weight:800;text-align:center}.foodmart-hero-section{background-color:#fbfbfb}.banner-blocks{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.banner-ad{border-radius:28px;overflow:hidden;position:relative;min-height:230px}.banner-ad.large{grid-row:1 / span 2;min-height:470px}.foodmart-main-banner{background:#e6f3fa!important}.foodmart-main-banner:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at right bottom,rgba(255,255,255,.45),transparent 38%);pointer-events:none}.banner-content{height:100%;position:relative;z-index:2}.banner-ad .categories{font-weight:800;color:#777;text-transform:uppercase;letter-spacing:.05em}.banner-ad .categories.sale{color:#73a000}.banner-ad h1,.banner-ad h3{line-height:1.05}.banner-ad p{max-width:540px;color:#555}.foodmart-hero-img{max-height:360px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.12))}.foodmart-side-banner h3{max-width:230px}.foodmart-category-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:16px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory}.foodmart-category-scroll::-webkit-scrollbar{height:8px}.foodmart-category-scroll::-webkit-scrollbar-thumb{background:#eee;border-radius:999px}.category-item{scroll-snap-align:start;background:#fff;border:1px solid #f2f2f2;border-radius:18px;padding:22px 16px;text-align:center;min-height:145px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 10px 28px rgba(0,0,0,.035);transition:.2s ease}.category-item:hover,.category-item.active{border-color:#ffd768;box-shadow:0 15px 35px rgba(255,196,63,.18);transform:translateY(-2px)}.category-item img{height:52px;object-fit:contain}.category-title{font-size:16px!important;margin:0;color:#222!important}.tabs-header{gap:16px}.foodmart-product-search{display:grid;grid-template-columns:minmax(180px,280px) auto;gap:8px}.foodmart-product-search input{border:1px solid #eee;border-radius:14px;padding:11px 14px;outline:none}.foodmart-product-search button{border:0;border-radius:14px;background:#222;color:#fff;font-weight:800;padding:0 18px}.product-item.foodmart-product-card{position:relative;background:#fff;border:1px solid #f1f1f1;border-radius:20px;padding:18px 16px;box-shadow:0 8px 26px rgba(0,0,0,.035);transition:.2s ease}.product-item.foodmart-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(0,0,0,.08)}.product-item figure{height:145px;margin:0 0 14px;display:grid;place-items:center;background:#fafafa;border-radius:18px;padding:12px}.product-item .tab-image{max-width:100%;max-height:125px;object-fit:contain}.product-item h3{font-size:17px;line-height:1.25;margin:0 0 7px;min-height:42px}.product-item .qty{font-size:13px;color:#8b8b8b;margin-right:8px}.product-item .rating{font-size:13px;color:#666;white-space:nowrap}.product-item .price{font-family:"Nunito",Arial,sans-serif;font-size:22px;font-weight:900;color:#222!important}.foodmart-add-form input{width:66px;min-height:42px;border-radius:12px;text-align:center}.foodmart-add-form button{color:#222}.foodmart-add-form button:hover{color:#f7a422}.foodmart-add-form button:disabled{opacity:.4}.empty-foodmart{background:#fff9eb;border:1px solid #ffe5a8;border-radius:18px;padding:28px;text-align:center;font-weight:800;color:#8a6200}.service-box{border:1px solid #f1f1f1;border-radius:22px;background:#fff;padding:24px;min-height:120px;box-shadow:0 8px 26px rgba(0,0,0,.035)}.service-box strong{font-family:"Nunito",Arial,sans-serif;color:#222;font-size:21px;display:block;margin-bottom:6px}.service-box span{color:#777}.foodmart-footer .footer-logo{max-height:62px}.footer-delivery-box{background:#fff9eb;border:1px solid #ffe5a8;border-radius:20px;padding:22px}.footer-delivery-box strong{display:block;color:#222;font-family:"Nunito",Arial,sans-serif;font-size:20px;margin-bottom:8px}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;background:#f8f8f8;border-radius:16px;padding:18px}.cart-drawer-total strong{font-family:"Nunito",Arial,sans-serif;font-size:22px;color:#222}.foodmart-mobile-nav{display:none}
/* Eski sayfaları FoodMart ile uyumlu tut */
.foodmart-main>h1,.foodmart-main>.card,.foodmart-main>.empty,.foodmart-main>.checkout-layout,.foodmart-main>.success-page,.foodmart-main>.table-card,.foodmart-main>.summary{max-width:1180px;margin-left:auto;margin-right:auto}.foodmart-main>h1{margin-top:34px;margin-bottom:18px}.foodmart-main .card{border:1px solid #f1f1f1!important;border-radius:22px!important;box-shadow:0 8px 26px rgba(0,0,0,.035);padding:22px}.foodmart-main table{width:100%;border-collapse:collapse}.foodmart-main th{font-family:"Nunito",Arial,sans-serif;color:#222;background:#fafafa}.foodmart-main th,.foodmart-main td{padding:14px;border-bottom:1px solid #f1f1f1}.foodmart-main input,.foodmart-main select,.foodmart-main textarea{border:1px solid #eee;border-radius:14px;padding:12px;min-height:48px}.foodmart-main label{display:block;margin:10px 0 6px;color:#222;font-weight:800}.foodmart-main .btn{border-radius:14px;font-weight:800}.foodmart-main .btn.primary,.foodmart-main .btn-primary{background:#ffc43f!important;border-color:#ffc43f!important;color:#222!important}.checkout-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:24px}.sticky-summary{position:sticky;top:160px}.payment-box{background:#fff9eb;border:1px solid #ffe5a8;border-radius:16px;padding:14px;margin:16px 0}.grand-total{font-size:22px;color:#222;font-weight:800}.success-page{text-align:center;background:#fff;border-radius:28px;padding:48px 22px;margin-top:40px;border:1px solid #f1f1f1}.success-icon{font-size:56px}.foodmart-body .alert{max-width:1180px;margin-left:auto;margin-right:auto}.mobile-bottom-nav{display:none!important}
@media(max-width:991px){.banner-blocks{grid-template-columns:1fr}.banner-ad.large{grid-row:auto;min-height:auto}.banner-ad{min-height:220px}.foodmart-hero-img{max-height:260px}.checkout-layout{grid-template-columns:1fr}.sticky-summary{position:static}.foodmart-header{position:static}.foodmart-menu-wrap .row{padding-top:.4rem!important}.foodmart-product-search{grid-template-columns:1fr auto}}
@media(max-width:767px){body.foodmart-body{font-size:15px;padding-bottom:82px}.foodmart-logo img{max-height:44px}.foodmart-icons a,.foodmart-icons button{width:39px;height:39px}.foodmart-header .row.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.foodmart-announcement{font-size:13px;padding:10px 12px}.banner-blocks{gap:12px}.banner-ad{border-radius:22px}.banner-content{padding:24px!important}.banner-ad h1{font-size:34px}.banner-ad .btn{width:100%;font-size:13px!important;padding:12px 14px!important}.foodmart-side-banner{background-size:150px!important}.foodmart-category-section,.foodmart-products,.foodmart-service-strip{padding-top:2rem!important;padding-bottom:2rem!important}.section-title{font-size:26px}.foodmart-category-scroll{grid-auto-columns:132px;gap:10px}.category-item{min-height:126px;padding:16px 10px}.category-item img{height:44px}.category-title{font-size:14px!important}.tabs-header{display:block!important}.foodmart-product-search{margin-top:12px;grid-template-columns:1fr auto}.product-item.foodmart-product-card{border-radius:16px;padding:12px}.product-item figure{height:118px;border-radius:14px}.product-item .tab-image{max-height:98px}.product-item h3{font-size:14px;min-height:36px}.product-item .price{font-size:18px}.product-item .qty,.product-item .rating{font-size:11px}.foodmart-add-form{display:grid!important;grid-template-columns:58px 1fr}.foodmart-add-form input{width:58px;min-height:40px}.foodmart-add-form button{font-size:12px}.service-box{border-radius:18px;padding:18px;min-height:auto}.foodmart-footer{padding-bottom:95px!important}.foodmart-main .card{padding:15px}.foodmart-main th,.foodmart-main td{padding:10px;font-size:13px}.foodmart-main table{min-width:640px}.foodmart-main>.table-card{overflow-x:auto}.foodmart-mobile-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;background:rgba(255,255,255,.96);border:1px solid #eee;border-radius:22px;padding:7px;box-shadow:0 18px 45px rgba(0,0,0,.16);backdrop-filter:blur(14px)}.foodmart-mobile-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;border-radius:16px;font-weight:800;color:#333;text-decoration:none}.foodmart-mobile-nav a:hover{background:#fff9eb}.foodmart-mobile-nav span{font-size:10px}.foodmart-mobile-nav em{position:absolute;top:4px;right:18%;min-width:18px;height:18px;display:grid;place-items:center;background:#ffc43f;color:#222;border-radius:999px;font-style:normal;font-size:11px;padding:0 5px}.checkout-layout{gap:12px}.sticky-summary{order:-1}.support-box{display:none!important}}
@media(max-width:420px){.row-cols-2>*{width:50%}.product-item figure{height:104px}.product-item .tab-image{max-height:90px}.product-item h3{font-size:13px}.foodmart-add-form{grid-template-columns:1fr}.foodmart-add-form input{width:100%}.foodmart-add-form button{background:#ffc43f!important;border-radius:12px;padding:9px!important}.banner-ad h1{font-size:30px}.banner-ad p{font-size:14px}}
@media print{.foodmart-header,.foodmart-footer,.foodmart-mobile-nav{display:none!important}.foodmart-main{padding:0!important}.foodmart-main .card{box-shadow:none!important;border:0!important}}
.foodmart-main>.empty,.foodmart-main>.summary,.foodmart-main>form{max-width:1180px;margin-left:auto;margin-right:auto}.empty{background:#fff9eb;border:1px solid #ffe5a8;border-radius:20px;padding:24px;font-weight:800;color:#8a6200}.summary,.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #f1f1f1;border-radius:22px;padding:22px;margin-top:18px;box-shadow:0 8px 26px rgba(0,0,0,.035)}.muted{color:#777}.inline-form{display:flex;gap:8px;align-items:center}.inline-form input{width:90px}.btn.small{min-height:40px;padding:8px 14px}.btn.danger{background:#fee2e2!important;color:#991b1b!important;border:0!important;border-radius:14px;margin-top:12px;font-weight:800}.disabled-link{pointer-events:none;opacity:.45}.alert.danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert.info{background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.large{min-height:52px}@media(max-width:767px){.summary,.cart-summary{display:block}.summary .btn,.cart-summary .btn{width:100%;margin-top:12px}.inline-form{display:grid;grid-template-columns:1fr;}.inline-form input{width:100%}.foodmart-main>h1,.foodmart-main>.card,.foodmart-main>.empty,.foodmart-main>.checkout-layout,.foodmart-main>.success-page,.foodmart-main>.table-card,.foodmart-main>.summary,.foodmart-main>form{max-width:calc(100% - 24px)}}


/* v7 Modern sepet ve stok görünümü */
.stock-badge-black{
  z-index:4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff;
  color:#000!important;
  border:1px solid #111;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  font-weight:900;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.foodmart-product-card.is-out-of-stock figure,.foodmart-product-card.is-out-of-stock h3,.foodmart-product-card.is-out-of-stock .price{opacity:.55}.foodmart-product-card.is-out-of-stock .foodmart-add-form{opacity:.65}.foodmart-add-btn{border-radius:12px!important;padding:9px 10px!important}.foodmart-add-btn:not(:disabled):hover{background:#ffc43f!important;color:#222!important}.cart-drawer{--bs-offcanvas-width:min(430px,100vw)}.cart-drawer .offcanvas-body{background:#fff}.cart-drawer-list{display:grid;gap:12px}.cart-drawer-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;border:1px solid #f1f1f1;border-radius:18px;padding:10px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04)}.cart-drawer-item img{width:72px;height:72px;border-radius:14px;background:#fafafa;object-fit:contain;padding:8px}.cart-drawer-info strong{display:block;color:#222;font-size:15px;line-height:1.25}.cart-drawer-info small{display:block;color:#777;margin-top:3px}.cart-drawer-actions{display:flex;align-items:center;gap:6px;margin-top:10px}.drawer-qty-btn{width:30px;height:30px;border-radius:10px;border:0;background:#f5f5f5;color:#222;font-weight:900}.drawer-qty-input{width:42px!important;height:30px!important;min-height:30px!important;text-align:center;border-radius:10px!important;padding:2px!important}.drawer-remove{border:0;background:#fee2e2;color:#991b1b;border-radius:10px;font-weight:800;font-size:12px;height:30px;padding:0 10px}.cart-drawer-line-total{font-family:"Nunito",Arial,sans-serif;color:#222;font-weight:900;white-space:nowrap}.cart-drawer-empty{text-align:center;border:1px dashed #ddd;border-radius:22px;padding:34px 18px;color:#777}.cart-drawer-empty .empty-icon{font-size:46px;margin-bottom:10px}.cart-drawer-empty strong{display:block;color:#222;font-size:20px;margin-bottom:4px}.toast-box{position:fixed;right:18px;top:18px;z-index:9999;display:grid;gap:10px;pointer-events:none}.site-toast{transform:translateX(20px);opacity:0;transition:.25s ease;background:#111;color:#fff;border-radius:16px;padding:13px 16px;box-shadow:0 18px 42px rgba(0,0,0,.25);font-weight:800;max-width:340px}.site-toast.success{background:#14532d}.site-toast.error{background:#991b1b}.site-toast.show{transform:translateX(0);opacity:1}.mobile-cart-summary{display:none}.cart-bubble.js-cart-count{transition:.2s ease}
@media(min-width:992px){.foodmart-add-form{border-top:1px solid #f5f5f5;padding-top:12px;margin-top:10px}.foodmart-add-form .foodmart-add-btn{background:#fff9eb!important;border:1px solid #ffe5a8!important}.foodmart-add-form .foodmart-add-btn:disabled{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#555!important}}
@media(max-width:767px){body.foodmart-body{padding-bottom:146px}.foodmart-mobile-nav{bottom:70px}.mobile-cart-summary{position:fixed;left:10px;right:10px;bottom:10px;z-index:101;display:grid;grid-template-columns:1fr auto;gap:8px;background:#111;border-radius:20px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.2)}.mobile-cart-summary button,.mobile-cart-summary a{border:0;border-radius:15px;min-height:50px;font-weight:900;text-decoration:none}.mobile-cart-summary button{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#222;color:#fff;padding:0 14px}.mobile-cart-summary button strong{color:#ffc43f}.mobile-cart-summary a{display:grid;place-items:center;background:#ffc43f;color:#222;padding:0 16px}.mobile-cart-summary.is-empty{display:none!important}.cart-drawer-item{grid-template-columns:58px 1fr;align-items:start}.cart-drawer-item img{width:58px;height:58px}.cart-drawer-line-total{grid-column:2;text-align:left}.toast-box{left:12px;right:12px;top:auto;bottom:145px}.site-toast{max-width:none;text-align:center}.stock-badge-black{font-size:10px;min-height:26px;padding:5px 9px}}

/* v8 FoodMart geliştirmeleri */
.product-badge{letter-spacing:.2px}.stock-badge-black{background:#fff!important;color:#000!important;border:2px solid #000!important;font-weight:900;text-transform:uppercase}.foodmart-product-card{position:relative}.campaign-card img{filter:drop-shadow(0 12px 18px rgba(0,0,0,.12))}.track-result{max-width:980px;margin-left:auto;margin-right:auto}.foodmart-header .main-menu .nav-link{font-weight:800}.foodmart-product-card .price{font-weight:900}.foodmart-product-card .old-price{display:inline-block;color:#999;text-decoration:line-through;font-size:14px;margin-right:4px}.foodmart-body input,.foodmart-body select,.foodmart-body textarea{font-size:16px}


/* v9.3 inline rozet destek CSS - görüntü kesinleştirme */
.foodmart-product-card{position:relative!important;overflow:hidden!important}
.foodmart-product-card .product-badge{
  position:absolute!important;
  z-index:20!important;
  top:14px!important;
  left:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:36px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  border:2px solid #fff!important;
  box-shadow:0 14px 30px rgba(0,0,0,.22)!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  color:#fff!important;
  letter-spacing:.02em!important;
}
.foodmart-product-card .qty,
.foodmart-product-card .rating{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:30px!important;
  padding:0 11px!important;
  margin:4px 5px 8px 0!important;
  border-radius:999px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.foodmart-product-card .qty{background:#f1f5f9!important;color:#334155!important;border:1px solid #e2e8f0!important}
.foodmart-product-card .rating{background:linear-gradient(135deg,#ecfccb,#d9f99d)!important;color:#3f6212!important;border:1px solid #bef264!important}
.foodmart-product-card .rating svg{display:none!important}
.foodmart-product-card .rating::before{content:"⚡";margin-right:6px}


/* v9.4 dengeli kart tasarımı */
.foodmart-products .section-title{font-size:32px!important;font-weight:950!important;letter-spacing:-.04em}
.section-subtitle{font-size:14px!important;color:#64748b!important;font-weight:700!important;margin-top:6px!important}

.product-item.foodmart-product-card,
.foodmart-product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  padding:18px!important;
  border:1px solid #e9edf3!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease!important;
  overflow:hidden!important;
}
.product-item.foodmart-product-card:hover,
.foodmart-product-card:hover{
  transform:translateY(-4px)!important;
  border-color:#d7dee8!important;
  box-shadow:0 16px 34px rgba(15,23,42,.09)!important;
}
.product-item.foodmart-product-card figure,
.foodmart-product-card figure{
  height:170px!important;
  margin:0 0 16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#f8fafc,#f3f6f9)!important;
  border:1px solid #eef2f6!important;
  padding:16px!important;
}
.product-item .tab-image{max-height:132px!important;object-fit:contain!important}
.foodmart-product-card .product-content{display:block;min-height:116px!important}
.foodmart-product-card h3{
  margin:0!important;
  min-height:54px!important;
  font-size:18px!important;
  line-height:1.28!important;
  font-weight:900!important;
  color:#0f172a!important;
}
.foodmart-product-card .product-subline{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:8px!important;
  font-size:13px!important;
  color:#64748b!important;
  font-weight:700!important;
}
.foodmart-product-card .product-subline-dot{opacity:.55}
.foodmart-product-card .price{
  display:flex!important;
  align-items:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin:14px 0 8px!important;
  font-size:18px!important;
  color:#0f172a!important;
  font-weight:950!important;
}
.foodmart-product-card .old-price{
  order:-1!important;
  margin-right:0!important;
  font-size:15px!important;
  font-weight:800!important;
  color:#94a3b8!important;
  text-decoration:line-through!important;
}
.foodmart-product-card .product-stock{
  margin-bottom:0!important;
  font-size:14px!important;
  color:#475569!important;
}

.foodmart-product-card .product-badge,
.product-badge{
  top:16px!important;
  left:16px!important;
  min-height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  border:2px solid rgba(255,255,255,.95)!important;
  box-shadow:0 10px 20px rgba(0,0,0,.14)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.foodmart-product-card .product-badge span:first-child{font-size:13px!important}

/* badge renkleri daha sakin ve uyumlu */
.product-badge-sale{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}
.product-badge-express{background:linear-gradient(135deg,#16a34a,#15803d)!important;color:#fff!important}
.product-badge-daily{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important}
.product-badge-hot{background:linear-gradient(135deg,#f59e0b,#ea580c)!important;color:#fff!important}
.product-badge-new{background:linear-gradient(135deg,#06b6d4,#0284c7)!important;color:#fff!important}
.product-badge-default,.product-badge-dark{background:linear-gradient(135deg,#334155,#1e293b)!important;color:#fff!important}

/* alt form daha dengeli */
.foodmart-product-card .foodmart-add-form{
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid #edf2f7!important;
  display:grid!important;
  grid-template-columns:72px 1fr!important;
  gap:10px!important;
  align-items:center!important;
}
.foodmart-product-card .foodmart-add-form .input-number{
  width:100%!important;
  min-height:50px!important;
  border-radius:16px!important;
  border:1px solid #dbe3ed!important;
  font-weight:900!important;
  color:#334155!important;
  background:#fff!important;
}
.foodmart-product-card .foodmart-add-btn{
  width:100%!important;
  min-height:50px!important;
  border-radius:16px!important;
  border:1px solid #f3d37a!important;
  background:#fff7df!important;
  color:#111827!important;
  font-size:15px!important;
  font-weight:900!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.foodmart-product-card .foodmart-add-btn:hover{background:#ffe9a6!important;color:#111827!important}

/* eski düz qty/rating görünmesin */
.foodmart-product-card .qty,
.foodmart-product-card .rating,
.foodmart-product-card .product-meta-pills{display:none!important}

@media(max-width:767px){
  .foodmart-products .section-title{font-size:28px!important}
  .product-item.foodmart-product-card,
  .foodmart-product-card{padding:14px!important;border-radius:22px!important}
  .product-item.foodmart-product-card figure,
  .foodmart-product-card figure{height:138px!important;border-radius:18px!important;padding:12px!important;margin-bottom:14px!important}
  .product-item .tab-image{max-height:108px!important}
  .foodmart-product-card h3{font-size:16px!important;min-height:44px!important}
  .foodmart-product-card .product-subline{font-size:12px!important;gap:6px!important}
  .foodmart-product-card .price{font-size:16px!important;margin:12px 0 6px!important}
  .foodmart-product-card .old-price{font-size:13px!important}
  .foodmart-product-card .product-stock{font-size:13px!important}
  .foodmart-product-card .product-badge,
  .product-badge{top:12px!important;left:12px!important;min-height:30px!important;padding:0 11px!important;font-size:11px!important}
  .foodmart-product-card .foodmart-add-form{grid-template-columns:60px 1fr!important;gap:8px!important}
  .foodmart-product-card .foodmart-add-form .input-number,
  .foodmart-product-card .foodmart-add-btn{min-height:44px!important;border-radius:14px!important}
}


/* v9.6 mobile first cleanup */
body{overflow-x:hidden!important}
.foodmart-main{overflow-x:hidden}
.foodmart-products .row{margin-left:0!important;margin-right:0!important}
.foodmart-products .row>[class*="col-"]{padding-left:10px!important;padding-right:10px!important}

/* cleaner desktop cards */
.product-item.foodmart-product-card,.foodmart-product-card{padding:16px!important;border-radius:22px!important;border:1px solid #ebeff5!important;box-shadow:0 8px 24px rgba(15,23,42,.05)!important}
.product-item.foodmart-product-card:hover,.foodmart-product-card:hover{transform:translateY(-2px)!important;box-shadow:0 12px 28px rgba(15,23,42,.08)!important}
.product-item figure{height:150px!important;margin-bottom:12px!important;border-radius:18px!important;background:#f6f8fb!important}
.product-item h3{font-size:18px!important;min-height:auto!important;margin:0 0 8px!important;line-height:1.25!important}
.product-subline,.product-item .qty{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;font-size:13px!important;color:#64748b!important;font-weight:700!important;margin-bottom:6px!important}
.product-subline-dot{opacity:.45}
.product-item .rating{display:none!important}
.product-item .price{font-size:20px!important;margin:10px 0 8px!important}
.product-item .old-price{font-size:14px!important;color:#94a3b8!important;font-weight:800!important}
.product-item small.text-muted{font-size:14px!important;color:#64748b!important}
.foodmart-add-form{display:grid!important;grid-template-columns:70px 1fr!important;gap:10px!important;align-items:center!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid #edf2f7!important}
.foodmart-add-form input{width:100%!important;min-height:46px!important;border-radius:14px!important}
.foodmart-add-form button{min-height:46px!important;border-radius:14px!important;font-size:15px!important;font-weight:900!important}
.product-badge{top:14px!important;left:14px!important;min-height:30px!important;padding:0 12px!important;font-size:11px!important;border-radius:999px!important;box-shadow:0 8px 18px rgba(0,0,0,.14)!important}

/* mobile hero: remove huge whitespace */
@media(max-width:767px){
  .foodmart-hero-section{padding-top:10px!important;padding-bottom:8px!important;background-size:auto!important}
  .banner-blocks{display:block!important}
  .banner-ad.large{min-height:auto!important}
  .foodmart-main-banner{margin-bottom:12px!important}
  .foodmart-side-banner{display:none!important}
  .banner-content{padding:18px!important}
  .foodmart-hero-img{max-height:150px!important;margin-top:10px!important}
  .banner-ad h1{font-size:28px!important;line-height:1.08!important}
  .banner-ad p{font-size:14px!important;margin-bottom:10px!important}
  .foodmart-announcement{margin-top:10px!important}

  /* section spacing */
  .foodmart-category-section,.foodmart-products,.foodmart-service-strip{padding-top:1.2rem!important;padding-bottom:1.2rem!important}
  .section-title-wrap{margin-bottom:12px!important}
  .section-title{font-size:24px!important}
  .section-subtitle{font-size:13px!important;margin-top:2px!important}

  /* single column cards on small screens */
  .foodmart-products .row.row-cols-1 > *{width:100%!important}
  .foodmart-products .row.row-cols-sm-2 > *{width:100%!important}
  #urunler .row.row-cols-1 > *{width:100%!important}

  .product-item.foodmart-product-card,.foodmart-product-card{padding:14px!important;border-radius:20px!important}
  .product-item figure{height:136px!important;margin-bottom:10px!important}
  .product-item .tab-image{max-height:110px!important}
  .product-item h3{font-size:17px!important;line-height:1.25!important}
  .product-subline,.product-item .qty{font-size:12px!important;gap:6px!important}
  .product-item .price{font-size:18px!important}
  .foodmart-add-form{grid-template-columns:64px 1fr!important;gap:8px!important}
  .foodmart-add-form input,.foodmart-add-form button{min-height:44px!important}
  .product-badge{top:12px!important;left:12px!important;min-height:28px!important;font-size:11px!important;padding:0 10px!important}

  /* mobile nav cleanup */
  .foodmart-mobile-nav{left:12px!important;right:12px!important;bottom:10px!important;grid-template-columns:repeat(5,1fr)!important;gap:0!important;padding:8px 6px!important;border-radius:20px!important}
  .foodmart-mobile-nav a{min-height:54px!important;padding:0 2px!important;gap:3px!important}
  .foodmart-mobile-nav span{font-size:10px!important;line-height:1.1!important;text-align:center!important}
  .foodmart-mobile-nav em{top:3px!important;right:16%!important}
  .foodmart-footer{padding-bottom:96px!important}
  .mobile-cart-summary{bottom:84px!important;left:12px!important;right:12px!important}
}

@media(max-width:420px){
  .container-fluid{padding-left:14px!important;padding-right:14px!important}
  .foodmart-products .row>[class*="col-"]{padding-left:0!important;padding-right:0!important}
  .product-item.foodmart-product-card,.foodmart-product-card{padding:14px!important}
  .foodmart-mobile-nav{grid-template-columns:repeat(5,1fr)!important}
  .foodmart-mobile-nav a{min-height:52px!important}
  .foodmart-mobile-nav span{font-size:9px!important}
}
