.home #pxMainContent.page-bg {
	background-image: none !important;
}


.container.-wide {
	max-width: 1380px;
}
/* Hero */
.sirona-home-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

	&:after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 254px;
		background: url(sirona-home-header-watercolor-desktop@2x.png) no-repeat center center;
		background-size: cover;
		z-index: 1;
	}

	.container {
		box-sizing: border-box;
		min-height: 797px;
		display: flex;
		justify-content: flex-end;
		padding: 220px 0 0;
	}

	.sirona-home-hero__title {
		text-align: center;
		font-size: 60px;
		color: #F4F4F4;
		font-family: 'Cormorant Garamond', serif;
		font-weight: 700;
		line-height: 1;
	}
}

/* Intro */
.sirona-home-intro {
	position: relative;
	z-index: 2;
	top: -20px;
	text-align: center;
	margin-bottom: 110px;

	.sirona-home-intro__title {
		font-size: 34px;
		color: #000;
		font-family: 'Cormorant Garamond', serif;
		font-weight: 600;
		line-height: 1;
	}
}

/* Dealer Locator */
.sirona-home-dealer-locator {
	margin-bottom: 110px;
	text-align: center;

	.sirona-home-dealer-locator__content {
		max-width: 780px;
		margin: 0 auto;
	}
}

/* Self Care */
.sirona-home-self-care {
	text-align: center;
	margin-bottom: 70px;

	.sirona-home-self-care__content {
		max-width: 610px;
		margin: 0 auto;
	}

	.sirona-body-text {
		max-width: 514px;
		margin: 0 auto 60px;
	}

	.sirona-home-self-care__products {
		display: flex;
		justify-content: space-between;
		gap: 35px;

		h3 {
			margin-bottom: 10px;
		}

		.sirona-home-self-care__product:last-child {
			margin-top: 75px;
		}

		.sirona-home-self-care__product-content {
			max-width: 400px;
			margin: 0 auto;
		}
	}
}


/* Categories */
.sirona-home-categories {
	text-align: center;
	margin-bottom: 100px;


	.sirona-home-categories__content {
		max-width: 600px;
		margin: 0 auto 60px;
	}

	.sirona-home-categories__products {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.sirona-home-categories__product {
		display: flex;
		justify-content: flex-end;
		align-items: center;

		flex-direction: column;

		img {
			transition: transform 0.3s ease;
			transform: scale(0.8);
		}

		&:hover {
			img {
				transform: scale(1);
			}

			.button-hover-text {
				opacity: 1;
			}

			.button-default-text {
				opacity: 0;
			}
		}
	}


	.sirona-home-categories__product-button-container {
		height: 115px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.sirona-home-categories__product-button {
		font-family: Raleway, sans-serif;
		min-width: 200px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 15px 20px 12px;
		border-radius: 23px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1;
		font-weight: 700;
		letter-spacing: 0.48px;
		text-decoration: none;
		position: relative;


		span:not(.placeholder-text) {
			transition: all 0.3s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 1;

		}

		span.placeholder-text {
			opacity: 0;
		}

		.button-hover-text {
			opacity: 0;
		}


	}
}


/* Banner */
#sirona-home-spa-resource-banner {
	text-align: left;

	.desktop-only {
		display: block !important;
	}



	p {
		text-align: left;
	}

	h1 {
		text-align: left;
	}
}


@media (min-width: 768px) {
	#sirona-home-spa-resource-banner .text {
		max-width: 480px;
	}
}

@media (max-width: 768px) {
	#sirona-home-spa-resource-banner {
		height: auto;
		text-align: center;

		h1 {
			font-size: 36px !important;
		}

		h1,
		p {
			text-align: center;
		}

		.text a:last-child {
			margin-top: 0;
			margin-bottom: 0;
		}

		.text {
			max-width: 100%;
			margin-left: 0;
		}
	}
}

/* Utilities */
.sirona-home-container {
	position: relative;

	>section {
		z-index: 3;
		position: relative;
	}
}

.sirona-home-container__graphic {
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.sirona-home-container__graphic.-coral {
	background-image: url(sirona-home-watercolor-corral@2x.jpg);
	top: 60px;
	width: 420px;
	height: 1000px;
	right: 0;
	z-index: 0;
}

.sirona-home-container__graphic.-green {
	background-image: url(sirona-home-watercolor-green@2x.png);
	top: 900px;
	width: 429px;
	height: 1044px;
	left: 0;
	z-index: 0;
}


.home .pxblock--featured-products,
.home .pxblock--banner {
	display: none;
}

.container.-wider,
#sirona-home-spa-resource-banner .container {
	max-width: 1222px;
}

