/* Base layout */
body {padding-top:70px}
.product-card {overflow:hidden}
.product-card img{height:220px;object-fit:cover;width:100%;display:block}
.product-card .card-body {padding:16px}
.site-footer{background:#f8f9fa;padding:24px 0;margin-top:48px}
.cart-summary td{vertical-align:middle}
.small-note{font-size:13px;color:#666}

/* Responsive tweaks */
.table-responsive {overflow-x:auto}

@media (max-width: 767.98px) {
	body {padding-top:60px}
	.product-card img{height:160px}
	.product-card .card-body {padding:12px}
	.small-note{font-size:12px}
	.navbar .btn {padding: .35rem .5rem; font-size:14px}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.product-card img{height:200px}
}

/* Ensure product images don't overflow */
.product-card img, .card-img-top {display:block;max-width:100%;}
img.img-fluid {display:block;max-width:100%;height:auto}

