#page-content.page-home {
	padding-bottom: 0.5rem;
}

#page-content header {
	gap: 1.5rem;
}

.slide-img-container {
	height: 570px;
}

.slide-content {
	justify-content: center;
	gap: 3rem;
	max-width: 365px;
}

.slide-content-container
{
	box-sizing: border-box;
}

.slide-content-container .title
{
	gap: 17px;
}

.slide-content-container .title h1 {
	display: block;
	font-family: 'Helvetica Neue', 'sans-serif';
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 3.5rem;
	margin: 0;
	margin-top: 10px;
}

#slide-logo {
	width: 80px;
	height: auto;
}

#slide-intro {
	padding: 1rem 0.4rem;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	max-width: 500px;
}

#slide-intro a {
	display: inline-block;
	min-width: 140px;
	border: 2px solid #fff;
	border-radius: 0.1rem;
	color: #fff;
	outline: none;
	padding: 13px 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	transition: 0.3s;
	max-width: max-content;
	line-height: normal;
	position: relative;
	margin: auto;
}

@media (min-width:360px)
{
	.slide-content-container .title
	{
		gap: 25px;
	}
}

@media (min-width: 768px) {
	.slide-content-container {
		justify-content: flex-start;
	}

	.slide-content {
		max-width: 400px;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.slide-content-container {
		padding-left: 4rem;
	}

	.slide-content {
		max-width: 450px;
	}

	#slide-logo {
		width: 100px;
	}

	#slide-intro {
		align-items: flex-start;
		gap: 2rem;
	}

	#slide-intro p {
		text-align: left;
	}

	#slide-intro a {
		margin-left: 0;
	}

	#slide-intro p,
	#slide-intro a {
		font-size: 1.3rem;
	}
}

@media (min-width:991px)
{
	.slide-content-container
	{
		display: block;
		align-content: center;
		max-width: 1200px;
		padding-left: 0;
		margin: auto;
		justify-self: anchor-center;
	}
}

@media (min-width:1000px) {
	.slide-content {
		max-width: 550px;
	}
}

@media (min-width:1200px) {
	#slide-intro a:hover {
		background-color: #fff;
		color: var(--risalto-red-light);
	}

	.slide-img-container {
		height: 600px;
	}
}

@media (min-width:1400px) {
	.slide-img-container {
		height: 800px;
	}
}

/* CATEGORIES */
.shop-categories {
	width: 100%;
	text-align: center;
	padding: 3rem 0;
}

.shop-categories h2 {
	font-size: 2rem;
	color: var(--risalto-red-light);
}

.category-description br
{
	display: none;
}

/* PARALLAX */
.parallax-container {
	background-color: #000;
	height: 450px;
	max-height: 100vh;
	position: relative;
	line-height: 1.3;
	text-align: center;
}

.parallax-bck {
	background-image: url("/img/parallax.jpg");
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* TODO(matteo): Fallback for Safari iOS */
@supports (-webkit-touch-callout: none) {
	.parallax-bck {
		transform: translateZ(0);
	}
}

.parallax-content {
	position: absolute;
	top: 0;
	color: #fff;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	box-sizing: border-box;
}

.parallax-content h3 {
	font-size: 3rem;
	margin: unset;
}

.parallax-content span {
	border: 3px solid #fff;
	padding: 0 0.5rem;
	border-radius: 0.1rem;
	display: block;
	box-sizing: border-box;
	width: fit-content;
	margin: auto;
	font-size: 3.5rem;
}

@media (min-width:380px) {
	.parallax-content span {
		display: inline-block;
	}
}

@media (min-width:991px)
{
	.category-description br
	{
		display: block;
	}
}
