.content-wrapper--home > .pages-slider-overlay {
	display: none;
}

/* HP Section */
.hp-section {
	min-height: 300px;
	padding: 50px 0;
	background: var(--color-background);
}
.hp-section h2 {
	display: inline-block;
	padding-bottom: 5px;
	color: var(--color-primary);
}

.hp-section-pink {
	background: hsl(0, 35%, 95%);
}

.hp-section-purple {
	background: var(--color-primary);
}
.hp-section-heading-light {
	display: block !important;
	margin: 25px 0;
	text-align: center !important;
	color: var(--color-background) !important;
}
.hp-background {
	position: relative;
	height: 900px;
	overflow: hidden;
}
.hp-background-content {
	display: flex;
	position: absolute;
	top: 0;
	justify-content: center;
	align-items: center;
	flex-wrap: none;
	width: 100%;
	height: 900px;
	z-index: 9;
}
.hp-h1-container {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: none;
	flex-direction: column;
	gap: 10px;
	padding: 25px;
	max-width: 800px;
	opacity: 90%;
	text-align: center;
	background: var(--color-background);
	border-radius: var(--border-radius-normal);
}
.hp-background h1 {
	padding: 20px 0;
	color: var(--color-primary);
	font-size: 32px;
	text-align: left;
}

/* Product slider */
.hp-section-categories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	gap: 20px;
	width: 100%;
}
.hp-section-category-info-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 40%;
	height: 500px;
}

.hp-section-slider-product-container {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: no-wrap;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 560px;
	padding: 0 20px;
	border-radius: var(--border-radius-normal);
	text-align: center;
}
.hp-section-slider-product-name {
	height: 75px;
	font-size: 24px;
	color: var(--color-primary);
}
.hp-section-slider-product-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 70px;
	font-size: 17px;
}
.hp-section-slider-product-image {
	width: 70%;
	max-width: 500px;
	min-width: 250px;
}
.hp-section-slider-product-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--border-radius-normal);
	box-shadow: 
		0 4px 15px rgba(0, 0, 0, 0.08),
		0 2px 4px rgba(0, 0, 0, 0.06);
}
.hp-section-slider-product-price {
	height: 35px;
	font-size: 24px;
}
.hp-section-slider-product-container .default-button {
	margin: 0 0 20px 0;
}

/*HP Section local pastry shop*/
.hp-section-local-pastry-shop {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	gap: 50px;
}
.hp-section-local-pastry-shop-image {
	flex: 1;
}
.hp-section-local-pastry-shop-image img {
	display: block;
	width: 100%;
	height: auto;
}
.hp-section-local-pastry-shop-info {
	/* width: 50%; */
	flex: 1;
}
.hp-section-local-pastry-shop-info > div {
	padding: 20px;
	max-width: 700px;
}
.hp-section-local-pastry-shop .default-button {
	margin: 20px 0;
}
.hp-section-gallery {
	padding: 0 15px;
}


/* Media queries */
@media (max-width: 1200px) {
	.hp-h1-container {
		width: 80%;
	}
	.hp-section-local-pastry-shop {
		flex-direction: column;
		gap: 0px;
	}
	.hp-section-local-pastry-shop-image {
		width: 100%;
	}
	.hp-section-local-pastry-shop-info {
		text-align: center;
	}
	.hp-section-local-pastry-shop-info .default-button {
		margin: 20px auto;
	}
	.hp-section-gallery,
	.hp-section-contact {
		padding: 0 10px;
		overflow: hidden;
	}
	.hp-section-contact .col-md-6 {
		/* padding: 0; */
	}
	.hp-section-slider-product-description {
		height: 100px;
	}
}
@media (max-width: 760px) {
	.hp-background,
	.hp-background-content {
		height: 800px;
	}
	.hp-h1-container {
		width: 90%;
		padding: 15px;
	}
	.hp-h1-container h1 {
		text-align: center;
		font-size: 24px;
	}
	.hp-section {
		padding: 10px 0;
	}
	.slider-wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.owl-nav a.owl-prev {
		left: -35px;
	}
	.owl-nav a.owl-next {
		right: -35px;
	}
	.hp-section-slider-product-image {
	}
	.hp-section-categories-cake {
		flex-direction: column-reverse;
	}
	.hp-section-category-info-container {
		width: 100%;
		text-align: center;
		height: auto;
	}
}
