/* 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)}}
