/* Market Kapımda V12 - desktop alignment reset */
:root{--mk-desktop:1180px}
@media(min-width:992px){
  html,body{overflow-x:hidden}
  .foodmart-header>.container-fluid,
  .foodmart-header .foodmart-menu-wrap,
  .gf-shell,
  .managed-top-blocks .container-fluid,
  .managed-banner-section .container-fluid,
  .managed-service-section .container-fluid,
  .managed-product-section .container-fluid,
  .market-category-home .container-fluid,
  .category-shop-layout .container-fluid,
  .foodmart-footer>.container-fluid{
    width:min(var(--mk-desktop),calc(100% - 48px))!important;
    max-width:var(--mk-desktop)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .foodmart-header>.container-fluid:first-child{width:min(var(--mk-desktop),calc(100% - 48px))!important;max-width:var(--mk-desktop)!important;padding-left:0!important;padding-right:0!important}
  .foodmart-header .row.py-3{margin-left:0!important;margin-right:0!important}
  .foodmart-menu-wrap .row{margin-left:0!important;margin-right:0!important}
  .foodmart-announcement,
  .v10-deal-strip{
    width:min(var(--mk-desktop),calc(100% - 48px))!important;
    max-width:var(--mk-desktop)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .foodmart-announcement{margin-top:12px!important;margin-bottom:0!important}
  .v10-deal-strip{margin-top:10px!important}
  .gf-home{padding:14px 0 0!important}
  .gf-shell{box-sizing:border-box!important}
  .gf-welcome{margin:0 0 14px!important;align-items:flex-end!important}
  .gf-welcome h1{font-size:25px!important;margin:0!important}
  .gf-welcome p{margin-top:5px!important}
  .gf-category-head{margin:0 0 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
  .gf-categories{
    display:grid!important;
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    padding:0!important;
    margin:0 0 18px!important;
  }
  .gf-cat{min-width:0!important;width:100%!important;min-height:102px!important;padding:14px 8px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
  .gf-cat img{width:42px!important;height:42px!important;margin:0 0 8px!important;object-fit:contain!important}
  .gf-cat span{font-size:12px!important;line-height:1.2!important;text-align:center!important}
  .gf-promo{width:100%!important;margin:0!important;min-height:285px!important;padding:30px 36px!important;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;box-sizing:border-box!important}
  .gf-promo-copy{min-width:0!important}.gf-promo h2{font-size:40px!important;max-width:610px!important}
  .gf-promo-media{min-width:0!important}.gf-promo-media img{max-width:260px!important;max-height:230px!important}
  .gf-benefits{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:14px 0 0!important;width:100%!important;overflow:visible!important;padding:0!important}
  .gf-benefit{min-width:0!important;width:auto!important;min-height:72px!important;padding:12px 14px!important;box-sizing:border-box!important}
  .gf-benefit strong{font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .gf-benefit small{font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .managed-product-section{padding-top:22px!important;padding-bottom:10px!important}
  .managed-section-head{display:flex!important;align-items:end!important;justify-content:space-between!important;margin-bottom:14px!important}
  .managed-product-grid.row,
  .category-shop-layout .product-list-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    margin:0!important;
  }
  .managed-product-grid.row>.col,
  .managed-product-grid.row>[class*="col-"],
  .category-shop-layout .product-list-grid>.col{
    width:auto!important;max-width:none!important;flex:none!important;padding:0!important;display:flex!important
  }
  .managed-product-grid .foodmart-product-card,
  .category-shop-layout .foodmart-product-card{width:100%!important;min-width:0!important;height:100%!important}
  .market-category-home{padding-top:18px!important;padding-bottom:10px!important}
  .category-chip-sticky{position:relative!important;top:auto!important;margin-bottom:16px!important}
  .category-chip-shell{width:100%!important;box-sizing:border-box!important}
  .products-header-card{margin-bottom:8px!important}
}
@media(min-width:1500px){:root{--mk-desktop:1240px}}
