﻿/* =============================================
   SEKTÖREL RESTORAN TEMALARI — v5
   modern(varsayılan) + grill + pizza + burger + cigkofte
   Her tema = tamamen farklı DÜZEN + kart yapısı + grid
   ============================================= */

/* ===== KEYFRAMES ===== */
@keyframes t-fadeUp{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}
@keyframes t-bounceIn{0%{opacity:0;transform:translateY(40px) scale(.8)}60%{transform:translateY(-6px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes t-flipIn{0%{opacity:0;transform:perspective(600px) rotateX(15deg) translateY(30px)}100%{opacity:1;transform:perspective(600px) rotateX(0) translateY(0)}}
@keyframes t-slideRight{0%{opacity:0;transform:translateX(-25px)}100%{opacity:1;transform:translateX(0)}}
@keyframes t-fireGlow{0%,100%{box-shadow:0 0 8px rgba(234,88,12,.15),0 0 20px rgba(220,38,38,.05)}50%{box-shadow:0 0 18px rgba(234,88,12,.3),0 0 40px rgba(220,38,38,.1)}}
@keyframes t-pulse{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes t-neonGlow{0%,100%{box-shadow:0 0 6px var(--neon),0 0 12px var(--neon)}50%{box-shadow:0 0 14px var(--neon),0 0 30px var(--neon),0 0 50px var(--neon)}}
@keyframes t-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ==========================================================
   TEMA 1: IZGARA / GRILL 🔥
   DÜZEN: 2 sütun grid, DİKEY kartlar (görsel üstte)
   Koyu zemin, ateş renkleri, kömür dokusu, 3D flip giriş
   ========================================================== */
body.theme-grill{
    --primary:#ea580c;--primary-light:rgba(234,88,12,.08);--secondary:#dc2626;--accent:#fbbf24;
    --bg:#0c0906;--bg-card:#1a1310;--bg-glass:rgba(12,9,6,.95);
    --border:rgba(234,88,12,.12);--text:#fde6c8;--text-secondary:#c9a77a;--text-muted:#8b7355;
    --gradient:linear-gradient(135deg,#dc2626,#ea580c);--shadow:0 6px 20px rgba(0,0,0,.5);
    --radius:12px;font-family:'Oswald',system-ui,sans-serif;letter-spacing:.3px
}
body.theme-grill{background:#0c0906;background-image:
    radial-gradient(ellipse at 20% 80%,rgba(220,38,38,.04),transparent 60%),
    radial-gradient(ellipse at 80% 20%,rgba(234,88,12,.03),transparent 60%),
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23ea580c06'/%3E%3C/svg%3E")}
body.theme-grill .menu-header{background:linear-gradient(90deg,#1a0a04,#2d1408,#1a0a04)!important;background-size:200% 100%;animation:t-pulse 5s ease infinite;border-bottom:none;position:relative;overflow:hidden;padding:20px 16px!important;box-shadow:0 4px 30px rgba(220,38,38,.15)}
body.theme-grill .menu-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#dc2626,#ea580c,#fbbf24,#ea580c,#dc2626);background-size:200% 100%;animation:t-pulse 3s linear infinite}
body.theme-grill .menu-header h1{font-family:'Oswald',sans-serif!important;font-weight:700!important;text-transform:uppercase;letter-spacing:5px;font-size:22px!important;color:#fbbf24!important;text-shadow:0 0 20px rgba(251,191,36,.3),0 2px 4px rgba(0,0,0,.8)}
body.theme-grill .category-tab{background:rgba(26,19,16,.8);border:1.5px solid rgba(234,88,12,.15);color:#8b7355;border-radius:6px!important;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:2px;padding:10px 16px}
body.theme-grill .category-tab.active{background:linear-gradient(135deg,#dc2626,#ea580c)!important;color:#fff!important;border-color:#fbbf24!important;box-shadow:0 0 20px rgba(234,88,12,.35)}
body.theme-grill .products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
body.theme-grill .product-card{flex-direction:column!important;background:#1a1310;border:1px solid rgba(234,88,12,.08);border-radius:12px;animation:t-flipIn .6s ease both;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.4)}
body.theme-grill .product-card:hover{transform:translateY(-6px);border-color:rgba(234,88,12,.3);animation:t-fireGlow 3s ease-in-out infinite}
body.theme-grill .product-image{width:100%!important;min-height:unset!important;aspect-ratio:4/3;position:relative}
body.theme-grill .product-image img{filter:brightness(.88) contrast(1.1);transition:all .5s ease}
body.theme-grill .product-card:hover .product-image img{transform:scale(1.08);filter:brightness(1) contrast(1.15) saturate(1.2)}
body.theme-grill .product-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,#1a1310,rgba(26,19,16,.4),transparent);pointer-events:none;z-index:1}
body.theme-grill .product-info{padding:12px!important;min-height:unset!important}
body.theme-grill .product-name{color:#fde6c8;font-weight:700;text-transform:uppercase;letter-spacing:.8px;font-size:13px;text-shadow:0 1px 2px rgba(0,0,0,.5)}
body.theme-grill .product-desc{color:#c9a77a;font-family:'Source Sans 3',sans-serif;font-weight:400;font-size:11px;line-height:1.4;text-transform:none;letter-spacing:0}
body.theme-grill .product-price{font-size:16px;font-weight:700;color:#fbbf24;background:none;-webkit-text-fill-color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.2)}
body.theme-grill .btn-add{background:linear-gradient(135deg,#dc2626,#ea580c)!important;border-radius:8px!important;width:36px;height:36px;font-size:18px;box-shadow:0 4px 12px rgba(234,88,12,.35)}
body.theme-grill .btn-add:hover{transform:scale(1.12)!important;box-shadow:0 0 20px rgba(234,88,12,.5)!important}
body.theme-grill .floating-cart-btn{background:linear-gradient(135deg,#dc2626,#ea580c)!important;text-transform:uppercase;letter-spacing:2px;font-family:'Oswald',sans-serif;font-weight:600;border-radius:10px!important;box-shadow:0 8px 25px rgba(234,88,12,.3)}
body.theme-grill .section-header{padding:10px 14px;background:rgba(26,19,16,.6);border-left:3px solid #ea580c;border-radius:4px;margin-bottom:18px!important}
body.theme-grill .section-icon{background:linear-gradient(135deg,#dc2626,#ea580c);border-radius:8px;box-shadow:0 3px 12px rgba(234,88,12,.25)}
body.theme-grill .section-title{font-family:'Oswald',sans-serif;color:#fde6c8;font-size:20px;letter-spacing:2px;text-transform:uppercase}
body.theme-grill .section-count{color:#8b7355;text-transform:uppercase;letter-spacing:1px;font-size:11px}
body.theme-grill .cart-panel{background:#1a1310;border-color:rgba(234,88,12,.15)}
body.theme-grill input,body.theme-grill select,body.theme-grill textarea{background:#0c0906;color:#fde6c8;border-color:rgba(234,88,12,.15)}
body.theme-grill .deco-blob:nth-child(1){background:radial-gradient(circle,rgba(220,38,38,.04),transparent)}
body.theme-grill .deco-blob:nth-child(2){background:radial-gradient(circle,rgba(234,88,12,.03),transparent)}

/* ==========================================================
   TEMA 2: PİZZA 🍕
   DÜZEN: 2 sütun grid, DİKEY kartlar, YUVARLAK görseller
   Sıcak krem/kırmızı, damalı doku, eğlenceli bouncy animasyon
   ========================================================== */
body.theme-pizza{
    --primary:#dc2626;--primary-light:rgba(220,38,38,.08);--secondary:#ea580c;--accent:#facc15;
    --bg:#fef7ed;--bg-card:#fff;--bg-glass:rgba(254,247,237,.92);
    --border:rgba(220,38,38,.08);--text:#431407;--text-secondary:#92400e;--text-muted:#b45309;
    --gradient:linear-gradient(135deg,#dc2626,#ea580c);--shadow:0 6px 20px rgba(220,38,38,.06);
    --radius:22px;font-family:'Nunito',system-ui,sans-serif
}
body.theme-pizza{background:#fef7ed;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='20' height='20' fill='%23dc262603'/%3E%3Crect x='20' y='20' width='20' height='20' fill='%23dc262603'/%3E%3C/svg%3E")}
body.theme-pizza .menu-header{background:linear-gradient(135deg,#dc2626,#ea580c)!important;padding:22px 16px!important;border-bottom:none;position:relative;overflow:hidden;border-radius:0 0 20px 20px!important}
body.theme-pizza .menu-header::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#dc2626 0,#dc2626 8px,#fff 8px,#fff 16px)}
body.theme-pizza .menu-header h1{font-family:'Pacifico',cursive!important;font-weight:400!important;font-size:26px!important;text-shadow:2px 2px 4px rgba(0,0,0,.2);color:#fff!important}
body.theme-pizza .category-tab{background:#fff;border:2px solid rgba(220,38,38,.08);border-radius:28px!important;font-weight:800;font-size:13px;padding:9px 18px;box-shadow:0 3px 8px rgba(220,38,38,.04)}
body.theme-pizza .category-tab.active{background:var(--gradient)!important;color:#fff!important;border-color:#dc2626!important;transform:scale(1.05);box-shadow:0 6px 18px rgba(220,38,38,.3)}
body.theme-pizza .products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
body.theme-pizza .product-card{flex-direction:column!important;border-radius:22px;border:none;background:#fff;box-shadow:0 4px 16px rgba(220,38,38,.06);animation:t-bounceIn .5s ease both;transition:all .4s cubic-bezier(.34,1.56,.64,1)}
body.theme-pizza .product-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:0 16px 40px rgba(220,38,38,.12)}
body.theme-pizza .product-card:nth-child(even):hover{transform:translateY(-8px) rotate(1deg)}
body.theme-pizza .product-image{width:100%!important;min-height:unset!important;aspect-ratio:1/1;padding:14px;background:radial-gradient(circle,rgba(220,38,38,.03),transparent 70%);position:relative}
body.theme-pizza .product-image img{border-radius:50%!important;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}
body.theme-pizza .product-card:hover .product-image img{transform:scale(1.1) rotate(5deg)}
body.theme-pizza .product-info{padding:0 14px 14px!important;min-height:unset!important;text-align:center;border-top:1px dashed rgba(220,38,38,.08)}
body.theme-pizza .product-name{font-size:14px;font-weight:800;color:#431407;margin-bottom:2px}
body.theme-pizza .product-desc{font-size:11px;-webkit-line-clamp:2;line-clamp:2;margin-bottom:6px;color:#92400e}
body.theme-pizza .product-bottom{justify-content:center!important;gap:10px}
body.theme-pizza .product-price{font-size:17px;font-weight:900;color:#dc2626;background:none;-webkit-text-fill-color:#dc2626}
body.theme-pizza .btn-add{background:var(--gradient)!important;border-radius:50%!important;width:38px;height:38px;font-size:20px;box-shadow:0 4px 14px rgba(220,38,38,.3)}
body.theme-pizza .btn-add:hover{transform:scale(1.15)!important;box-shadow:0 6px 20px rgba(220,38,38,.5)!important}
body.theme-pizza .floating-cart-btn{background:var(--gradient)!important;border-radius:28px!important;box-shadow:0 8px 28px rgba(220,38,38,.3);font-weight:800}
body.theme-pizza .section-header{padding:8px 0;margin-bottom:16px!important}
body.theme-pizza .section-icon{background:var(--gradient);border-radius:14px;box-shadow:0 4px 12px rgba(220,38,38,.2)}
body.theme-pizza .section-title{font-family:'Pacifico',cursive;color:#dc2626;font-size:20px}
body.theme-pizza .section-count{color:#b45309;font-weight:700}
body.theme-pizza .deco-blob{background:radial-gradient(circle,rgba(220,38,38,.04),transparent)}

/* ==========================================================
   TEMA 3: BURGER 🍔
   DÜZEN: Tek sütun, OVERLAY kartlar (text görsel üzerinde)
   Koyu endüstriyel, neon sarı, büyük tam genişlik görseller
   ========================================================== */
body.theme-burger{
    --primary:#eab308;--primary-light:rgba(234,179,8,.08);--secondary:#f59e0b;--accent:#ef4444;
    --neon:rgba(234,179,8,.45);
    --bg:#0e0e0e;--bg-card:#171717;--bg-glass:rgba(14,14,14,.95);
    --border:rgba(234,179,8,.12);--text:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;
    --gradient:linear-gradient(135deg,#eab308,#f59e0b);--shadow:0 6px 25px rgba(0,0,0,.6);
    --radius:14px;font-family:'Inter',system-ui,sans-serif
}
body.theme-burger{background:#0e0e0e;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='1' fill='%23ffffff05'/%3E%3C/svg%3E")}
body.theme-burger .menu-header{background:linear-gradient(180deg,#1a1a1a,#0a0a0a)!important;border-bottom:3px solid #eab308;padding:18px 16px!important;position:relative;box-shadow:0 6px 25px rgba(234,179,8,.1)}
body.theme-burger .menu-header h1{font-family:'Bebas Neue',Impact,sans-serif!important;font-size:34px!important;letter-spacing:5px;text-transform:uppercase;color:#eab308!important;text-shadow:0 0 20px rgba(234,179,8,.4),0 2px 4px rgba(0,0,0,.8)}
body.theme-burger .category-tab{background:#111;border:2px solid rgba(234,179,8,.12);color:#71717a;border-radius:6px!important;text-transform:uppercase;font-weight:900;font-size:11px;letter-spacing:2px;padding:10px 16px}
body.theme-burger .category-tab.active{background:#111!important;color:#eab308!important;border-color:#eab308!important;animation:t-neonGlow 2.5s ease-in-out infinite;text-shadow:0 0 6px rgba(234,179,8,.7)}
body.theme-burger .products-grid{gap:14px!important}
body.theme-burger .product-card{flex-direction:column!important;border-radius:14px;border:1.5px solid rgba(234,179,8,.06);animation:t-fadeUp .5s ease both;transition:all .35s ease;position:relative;overflow:hidden;background:#171717;box-shadow:0 8px 25px rgba(0,0,0,.5)}
body.theme-burger .product-card:hover{transform:translateY(-5px);box-shadow:0 0 25px rgba(234,179,8,.1),0 16px 35px rgba(0,0,0,.7);border-color:rgba(234,179,8,.3)}
body.theme-burger .product-image{width:100%!important;min-height:unset!important;height:200px!important;position:relative}
body.theme-burger .product-image img{filter:brightness(.85) contrast(1.15);transition:all .5s ease}
body.theme-burger .product-card:hover .product-image img{transform:scale(1.06);filter:brightness(.92) contrast(1.2) saturate(1.1)}
body.theme-burger .product-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80%;background:linear-gradient(to top,#171717 8%,rgba(23,23,23,.6) 45%,transparent);pointer-events:none;z-index:1}
body.theme-burger .product-info{padding:14px 16px!important;min-height:unset!important;position:relative;z-index:2;margin-top:-70px!important}
body.theme-burger .product-name{color:#fafafa;font-weight:800;text-transform:uppercase;font-size:16px;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.9)}
body.theme-burger .product-desc{color:#a1a1aa;font-size:12px;line-height:1.4}
body.theme-burger .product-price{font-size:22px;font-weight:900;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;color:#eab308;background:none;-webkit-text-fill-color:#eab308;text-shadow:0 0 12px rgba(234,179,8,.25)}
body.theme-burger .btn-add{background:linear-gradient(135deg,#eab308,#ca8a04)!important;color:#111!important;border-radius:6px!important;font-weight:900;box-shadow:0 4px 14px rgba(234,179,8,.25);width:38px;height:38px;font-size:20px}
body.theme-burger .btn-add:hover{box-shadow:0 0 25px rgba(234,179,8,.5)!important;transform:scale(1.1)!important}
body.theme-burger .floating-cart-btn{background:linear-gradient(135deg,#eab308,#ca8a04)!important;color:#111!important;font-weight:900;text-transform:uppercase;letter-spacing:2px;border-radius:8px!important;box-shadow:0 8px 25px rgba(234,179,8,.25)}
body.theme-burger .section-header{padding:10px 14px;border-left:3px solid #eab308;background:rgba(234,179,8,.03);border-radius:4px;margin-bottom:18px!important}
body.theme-burger .section-icon{background:#eab308;border-radius:6px;box-shadow:0 0 15px rgba(234,179,8,.15)}
body.theme-burger .section-icon *{filter:brightness(0)}
body.theme-burger .section-title{font-family:'Bebas Neue',sans-serif;color:#fafafa;font-size:24px;letter-spacing:3px;text-transform:uppercase}
body.theme-burger .section-count{color:#71717a;text-transform:uppercase;letter-spacing:1px;font-size:11px}
body.theme-burger .cart-panel{background:#171717;border-color:rgba(234,179,8,.12)}
body.theme-burger input,body.theme-burger select,body.theme-burger textarea{background:#0e0e0e;color:#fafafa;border-color:rgba(234,179,8,.15)}
body.theme-burger .deco-blob{display:none}

/* ==========================================================
   TEMA 4: ÇİĞ KÖFTE 🌿
   DÜZEN: Tek sütun, YATAY kompakt kartlar (küçük 80px görsel)
   Yeşil/kırmızı, organik/taze his, ince çizgiler, minimal
   ========================================================== */
body.theme-cigkofte{
    --primary:#16a34a;--primary-light:rgba(22,163,74,.06);--secondary:#dc2626;--accent:#eab308;
    --bg:#f7fdf9;--bg-card:#fff;--bg-glass:rgba(247,253,249,.92);
    --border:rgba(22,163,74,.06);--text:#14532d;--text-secondary:#166534;--text-muted:#6b7280;
    --gradient:linear-gradient(135deg,#16a34a,#22c55e);--shadow:0 2px 10px rgba(22,163,74,.04);
    --radius:14px;font-family:'DM Sans',system-ui,sans-serif
}
body.theme-cigkofte{background:#f7fdf9;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c10 5 10 20 0 25S20 15 30 10z' fill='%2316a34a04' stroke='none'/%3E%3C/svg%3E")}
body.theme-cigkofte .menu-header{background:linear-gradient(135deg,#16a34a,#22c55e)!important;padding:18px 16px!important;border-bottom:none;border-radius:0 0 18px 18px!important}
body.theme-cigkofte .menu-header h1{font-family:'DM Sans',sans-serif!important;font-weight:700!important;font-size:20px!important;letter-spacing:1px;color:#fff!important}
body.theme-cigkofte .category-tab{background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:#6b7280;font-weight:600;font-size:12px;letter-spacing:1px;padding:10px 14px}
body.theme-cigkofte .category-tab.active{color:#16a34a!important;border-bottom-color:#16a34a!important;font-weight:800}
body.theme-cigkofte .products-grid{gap:6px!important}
body.theme-cigkofte .product-card{border-radius:14px;border:none;border-bottom:1px solid rgba(22,163,74,.06);box-shadow:none;background:#fff;animation:t-slideRight .4s ease both;transition:all .3s ease}
body.theme-cigkofte .product-card:hover{background:rgba(22,163,74,.02);box-shadow:0 4px 16px rgba(22,163,74,.06);transform:translateX(4px)}
body.theme-cigkofte .product-image{width:80px!important;min-height:80px!important;max-height:80px!important;border-radius:12px!important;overflow:hidden;flex-shrink:0;margin:6px}
body.theme-cigkofte .product-image img{transition:transform .3s ease}
body.theme-cigkofte .product-card:hover .product-image img{transform:scale(1.05)}
body.theme-cigkofte .product-info{padding:10px 12px!important;min-height:80px!important}
body.theme-cigkofte .product-name{font-weight:600;color:#14532d;font-size:14px;letter-spacing:.3px}
body.theme-cigkofte .product-card:hover .product-name{color:#16a34a}
body.theme-cigkofte .product-desc{color:#6b7280;font-size:12px;-webkit-line-clamp:1;line-clamp:1}
body.theme-cigkofte .product-price{font-size:15px;font-weight:700;color:#16a34a;background:none;-webkit-text-fill-color:#16a34a}
body.theme-cigkofte .btn-add{background:var(--gradient)!important;border-radius:10px!important;width:34px;height:34px;font-size:16px;box-shadow:0 3px 10px rgba(22,163,74,.2)}
body.theme-cigkofte .floating-cart-btn{background:var(--gradient)!important;border-radius:14px!important;box-shadow:0 8px 25px rgba(22,163,74,.2);font-weight:700}
body.theme-cigkofte .section-header{padding:8px 0;border-bottom:1px solid rgba(22,163,74,.06);margin-bottom:14px!important}
body.theme-cigkofte .section-icon{background:var(--gradient);border-radius:10px;box-shadow:0 3px 10px rgba(22,163,74,.15)}
body.theme-cigkofte .section-title{font-family:'DM Sans',sans-serif;color:#14532d;font-size:18px;font-weight:700}
body.theme-cigkofte .section-count{color:#6b7280;font-size:12px}
body.theme-cigkofte .deco-blob:nth-child(1){background:radial-gradient(circle,rgba(22,163,74,.04),transparent);animation:t-float 7s ease-in-out infinite}
body.theme-cigkofte .deco-blob:nth-child(2){background:radial-gradient(circle,rgba(220,38,38,.03),transparent);animation:t-float 9s ease-in-out infinite 1s}

/* ==========================================================
   PAYLAŞILAN İYİLEŞTİRMELER (tüm temalar)
   ========================================================== */
body[class*="theme-"] .product-card{will-change:transform}
body[class*="theme-"] .product-image{overflow:hidden}
body[class*="theme-"] .btn-add{transition:all .3s cubic-bezier(.34,1.56,.64,1)}
body[class*="theme-"] .btn-add:active{transform:scale(.85)!important}
body[class*="theme-"] .category-tab{transition:all .3s cubic-bezier(.34,1.56,.64,1)}
body[class*="theme-"] .categories-scroll{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}
body[class*="theme-"] .categories-scroll::-webkit-scrollbar{display:none}
body[class*="theme-"] .product-bottom{display:flex;align-items:center;justify-content:space-between}
body[class*="theme-"] .product-card:nth-child(1){animation-delay:0s}
body[class*="theme-"] .product-card:nth-child(2){animation-delay:.04s}
body[class*="theme-"] .product-card:nth-child(3){animation-delay:.08s}
body[class*="theme-"] .product-card:nth-child(4){animation-delay:.12s}
body[class*="theme-"] .product-card:nth-child(5){animation-delay:.16s}
body[class*="theme-"] .product-card:nth-child(6){animation-delay:.2s}
body[class*="theme-"] .product-card:nth-child(7){animation-delay:.24s}
body[class*="theme-"] .product-card:nth-child(8){animation-delay:.28s}

/* ===== KOYU TEMALAR: modal, cart, form uyumu ===== */
body.theme-grill .modal-content,body.theme-burger .modal-content{background:var(--bg-card);color:var(--text)}
body.theme-grill .modal-content *,body.theme-burger .modal-content *{color:var(--text)}
body.theme-grill .modal-price,body.theme-burger .modal-price{color:var(--primary)!important}
body.theme-grill .portion-btn,body.theme-burger .portion-btn{background:var(--bg);border-color:var(--border);color:var(--text)}
body.theme-grill .portion-btn.active,body.theme-burger .portion-btn.active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}
body.theme-grill .extra-option,body.theme-burger .extra-option{background:var(--bg);border-color:var(--border);color:var(--text)}
body.theme-grill .cart-header,body.theme-burger .cart-header{color:var(--text);border-color:var(--border)}
body.theme-grill .cart-item,body.theme-burger .cart-item{border-color:var(--border)}
body.theme-grill .cart-item-name,body.theme-burger .cart-item-name{color:var(--text)}
body.theme-grill .cart-item-price,body.theme-burger .cart-item-price{color:var(--text-secondary)}
body.theme-grill .cart-summary,body.theme-burger .cart-summary{color:var(--text);border-color:var(--border)}
body.theme-grill .btn-primary,body.theme-burger .btn-primary{background:var(--gradient)!important}
body.theme-grill .modal-note,body.theme-burger .modal-note{background:var(--bg);color:var(--text);border-color:var(--border)}
body.theme-grill .qty-btn,body.theme-burger .qty-btn{color:var(--text);border-color:var(--border)}
body.theme-grill .allergen-detail-item,body.theme-burger .allergen-detail-item{background:var(--bg);border-color:var(--border)}
body.theme-grill .placeholder-icon,body.theme-burger .placeholder-icon{background:var(--bg)!important;color:var(--text-muted)}
body.theme-grill .cart-overlay,body.theme-burger .cart-overlay{background:rgba(0,0,0,.7)}
body.theme-grill .ad-name,body.theme-burger .ad-name{color:var(--text)}
body.theme-grill .ad-desc,body.theme-burger .ad-desc{color:var(--text-secondary)}
