/*item image css*/
/*GLOBAL*/
body { margin:0; text-align:center; }

/*NAVBAR*/
.navbar {
	padding:1rem 2rem; 
	}
	
	.navbar a {
		font-size:18px; 
		}
.phone-link { 
	color:white; 
	text-decoration:none; 
	}

/*IMAGE GRID*/
.image-grid { 
	display:flex; 
	flex-wrap:wrap; 
	justify-content:center; 
	gap:2rem; 
	padding:2rem; 
	}
	
.image-card { 
	max-width:320px; 
	}
	
	.image-card img { 
		width:300px; 
		height:auto; 
		border-radius:10px; 
		}
	





	
/*INFO BUTTON*/
.info-btn { 
	background:rgba(0,0,0,0.5); 
	color:white; 
	width:24px; 
	height:24px;  
	}

.info-icon { 
	font-weight:bold; 
	}
	

/*DETAILS (heading + price)*/	
.image-details { 
	}

.heading { 
	}

.price { 
	}
	
	