/* Minimal custom styles */
body { background: #f8fafc; }
.navbar-brand { font-weight: 700; letter-spacing: .2px; }
.card { border: none; box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 1px 1px rgba(16,24,40,.06); transition: transform .15s ease, box-shadow .15s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,24,40,.08), 0 4px 12px rgba(16,24,40,.06); }
.card img { object-fit: cover; height: 180px; }
.btn-primary { box-shadow: 0 1px 1px rgba(16,24,40,.06); }
.btn-primary:hover { box-shadow: 0 4px 10px rgba(16,24,40,.12); }
.navbar { backdrop-filter: saturate(180%) blur(6px); }

/* Homepage category slider */
.category-slider::-webkit-scrollbar { height: 8px; }
.category-slider::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.08); border-radius: 6px; }
.category-circle img { transition: transform .2s ease; }
.category-circle:hover img { transform: scale(1.06); }
.category-circle { transition: box-shadow .15s ease, transform .15s ease; }
.category-circle:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(16,24,40,0.06); }

/* Mobile-first homepage styles */
.hero-card { background: linear-gradient(90deg,#fff,#f8fbff); border: none; }
.product-card .card { border: none; }
.product-card img { width:100%; height:120px; object-fit:cover; }
.category-slider { -webkit-overflow-scrolling: touch; }
.product-card .card-body { padding: 8px; }

@media (min-width: 768px) {
	.hero-card { padding: 18px; }
}
