/* Mağaza teması — sadece /magaza/ sayfalarında yüklenir */
:root {
  --shop-primary: #2563eb;
  --shop-secondary: #1e3a5f;
  --shop-btn: #2563eb;
  --shop-bg: #ffffff;
  --shop-cols: 3;
}
/* Arka plan, navbar ve footer: sadece /magaza/ sayfalarında */
.pub-main { background-color: #ffffff; }
.shop-nav { background-color: #1e293b !important; box-shadow: 0 1px 0 rgba(255,255,255,.08),0 4px 16px rgba(0,0,0,.25) !important; }
.shop-nav-logo { height: 36px !important; }
.shop-nav-brand, .shop-nav-brand:hover, .shop-nav-brand-text { color: #ffffff !important; }
.shop-nav-link { color: #ffffffcc !important; }
.shop-nav-link:hover { color: #ffffff !important; background: rgba(255,255,255,.1) !important; }
.shop-nav-toggle-bar { background: #ffffff !important; }
.shop-footer { background-color: #1e293b; color: #f8fafc; }
.shop-footer a { color: #f8fafc; opacity: .8; }
.shop-footer a:hover { opacity: 1; }
.shop-footer .shop-footer-divider { border-color: #f8fafc44; }
.pub-shop-hero { background: linear-gradient(135deg, #1e3a5f, #2563eb); }
.btn-contact { background: #2563eb; }
.btn-contact:hover { filter: brightness(0.9); }
.pub-product-card { background: #fff; }
.pub-product-card:hover { box-shadow: 0 8px 24px #2563eb33; }
.shop-cat-pill.active { background: #2563eb; color: #fff; border-color: #2563eb; }
.wa-btn { background: #2563eb; }
.pub-product-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media(max-width:768px) { .pub-product-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px) { .pub-product-grid { grid-template-columns: 1fr; } }