/* Responsive styles for screens 600px and below */
@media (max-width: 37.5rem) {
	body {
		padding: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.container {
		flex-direction: column;
		width: 100%;
		max-width: 350px;
		border-radius: 8px;
	}

	.left-side {
		width: 100%;
		height: 240px;
		background-image: url(../images/image-product-mobile.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.right-side {
		width: 100%;
		padding: 2.5rem;
		box-sizing: border-box;
	}

	.old-price::after {
		top: 12px;
		right: 100px;
		font-size: 1.2rem;
	}

	h1 {
		font-size: 2.8rem;
	}

	.new-product-price {
		font-size: 2.8rem;
	}
}
