:root { --accent:#0d6efd; }

body{font-family:"Roboto",sans-serif;background:#f8f9fa;}

.navbar-brand{font-weight:700;}

.category-card,
.product-card      {transition:transform .2s,cursor .2s;}
.category-card:hover,
.product-card:hover{transform:scale(1.05);}

.product-card img  {height:180px;object-fit:cover;}

.btn-primary       {background:var(--accent);border:none;}


.col-md-3 > .product-card > .card-body > a {
    text-decoration: none !important;
}