.woocommerce-page .site-main {
	padding: 1rem !important;
	max-width: 1160px;
	margin: auto
}

.woocommerce-page .featured-banner {
	display: none;
}

.woocommerce-product-gallery__image a {
	cursor:default !important;
	pointer-events: none !important;
}

.woocommerce table.shop_attributes td {
	padding: 0 1rem !important;
	font-style: normal !important;
}

.woocommerce-page .entry-meta {
	display: flex;
	justify-content: space-around;
	gap: 18px;
	flex-wrap: wrap;
	max-width:600px;
	margin: auto;
}

.cart-contents img {
	width:28px;
}