.home .pxblock--home-banner {
	display: flex;
}

.sirona-secondary-heading {
	font-size: 45px;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	line-height: 1;
}

.sirona-secondary-heading,
#sirona-home-spa-resource-banner h1 {
	font-size: 45px;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	line-height: 1.1;
}

.sirona-teritary-heading {
	font-size: 34px;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	line-height: 1;
}

.sirona-body-text p,
.sirona-body-text ul,
.sirona-body-text ol {
	font-size: 19px;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	line-height: 22px;
}

/* Product Spotlight Carousel */
.sirona-home-product-spotlight {
	text-align: left;
	margin-bottom: 0;

	.sirona-home-product-spotlight__product {
		max-width: 90%;
		justify-content: center;
	}

	.sirona-home-product-spotlight__title {
		font-size: 20px;
		color: #000;
		font-family: Raleway, sans-serif;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.sirona-home-product-spotlight__carousel {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.sirona-home-product-spotlight__products {
		display: flex;
		width: 100%;
		transition: transform 0.5s ease;
		will-change: transform;
	}

	.sirona-home-product-spotlight__product {
		min-width: 100%;
		width: 100%;
		flex-shrink: 0;
		padding: 0 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.sirona-home-product-spotlight__product a {
		color: #8A6B28;
		text-decoration: underline;
		font-weight: 500;
		font-family: Raleway, sans-serif;
	}


	.sirona-home-product-spotlight__arrow {
		position: absolute;
		top: 50%;
		border: none;
		background: none;
		border-radius: 50%;
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10;
		transition: all 0.3s ease;
		color: #D4B269;
		transform: translateY(-50%);
	}





	.sirona-home-product-spotlight__arrow--prev {
		left: 20px;
	}

	.sirona-home-product-spotlight__arrow--next {
		right: 20px;
	}

	.sirona-home-product-spotlight__bullets {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
		padding: 0 20px;
	}

	.sirona-home-product-spotlight__bullet {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #000;
		border: none;
		cursor: pointer;
		padding: 0;
		transition: all 0.3s ease;
		outline: none;

		&:hover {
			background: #D4B269;
		}

		&.active {
			background: #D4B269;

		}
	}
}

@media (max-width: 1000px) {
	.sirona-home-categories {
		.sirona-home-categories__products {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

@media (max-width: 600px) {
	.container.-wider {
		padding-left: 20px;
		padding-right: 20px;
	}


	.sirona-home-hero {
		padding-left: 40px;
		padding-right: 40px;

		&:after {
			background-image: url(sirona-home-header-watercolor-mobile@2x.png);
			height: 112px;
			bottom: -50px;
		}

		.container {
			min-height: 600px;
			padding-top: 95px;
		}


		.sirona-home-hero__title {
			font-size: 41px;
			line-height: 49px;

			br {
				display: none;
			}

		}
	}

	.sirona-home-intro {
		top: 0;

		.sirona-home-intro__title {
			font-size: 30px;



		}
	}

	.sirona-home-categories {
		margin-bottom: 50px;

		.sirona-home-categories__products {
			grid-template-columns: repeat(1, 1fr);

			.sirona-home-categories__product img {
				max-height: 200px;
			}
		}
	}

	.sirona-home-self-care {
		.sirona-home-self-care__products {
			flex-direction: column;

			.sirona-home-self-care__product:last-child {
				margin-top: 0;
			}
		}
	}

	.sirona-home-product-spotlight {
		margin-bottom: 50px;

		.sirona-home-product-spotlight__title {
			margin-bottom: 10px;
		}

		.sirona-home-product-spotlight__product {
			flex-direction: column;
			text-align: center;
			padding: 0;
		}

		.sirona-home-product-spotlight__arrow {
			transform: none;
			top: 100px;
		}

		.sirona-home-product-spotlight__arrow--prev {
			left: 0;
		}

		.sirona-home-product-spotlight__arrow--next {
			right: 0;
		}
	}


	.sirona-teritary-heading {
		font-size: 34px;
	}

	.sirona-teritary-heading.-small-mobile {
		font-size: 28px;
	}

	.sirona-secondary-heading {
		font-size: 36px;
	}
}

/* Instagram */
.sb_instagram_header {
	display: none !important;
}