/* Cadde Market v10 Clean Premium Theme
   Tema: Foodmart çizgisi korunarak sıfırdan temiz görünüm.
   Öncelik: ürün görselleri daha büyük, kartlar daha okunaklı, mobilde sorunsuz. */
:root{
  --cm-primary:#a3be4c;
  --cm-primary-dark:#7fa020;
  --cm-yellow:#ffc43f;
  --cm-ink:#172033;
  --cm-text:#243041;
  --cm-muted:#718096;
  --cm-line:#e8eef5;
  --cm-soft:#f7faf3;
  --cm-soft-2:#fff8e4;
  --cm-white:#ffffff;
  --cm-radius-xl:30px;
  --cm-radius-lg:24px;
  --cm-radius-md:18px;
  --cm-shadow:0 18px 45px rgba(23,32,51,.08);
  --cm-shadow-soft:0 10px 28px rgba(23,32,51,.06);
}

html{scroll-behavior:auto;overflow-x:hidden!important}
body.foodmart-body,
body{
  overflow-x:hidden!important;
  background:
    radial-gradient(circle at top left,rgba(163,190,76,.12),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fbfcf8 36%,#ffffff 100%)!important;
  color:var(--cm-text)!important;
  font-family:"Nunito","Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.container-fluid{max-width:1360px!important;padding-left:22px!important;padding-right:22px!important}
a{transition:.18s ease!important}

/* Header */
.foodmart-header{
  position:sticky!important;
  top:0!important;
  z-index:1030!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 8px 28px rgba(15,23,42,.055)!important;
}
.foodmart-header .row.py-3{padding-top:14px!important;padding-bottom:14px!important;border-color:#edf2f7!important}
.foodmart-logo img{max-height:64px!important;width:auto!important;object-fit:contain!important}
.search-bar{
  background:#f6f8fb!important;
  border:1px solid #e9eef5!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78)!important;
}
.search-bar input,.search-bar select{font-weight:800!important;color:var(--cm-text)!important}
.foodmart-icons a,.foodmart-icons button{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;
  color:var(--cm-ink)!important;border:1px solid #e8eef5!important;background:#f8fafc!important;
}
.cart-bubble{background:#ef4444!important;color:#fff!important;font-weight:950!important;box-shadow:0 8px 16px rgba(239,68,68,.22)!important}
.foodmart-menu-wrap{border-bottom:1px solid #edf2f7!important}
.menu-list .nav-link{font-weight:900!important;color:#3a4656!important;border-radius:999px!important;padding:10px 15px!important}
.menu-list .nav-link:hover,.menu-list .nav-link.active{background:#f3f7e8!important;color:#63820f!important}
.mobile-search-foodmart input{min-height:48px!important;border-radius:16px!important;border:1px solid #e1e8f0!important;padding:0 14px!important;font-weight:800!important}
.mobile-search-foodmart button{min-height:48px!important;border-radius:16px!important;background:var(--cm-yellow)!important;color:#111827!important;font-weight:950!important;border:0!important;padding:0 18px!important}

/* Announcement */
.foodmart-announcement{
  margin:16px auto 0!important;
  max-width:1320px!important;
  border:1px solid rgba(163,190,76,.35)!important;
  background:linear-gradient(135deg,#f8ffe9,#fff7da)!important;
  color:#4f650e!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  font-weight:950!important;
  text-align:center!important;
  box-shadow:var(--cm-shadow-soft)!important;
}

/* Hero */
.foodmart-hero-section{padding-top:22px!important;padding-bottom:18px!important;background-size:cover!important}
.banner-blocks{gap:18px!important}
.foodmart-main-banner,
.foodmart-side-banner,
.banner-ad{
  border-radius:var(--cm-radius-xl)!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:var(--cm-shadow)!important;
}
.foodmart-main-banner{
  background:
    radial-gradient(circle at 78% 38%,rgba(255,255,255,.70),transparent 24%),
    linear-gradient(135deg,#eefaad 0%,#f9f4cf 48%,#ffffff 100%)!important;
}
.banner-ad .categories{font-size:14px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#6b861b!important}
.banner-ad h1{font-size:clamp(34px,4vw,62px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:950!important;color:#162033!important;margin-bottom:16px!important}
.banner-ad p{font-size:18px!important;line-height:1.55!important;font-weight:800!important;color:#536173!important;max-width:680px!important}
.banner-ad .btn{border-radius:16px!important;font-weight:950!important;letter-spacing:.02em!important;text-transform:none!important}
.foodmart-hero-img{max-height:340px!important;width:100%!important;object-fit:contain!important;filter:drop-shadow(0 24px 24px rgba(15,23,42,.12))!important;transform:scale(1.08)!important}
.foodmart-side-banner{min-height:220px!important;background-size:auto 86%!important;background-color:#f2f8df!important}
.foodmart-side-banner h3{font-size:28px!important;font-weight:950!important;color:#1f2937!important;letter-spacing:-.035em!important}

/* Sections */
.section-title-wrap,
.section-header{
  display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;flex-wrap:wrap!important;margin-bottom:18px!important;
}
.section-title{font-size:clamp(26px,2.8vw,40px)!important;line-height:1.04!important;font-weight:950!important;letter-spacing:-.045em!important;color:var(--cm-ink)!important;margin:0!important}
.section-subtitle,.foodmart-products .text-muted{font-size:15px!important;color:var(--cm-muted)!important;font-weight:800!important;margin-top:7px!important}
.btn-link{font-weight:950!important;color:#6c891c!important;text-decoration:none!important}
.btn-link:hover{color:#4f650e!important}

/* Categories */
.foodmart-category-section{padding-top:34px!important;padding-bottom:26px!important}
.foodmart-category-scroll{display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:6px 2px 12px!important}
.foodmart-category-scroll::-webkit-scrollbar{height:8px!important}.foodmart-category-scroll::-webkit-scrollbar-thumb{background:#dce8b9!important;border-radius:999px!important}
.category-item{
  min-width:155px!important;scroll-snap-align:start!important;background:#fff!important;border:1px solid var(--cm-line)!important;border-radius:24px!important;
  padding:18px 14px!important;text-align:center!important;box-shadow:var(--cm-shadow-soft)!important;color:var(--cm-text)!important;
}
.category-item.active,.category-item:hover{border-color:rgba(163,190,76,.55)!important;background:#fbfff2!important;transform:translateY(-2px)!important}
.category-item img{height:54px!important;width:54px!important;object-fit:contain!important;margin-bottom:12px!important}
.category-title{font-size:15px!important;font-weight:950!important;color:var(--cm-ink)!important;margin:0!important}

/* Campaigns */
.campaign-card{
  min-height:190px!important;border-radius:26px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:var(--cm-shadow-soft)!important;
  padding:24px!important;display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:center!important;
}
.campaign-card h3{font-size:25px!important;font-weight:950!important;letter-spacing:-.035em!important;color:#172033!important}
.campaign-card p{font-weight:800!important;color:#59677a!important}.campaign-card a{font-weight:950!important;color:#172033!important}
.campaign-card img{max-width:42%!important;max-height:150px!important;object-fit:contain!important;filter:drop-shadow(0 14px 16px rgba(15,23,42,.12))!important}

/* Product area */
.foodmart-products{padding-top:34px!important;padding-bottom:38px!important}
.product-tabs{background:#fff!important;border:1px solid var(--cm-line)!important;border-radius:30px!important;padding:24px!important;box-shadow:var(--cm-shadow-soft)!important}
.tabs-header{border-color:#edf2f7!important;gap:14px!important}
.foodmart-product-search{display:flex!important;gap:10px!important;align-items:center!important;min-width:min(420px,100%)!important}
.foodmart-product-search input{
  flex:1!important;min-height:50px!important;border-radius:17px!important;border:1px solid #dfe7f0!important;background:#fff!important;padding:0 16px!important;font-weight:850!important;color:var(--cm-text)!important;
}
.foodmart-product-search button{
  min-height:50px!important;border-radius:17px!important;border:0!important;background:var(--cm-yellow)!important;color:#111827!important;font-weight:950!important;padding:0 22px!important;box-shadow:0 10px 20px rgba(255,196,63,.2)!important;
}
.foodmart-products .row>[class*="col"],
.foodmart-products .row>.col{display:flex!important}

/* Bigger premium product card */
.product-item.foodmart-product-card,
.foodmart-product-card{
  width:100%!important;height:100%!important;position:relative!important;display:flex!important;flex-direction:column!important;
  padding:18px!important;border-radius:28px!important;border:1px solid var(--cm-line)!important;background:#fff!important;box-shadow:0 14px 34px rgba(23,32,51,.075)!important;
  overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.product-item.foodmart-product-card:hover,
.foodmart-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 50px rgba(23,32,51,.11)!important;border-color:rgba(163,190,76,.42)!important}
.product-item.foodmart-product-card figure,
.foodmart-product-card figure{
  height:235px!important;width:100%!important;margin:0 0 16px!important;padding:18px!important;border-radius:24px!important;
  background:
    radial-gradient(circle at center,rgba(255,255,255,.96) 0%,rgba(255,255,255,.70) 34%,transparent 58%),
    linear-gradient(135deg,#f7fbec,#f8fafc)!important;
  border:1px solid #edf3e5!important;display:grid!important;place-items:center!important;overflow:hidden!important;
}
.product-item .tab-image,
.foodmart-product-card .tab-image{
  display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:198px!important;object-fit:contain!important;object-position:center!important;
  transform:scale(1.08)!important;filter:drop-shadow(0 16px 14px rgba(15,23,42,.10))!important;
}
.foodmart-product-card .product-content{display:flex!important;flex-direction:column!important;gap:0!important;min-height:0!important;flex:1 1 auto!important}
.foodmart-product-card h3{
  font-size:18px!important;line-height:1.23!important;min-height:45px!important;margin:0 0 9px!important;color:var(--cm-ink)!important;font-weight:950!important;letter-spacing:-.018em!important;
  display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;
}
.foodmart-product-card .product-subline,
.foodmart-product-card .qty{
  display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:0 0 9px!important;color:var(--cm-muted)!important;font-size:13px!important;font-weight:850!important;
}
.product-subline-dot{opacity:.45!important}
.foodmart-product-card .price{
  display:flex!important;align-items:flex-end!important;gap:8px!important;flex-wrap:wrap!important;margin:6px 0 6px!important;color:#101828!important;font-size:21px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.025em!important;
}
.foodmart-product-card .old-price{font-size:14px!important;color:#9aa7b6!important;font-weight:900!important;text-decoration:line-through!important;order:-1!important}
.foodmart-product-card small.text-muted,
.product-stock{font-size:13px!important;color:#7b8798!important;font-weight:850!important;margin-bottom:0!important}
.foodmart-add-form{
  display:grid!important;grid-template-columns:72px 1fr!important;gap:10px!important;align-items:center!important;margin-top:14px!important;padding-top:14px!important;border-top:1px solid #edf2f7!important;
}
.foodmart-add-form input{
  min-height:48px!important;width:100%!important;border-radius:16px!important;border:1px solid #dce5ee!important;background:#fff!important;text-align:center!important;color:#263245!important;font-size:16px!important;font-weight:950!important;
}
.foodmart-add-form button,
.foodmart-add-btn{
  min-height:48px!important;border-radius:16px!important;border:0!important;background:linear-gradient(135deg,#ffc43f,#ffde79)!important;color:#111827!important;font-size:15px!important;font-weight:950!important;
  display:flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;box-shadow:0 10px 18px rgba(255,196,63,.23)!important;
}
.foodmart-add-form button:hover{filter:saturate(1.05) brightness(.99)!important;transform:translateY(-1px)!important}
.foodmart-add-form button:disabled{background:#e5e7eb!important;color:#8a94a6!important;box-shadow:none!important;cursor:not-allowed!important}

/* Badges */
.product-badge,
.foodmart-product-card .product-badge{
  position:absolute!important;z-index:20!important;top:16px!important;left:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:32px!important;padding:0 14px!important;border-radius:999px!important;border:2px solid rgba(255,255,255,.96)!important;box-shadow:0 10px 22px rgba(15,23,42,.14)!important;
  font-size:11px!important;font-weight:950!important;line-height:1!important;color:#fff!important;letter-spacing:.01em!important;white-space:nowrap!important;
}
.stock-badge-black{z-index:25!important;border-radius:999px!important;background:#111827!important;color:#fff!important;font-weight:950!important;padding:8px 12px!important;font-size:11px!important}
.product-badge-sale{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.product-badge-express{background:linear-gradient(135deg,#16a34a,#15803d)!important}.product-badge-daily{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.product-badge-new{background:linear-gradient(135deg,#0ea5e9,#0284c7)!important}.product-badge-hot{background:linear-gradient(135deg,#f59e0b,#ea580c)!important}.product-badge-dark,.product-badge-default{background:linear-gradient(135deg,#334155,#1e293b)!important}
.product-item .rating,.product-meta-pills,.product-badge::before{display:none!important;content:none!important}
.is-out-of-stock figure,.is-out-of-stock .product-content,.is-out-of-stock .foodmart-add-form{opacity:.62!important}

/* Service strip and footer spacing */
.foodmart-service-strip .service-box{height:100%!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--cm-line)!important;box-shadow:var(--cm-shadow-soft)!important;padding:22px!important;display:flex!important;flex-direction:column!important;gap:6px!important}
.foodmart-service-strip strong{font-size:17px!important;font-weight:950!important;color:var(--cm-ink)!important}.foodmart-service-strip span{font-weight:800!important;color:var(--cm-muted)!important}.foodmart-service-strip a{font-weight:950!important;color:#6b861b!important}
.empty-foodmart{border:1px dashed #d9e6bb!important;border-radius:24px!important;background:#fbfff2!important;color:#5d7615!important;font-weight:950!important;padding:28px!important;text-align:center!important}

/* Mobile bottom nav */
.foodmart-mobile-nav{background:rgba(255,255,255,.98)!important;border:1px solid #edf2f7!important;box-shadow:0 16px 42px rgba(15,23,42,.18)!important}
.foodmart-mobile-nav a{font-weight:950!important;color:#334155!important}.foodmart-mobile-nav em{background:#ef4444!important;color:#fff!important;font-weight:950!important}

@media (min-width:1200px){
  .foodmart-products .row-cols-xl-4>*{width:25%!important}
  .foodmart-products .row-cols-lg-3>*{width:33.333333%!important}
}
@media (max-width:991px){
  .container-fluid{padding-left:16px!important;padding-right:16px!important}
  .foodmart-header{position:sticky!important}
  .foodmart-logo img{max-height:54px!important}
  .foodmart-menu-wrap .row.py-3{padding-top:10px!important;padding-bottom:12px!important}
  .banner-ad h1{font-size:36px!important}
  .foodmart-hero-img{max-height:240px!important;transform:scale(1.02)!important}
  .product-tabs{padding:18px!important;border-radius:24px!important}
  .product-item.foodmart-product-card figure,.foodmart-product-card figure{height:210px!important}
  .product-item .tab-image,.foodmart-product-card .tab-image{max-height:178px!important}
}
@media (max-width:767px){
  .foodmart-announcement{margin:12px 12px 0!important;border-radius:18px!important;font-size:13px!important;line-height:1.35!important}
  .foodmart-hero-section{padding-top:12px!important;background-image:none!important}
  .banner-blocks{display:block!important}
  .foodmart-main-banner{border-radius:24px!important;margin-bottom:12px!important}
  .foodmart-side-banner{display:none!important}
  .banner-content{padding:20px!important}
  .banner-ad h1{font-size:32px!important;line-height:1.03!important}
  .banner-ad p{font-size:15px!important;line-height:1.48!important}
  .banner-ad .btn{min-height:46px!important;padding:10px 15px!important;font-size:14px!important}
  .foodmart-hero-img{max-height:190px!important;margin-top:10px!important}
  .foodmart-category-section,.foodmart-products,.foodmart-service-strip{padding-top:24px!important;padding-bottom:24px!important}
  .section-title{font-size:26px!important}.section-subtitle,.foodmart-products .text-muted{font-size:13px!important}
  .category-item{min-width:132px!important;border-radius:20px!important;padding:15px 12px!important}.category-item img{height:46px!important;width:46px!important}.category-title{font-size:13px!important}
  .campaign-card{min-height:150px!important;border-radius:22px!important;padding:18px!important}.campaign-card h3{font-size:21px!important}.campaign-card img{max-height:115px!important}
  .tabs-header{align-items:stretch!important}.foodmart-product-search{width:100%!important;min-width:100%!important}.foodmart-product-search input,.foodmart-product-search button{min-height:46px!important;border-radius:15px!important}
  .foodmart-products .row.row-cols-2>* ,
  .foodmart-products .row.row-cols-lg-3>*{width:50%!important;padding-left:7px!important;padding-right:7px!important}
  .product-item.foodmart-product-card,.foodmart-product-card{padding:13px!important;border-radius:22px!important}
  .product-item.foodmart-product-card figure,.foodmart-product-card figure{height:168px!important;padding:12px!important;border-radius:18px!important;margin-bottom:12px!important}
  .product-item .tab-image,.foodmart-product-card .tab-image{max-height:148px!important;transform:scale(1.08)!important}
  .foodmart-product-card h3{font-size:15px!important;line-height:1.22!important;min-height:38px!important;margin-bottom:7px!important}
  .foodmart-product-card .product-subline,.foodmart-product-card .qty{font-size:11px!important;gap:5px!important;margin-bottom:7px!important}
  .foodmart-product-card .price{font-size:17px!important;gap:5px!important}.foodmart-product-card .old-price{font-size:12px!important}.foodmart-product-card small.text-muted{font-size:11px!important}
  .foodmart-add-form{grid-template-columns:54px 1fr!important;gap:7px!important;margin-top:10px!important;padding-top:10px!important}.foodmart-add-form input,.foodmart-add-form button{min-height:42px!important;border-radius:13px!important}.foodmart-add-form button{font-size:13px!important;padding:0 8px!important}
  .product-badge,.foodmart-product-card .product-badge{top:11px!important;left:11px!important;min-height:27px!important;padding:0 10px!important;font-size:9.5px!important;border-width:1px!important}
  .foodmart-footer{padding-bottom:92px!important}.mobile-cart-summary{bottom:80px!important;left:10px!important;right:10px!important}
}
@media (max-width:430px){
  .foodmart-products .row.row-cols-2>* ,
  .foodmart-products .row.row-cols-md-3>* ,
  .foodmart-products .row.row-cols-lg-3>* ,
  .foodmart-products .row.row-cols-xl-4>*{width:100%!important;padding-left:0!important;padding-right:0!important}
  .product-item.foodmart-product-card,.foodmart-product-card{padding:16px!important;border-radius:24px!important}
  .product-item.foodmart-product-card figure,.foodmart-product-card figure{height:235px!important;padding:18px!important;border-radius:22px!important}
  .product-item .tab-image,.foodmart-product-card .tab-image{max-height:205px!important;transform:scale(1.07)!important}
  .foodmart-product-card h3{font-size:18px!important;min-height:auto!important}.foodmart-product-card .price{font-size:20px!important}.foodmart-add-form{grid-template-columns:64px 1fr!important}.foodmart-add-form input,.foodmart-add-form button{min-height:46px!important}.foodmart-add-form button{font-size:14px!important}
}

/* V10.3 kategori odaklı market sayfası - landing bölümleri kaldırıldı */
.market-category-home{background:linear-gradient(135deg,#f8ffe8 0%,#ffffff 58%,#fff7db 100%);border-bottom:1px solid rgba(15,23,42,.06)}
.category-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:24px 26px;box-shadow:0 18px 45px rgba(15,23,42,.07)}
.category-kicker{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#6f8f1e;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:8px}
.category-topbar h1{margin:0;font-size:clamp(28px,4vw,48px);font-weight:950;color:#172033;letter-spacing:-.04em}
.category-topbar p{margin:8px 0 0;color:#64748b;font-size:17px;font-weight:700}
.category-top-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.category-top-actions .btn{font-weight:900;box-shadow:0 10px 25px rgba(15,23,42,.08)}
.category-search-panel{margin-top:18px;display:grid;grid-template-columns:240px 1fr 150px;gap:12px;background:#fff;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 14px 36px rgba(15,23,42,.06)}
.category-search-panel select,.category-search-panel input{height:54px;border:1px solid rgba(15,23,42,.1);border-radius:18px;padding:0 18px;font-weight:800;background:#f8fafc;color:#172033}.category-search-panel input{font-weight:700}.category-search-panel button{height:54px;border:0;border-radius:18px;background:#222;color:#fff;font-weight:950}
.category-shop-fullwidth{--catalog-sticky-offset:158px}
.products-header-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:18px 20px;margin-bottom:14px;box-shadow:0 14px 35px rgba(15,23,42,.05)}.products-header-card h2{margin:0;font-size:28px;font-weight:950;color:#172033}.products-header-card p{margin:4px 0 0;color:#64748b;font-weight:800}.clear-filter-link{font-weight:950;text-decoration:none;color:#6f8f1e;background:#f8ffe8;padding:10px 14px;border-radius:999px}
.category-chip-sticky{position:sticky;top:var(--catalog-sticky-offset);z-index:1010;margin:0 0 20px;padding:6px 0;background:linear-gradient(180deg,rgba(251,252,248,.98) 0%,rgba(251,252,248,.94) 72%,rgba(251,252,248,0) 100%);backdrop-filter:blur(10px)}
.category-chip-shell{display:grid;grid-template-columns:auto 42px minmax(0,1fr) 42px;align-items:center;gap:8px;background:rgba(255,255,255,.97);border:1px solid rgba(15,23,42,.09);border-radius:22px;padding:10px 12px;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.category-chip-label{padding:0 8px 0 4px;color:#172033;font-size:14px;font-weight:950;white-space:nowrap}
.category-chip-row{display:flex;gap:9px;min-width:0;overflow-x:auto;overflow-y:hidden;padding:2px;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.category-chip-row::-webkit-scrollbar{display:none}.category-chip{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;text-decoration:none;color:#334155;background:#fff;border:1px solid rgba(15,23,42,.09);padding:11px 16px;border-radius:999px;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.05)}.category-chip.active,.category-chip:hover{background:#172033;color:#fff;border-color:#172033}.category-chip:focus-visible{outline:3px solid rgba(163,190,76,.45);outline-offset:2px}
.category-scroll-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid #e5eaf0;border-radius:50%;background:#f8fafc;color:#172033;font-size:27px;font-weight:900;line-height:1;box-shadow:0 6px 16px rgba(15,23,42,.06)}.category-scroll-btn:hover{background:#172033;color:#fff;border-color:#172033}
.product-list-grid .product-item{min-height:100%}.product-list-grid .foodmart-product-card figure{min-height:218px}.product-list-grid .foodmart-product-card figure img{max-height:208px;width:100%;object-fit:contain}
@media(max-width:1199px){.category-chip-label{display:none}.category-chip-shell{grid-template-columns:42px minmax(0,1fr) 42px}}
@media(max-width:991px){.category-topbar{align-items:flex-start;flex-direction:column}.category-top-actions{justify-content:flex-start}.category-search-panel{grid-template-columns:1fr}.products-header-card{align-items:flex-start;flex-direction:column}.category-chip-sticky{margin-left:-16px;margin-right:-16px;padding:5px 16px}.product-list-grid .foodmart-product-card figure{min-height:210px}.product-list-grid .foodmart-product-card figure img{max-height:205px}}
@media(max-width:575px){.category-topbar{padding:20px;border-radius:22px}.category-search-panel{border-radius:20px}.category-top-actions .btn{width:100%}.category-top-actions{width:100%}.category-chip-shell{display:block;border-radius:18px;padding:9px}.category-scroll-btn{display:none}.category-chip-row{gap:8px}.category-chip{padding:10px 14px;font-size:13px}.product-list-grid .foodmart-product-card figure{min-height:240px}.product-list-grid .foodmart-product-card figure img{max-height:230px}.products-header-card h2{font-size:24px}}


/* v10.5 mobile menu fix */
.mobile-menu-trigger{border:0!important;background:transparent!important;box-shadow:none!important}
.mobile-menu-trigger:focus{box-shadow:none!important}
.mobile-menu-eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7c8b34;margin-bottom:4px}
@media(max-width:991px){
  body.menu-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}
  .mobile-menu-offcanvas{width:100vw!important;max-width:100vw!important;border-left:0!important;border-radius:0!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(6px)}
  .mobile-menu-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:18px 18px 12px!important;border-bottom:1px solid #e7ecf2!important;background:#fff!important;position:sticky;top:0;z-index:3}
  .mobile-menu-header .offcanvas-title{font-size:34px!important;font-weight:950!important;color:#172033!important;letter-spacing:-.03em}
  .mobile-menu-header .btn-close{font-size:18px!important;opacity:.65}
  .mobile-menu-body{display:block!important;height:calc(100dvh - 88px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;padding:18px 18px 30px!important}
  .mobile-menu-body .filter-categories{display:block!important;width:100%!important;min-height:58px!important;padding:0 16px!important;border:1px solid #d9e2ec!important;border-radius:18px!important;background:#fff!important;font-size:18px!important;font-weight:800!important;margin:0 0 18px 0!important;color:#1f2937!important}
  .mobile-menu-body .menu-list{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}
  .mobile-menu-body .nav-item{width:100%!important}
  .mobile-menu-body .nav-link{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:58px!important;padding:0 18px!important;border-radius:20px!important;background:#f8fafc!important;border:1px solid #edf2f7!important;color:#172033!important;font-size:18px!important;font-weight:900!important}
  .mobile-menu-body .nav-link.active,.mobile-menu-body .nav-link:hover{background:#f3f7e8!important;color:#63820f!important;border-color:#dce8b3!important}
  .mobile-menu-body .nav-link::after{content:'›';font-size:26px;line-height:1;color:#94a3b8}
  .offcanvas-backdrop.show{opacity:.42!important}
}


/* v10.6 mobile menu full screen fix */
@media(max-width:991px){
  html.menu-open,
  body.menu-open{
    overflow:hidden!important;
    height:100%!important;
    touch-action:none!important;
  }

  #offcanvasNavbar.mobile-menu-offcanvas{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:100dvh!important;
    transform:translateX(100%)!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    z-index:1046!important;
    display:flex!important;
    flex-direction:column!important;
  }

  #offcanvasNavbar.mobile-menu-offcanvas.show{
    transform:none!important;
  }

  #offcanvasNavbar .mobile-menu-header{
    flex:0 0 auto!important;
    min-height:104px!important;
    padding:22px 18px 16px!important;
    background:#fff!important;
    border-bottom:1px solid #eef2f7!important;
  }

  #offcanvasNavbar .mobile-menu-body{
    flex:1 1 auto!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    padding:18px 18px calc(110px + env(safe-area-inset-bottom))!important;
    background:#fff!important;
  }

  #offcanvasNavbar .mobile-menu-body .filter-categories{
    margin-bottom:16px!important;
  }

  .offcanvas-backdrop{
    z-index:1045!important;
  }

  .offcanvas-backdrop.show{
    opacity:.48!important;
  }

  body.menu-open .foodmart-mobile-nav,
  body.menu-open .mobile-cart-summary{
    pointer-events:none!important;
  }
}


/* V10.6 AJAX kategori filtreleme */
.category-shop-layout{position:relative;transition:opacity .18s ease,filter .18s ease}
.category-shop-layout.is-loading{min-height:420px;opacity:.58;filter:saturate(.75);pointer-events:none;user-select:none}
.category-shop-layout.is-loading::before{content:'';position:absolute;z-index:80;top:110px;left:50%;width:48px;height:48px;margin-left:-24px;border:5px solid rgba(23,32,51,.16);border-top-color:#7f9e29;border-radius:50%;animation:catalog-spin .7s linear infinite;background:rgba(255,255,255,.8);box-shadow:0 10px 30px rgba(15,23,42,.12)}
.category-shop-layout.is-loading::after{content:'Ürünler yükleniyor';position:absolute;z-index:79;top:168px;left:50%;transform:translateX(-50%);padding:8px 14px;border-radius:999px;background:#fff;color:#172033;font-size:13px;font-weight:900;box-shadow:0 8px 24px rgba(15,23,42,.1);white-space:nowrap}
@keyframes catalog-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.category-shop-layout{transition:none}.category-shop-layout.is-loading::before{animation-duration:1.4s}}

/* Market Kapımda v12 - Otomatik akıllı arama */
.js-catalog-search-form{position:relative}
.smart-search-dropdown{position:absolute;z-index:1300;top:calc(100% + 9px);left:0;right:0;display:none;overflow:hidden;max-height:min(520px,70vh);background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.18);text-align:left}
.smart-search-dropdown.is-open{display:block;animation:smartSearchIn .16s ease-out}
@keyframes smartSearchIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.smart-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;background:linear-gradient(135deg,#f6f9ed,#fff);border-bottom:1px solid rgba(15,23,42,.07)}
.smart-search-head span{font-size:13px;font-weight:900;color:#1e293b}
.smart-search-head small{font-size:11px;font-weight:800;color:#6b7f24;background:#edf4d5;border-radius:999px;padding:5px 9px}
.smart-search-list{overflow:auto;max-height:390px}
.smart-search-item{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;background:#fff;border:0;border-bottom:1px solid rgba(15,23,42,.06);text-align:left;cursor:pointer;transition:background .15s ease,transform .15s ease}
.smart-search-item:hover,.smart-search-item.is-active{background:#f7faef}
.smart-search-item:active{transform:scale(.995)}
.smart-search-item img{width:52px;height:52px;object-fit:contain;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:12px}
.smart-search-item-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.smart-search-item-copy strong{overflow:hidden;color:#172033;font-size:13px;font-weight:900;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.smart-search-item-copy small{overflow:hidden;color:#64748b;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.smart-search-item-copy em{align-self:flex-start;margin-top:2px;color:#6b7f24;background:#f0f6db;border-radius:999px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:900}
.smart-search-item-price{display:flex;align-items:flex-end;flex-direction:column;gap:3px;color:#172033;font-size:12px;font-weight:900;white-space:nowrap}
.smart-search-stock{color:#dc2626;font-size:9px;font-weight:900}
.smart-search-all{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;background:#f8fafc;border:0;color:#172033;font-size:12px;font-weight:900;text-align:left;cursor:pointer}
.smart-search-all:hover,.smart-search-all.is-active{background:#edf4d5;color:#53651f}
.smart-search-all b{font-size:18px}
.smart-search-loading,.smart-search-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;min-height:92px;padding:18px;color:#64748b;font-size:12px;font-weight:700;text-align:center}
.smart-search-empty strong{color:#172033;font-size:14px;font-weight:900}
.smart-search-empty span{max-width:330px}
.smart-search-loading{flex-direction:row}
.smart-search-loading span{width:17px;height:17px;border:2px solid #dce7b6;border-top-color:#7b9630;border-radius:50%;animation:smartSearchSpin .7s linear infinite}
@keyframes smartSearchSpin{to{transform:rotate(360deg)}}
.foodmart-header .smart-search-dropdown{top:calc(100% + 6px)}
.mobile-search-foodmart .smart-search-dropdown{top:calc(100% + 7px)}
@media(max-width:991.98px){
  .smart-search-dropdown{position:absolute;max-height:62vh;border-radius:15px}
  .smart-search-item{grid-template-columns:46px minmax(0,1fr) auto;padding:9px 11px;gap:9px}
  .smart-search-item img{width:46px;height:46px}
  .smart-search-item-price{font-size:11px}
  .smart-search-head{padding:11px 12px}
}
@media(max-width:575.98px){
  .category-search-panel .smart-search-dropdown{top:calc(100% + 8px)}
  .smart-search-item-copy strong{font-size:12px}
  .smart-search-item-price{max-width:82px;white-space:normal;text-align:right}
}
