h3 { color: var(--restaurant); }
.heading { background-image: url(../img/second/shop/shop.jpg); }
table {
	thead th { background-color: var(--restaurant); }
	th { color: var(--restaurant); }
}
main table {
	th { width: 60%; }
}
table + p, img + p { margin-top: .5em; }
main .inner img { border-radius: 1.25rem; }
.gallery {
	margin-top: 1.5em;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
	.splide__slide { width: 60vw; }
}
section:first-of-type {
	img + p, .photo_card p + p { font-weight: 600; }
	.photo_card p + p {
		padding: 1.25em;
		text-align: center;
	}
}
#Restaurant ul.photo_card {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 1.5em;
	@media screen and (min-width: 768px) {
		grid-template-columns: repeat(4, 1fr);
	}
	li, li:last-child { margin-bottom: 1.5em; }
}
#craftShop a.btn {
	background-color: var(--restaurant);
	margin: 10px 0 0 auto;
}