

.products-grid {
	height: 600px;
}

@media (max-width:1199px) {
	.products-grid {
		height: 500px;
	}
}

@media (max-width:999px) {
	.products-grid {
		height: 450px;
	}
}

@media (max-width:899px) {
	.products-grid {
		height: auto;
	}
}

.products-grid-col {
	padding: 20px;
}

@media (max-width:899px) {
	.products-grid-col {
		padding: 20px 1em;
	}
}

.products-grid-col:first-child {
	padding-left: 1em;
}

.products-grid-col:last-child {
	padding-right: 1em;
}

.products-grid--item {
	display: flex;
	width: 100%;
	height: 100%;
	height: calc(100% + 40px);
	align-items: flex-end;
	overflow: hidden;
	position: relative;
	z-index: 9;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
	word-break: break-all;
}

@media (max-width:899px) {
	.products-grid--item {
		height: auto;
		min-height: 250px;
	}
}

.products-grid--item::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 101%;
	height: 101%;
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	box-shadow: inset 0px -120px 80px -80px rgba(0, 0, 0, 0.85);
	transform: scale(1.0);
}

@media (max-width:1199px) {
	.products-grid--item::before {
		box-shadow: inset 0px -100px 60px -60px rgba(0, 0, 0, 0.85);
	}
}

.products-grid--item-1::before {
	background-image: url('../../img/imaginox-zakazkova-kovovyroba.jpg');
}

.products-grid--item-2::before {
	background-image: url('../../img/projekce.jpg');
}

.products-grid--item-3::before {
	background-image: url('../../img/lakovani_pistol.jpg');
}

.products-grid--item-4::before {
	background-image: url('../../img/zpracovanie-plechu.jpg');
}

.products-grid--item-5::before {
	background-image: url('../../img/ostatni-sluzby.jpg');
}

.products-grid--item:not(.disabled):hover::before {
	transform: scale(1.1);
}

.products-grid--item::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 8;
}

.disabled::after {
	background-color: rgba(255, 255, 255, 0.85);
}

.img-max-width {
	max-width: 390px;
	width: 100%
}

.products-grid--item-half {
	 	height: 50%;
}

@media (max-width:899px) {
	.products-grid--item-half {
		height: auto;
	}
}

.products-grid--item-half:first-child {
	margin-bottom: 40px;
}

.products-grid--item--centered {
	align-items: center;
	justify-content: center;
}

.products-grid--item--centered::before {
	box-shadow: none;
}

.products-grid--title {
	color: #fff;
	margin: 22px;
	position: relative;
	z-index: 9;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	word-break: normal;
	text-align: center;
}

.page.home .products-grid--title {
	text-align: left;
}

.products-grid--item-about-company .products-grid--title,
.products-grid--item-about-production-processes .products-grid--title {
	font-size: 40px;
}

@media (max-width:1199px) {
	.products-grid--item-about-company .products-grid--title,
	.products-grid--item-about-production-processes .products-grid--title {
		font-size: 29px;
	}
}

@media (max-width:899px) {
	.products-grid--item-about-company .products-grid--title,
	.products-grid--item-about-production-processes .products-grid--title {
		font-size: 33px;
		margin: 16px;
	}
}

.products-grid--item-half .products-grid--title {
	font-size: 28px;
}

@media (max-width:899px) {
	.products-grid--item .products-grid--title,
	.products-grid--item-half .products-grid--title {
		font-size: 33px;
	}
}

.products-grid-centered {
	height: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width:1399px) {
	.products-grid-centered {
		height: 325px;
	}
}

@media (max-width:1199px) {
	.products-grid-centered {
		height: 265px;
	}
}

@media (max-width:899px) {
	.products-grid-centered {
		height: auto;
		margin: 0;
	}
}

@media (max-width:899px) {
	.products-grid-centered:first-of-type {
		margin-top: 40px;
	}
}

.products-grid-centered--3 {
	height: 265px;
}

@media (max-width:899px) {
	.products-grid-centered--3 {
		height: auto;
	}
}

/* Skimmer */

.section--skimmer-inset-slider {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 60px;
}

.section--skimmer-inset-slider::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 55px;
	background: #efefef;
	top: auto;
	top: 0;
	z-index: 1;
}

.section--skimmer-inset-slider-inner {
	height: 100%;
	min-height: 710px;
}

.section--skimmer-inset-slider-img-col {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 99;
}

.section--skimmer-inset-slider-img-col-image {
	position: absolute;
	width: 50vw;
	height: 710px;
	top: 0;
	right: 0;
	max-width: 1440px;
	object-position: 75% 100%;
	object-fit: cover;
}

@media (max-width:899px) {
	.section--skimmer-inset-slider-img-col-image {
		position: relative;
		width: 100%;
		height: 260px;
		object-position: 50% 50%;
	}
}

.section--skimmer-inset-slider-text-col {
	padding: 140px 50px 0 105px;
}

@media (max-width:899px) {
	.section--skimmer-inset-slider-text-col {
		padding: 35px 1em;
	}
}

/* Skimmer Standardised */

.section--skimmer-standardised-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 660px;
}

@media (max-width:899px) {
	.section--skimmer-standardised-inset-image {
		min-height: 0;
	}
}

.section--skimmer-standardised-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/skimmer-pools/standardised/imaginox-standardised-skimmer-pool-2.jpg');
	background-position: 85% 75%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--skimmer-standardised-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--skimmer-standardised-inset-image-text-col {
	padding: 65px 60px 95px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--skimmer-standardised-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--skimmer-standardised-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Skimmer Individual */

.section--skimmer-individual-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 720px;
}

@media (max-width:899px) {
	.section--skimmer-individual-inset-image {
		min-height: 0;
	}
}

.section--skimmer-individual-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/skimmer-pools/individual/imaginox-individual-skimmer-pool-2.jpg');
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--skimmer-individual-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--skimmer-individual-inset-image-text-col {
	padding: 65px 60px 95px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--skimmer-individual-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--skimmer-individual-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Overflow Standardised */

.section--overflow-standardised-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 720px;
}

@media (max-width:899px) {
	.section--overflow-standardised-inset-image {
		min-height: 0;
	}
}

.section--overflow-standardised-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/overflow-pools/standardised/imaginox-standardised-overflow-pool-2.jpg');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--overflow-standardised-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--overflow-standardised-inset-image-text-col {
	padding: 65px 60px 95px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--overflow-standardised-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--overflow-standardised-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Overflow Individual */

.section--overflow-individual-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 720px;
}

@media (max-width:899px) {
	.section--overflow-individual-inset-image {
		min-height: 0;
	}
}

.section--overflow-individual-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/overflow-pools/individual/imaginox-individual-overflow-pool-2.jpg');
	background-position: 65% 65%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--overflow-individual-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--overflow-individual-inset-image-text-col {
	padding: 65px 60px 95px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--overflow-individual-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--overflow-individual-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Accessories */

.section--page-accessories {
	padding-top: 100px;
	padding-bottom: 60px;
}

@media (max-width:899px) {
	.section--page-accessories {
		padding-top: 45px;
		padding-bottom: 55px;
	}
}

@media (max-width: 899px) {
	.section--page-accessories .heading--no-margin {
		margin-bottom: 25px;
	}
}

.products-accessories--row {
	margin-bottom: -45px;
}

@media (max-width: 899px) {
	.products-accessories--row {
		margin-bottom: -25px;
	}
}


.products-accessories--row > div {
	margin-bottom: 45px;
}

@media (max-width: 899px) {
	.products-accessories--row > div {
		margin-bottom: 25px;
	}
}

.products-accessories--image-stairs {
	width: 100%;
	max-width: 190px;
	height: 320px;
	object-position: 50% 100%;
	object-fit: contain;
	margin-bottom: 20px;
}

@media (max-width: 1599px) {
	.products-accessories--image-stairs {
		max-width: 170px;
		height: 260px;
	}
}

@media (max-width: 1199px) {
	.products-accessories--image-stairs {
		max-width: 160px;
		height: 240px;
		margin-bottom: 10px;
	}
}

@media (max-width: 899px) {
	.products-accessories--image-stairs {
		max-width: 150px;
		height: 200px;
	}
}

.products-accessories--image-stainless-steel-finishes {
	margin-bottom: 20px;
}

.products-accessories--image-pool-covers {
	width: 100%;
	height: 400px;
	object-position: 50% 50%;
	object-fit: cover;
	margin-bottom: 20px;
}

/* Whirlpools */

.specs-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Whirlpool Standardised */

.section--whirlpool-standardised-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 850px;
}

@media (max-width:899px) {
	.section--whirlpool-standardised-inset-image {
		min-height: 0;
	}
}

.section--whirlpool-standardised-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/whirlpools/standardised/imaginox-standardised-whirlpool-2.jpg');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--whirlpool-standardised-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--whirlpool-standardised-inset-image-text-col {
	padding: 65px 60px 65px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--whirlpool-standardised-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--whirlpool-standardised-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Whirlpool Individual */

.section--whirlpool-individual-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 850px;
}

@media (max-width:899px) {
	.section--whirlpool-individual-inset-image {
		min-height: 0;
	}
}

.section--whirlpool-individual-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/whirlpools/individual/imaginox-individual-whirlpool-2.jpg');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--whirlpool-individual-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--whirlpool-individual-inset-image-text-col {
	padding: 65px 60px 65px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--whirlpool-individual-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--whirlpool-individual-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}

/* Wellness */

.section--wellness-inset-image {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 660px;
}

@media (max-width:899px) {
	.section--wellness-inset-image {
		min-height: 0;
	}
}

.section--wellness-inset-image::after {
	position: absolute;
	content: '';
	display: block;
	right: 35vw;
	top: 0;
	width: 65vw;
	height: 100%;
	max-width: 2500px;
	background-image: url('../../img/products/wellness/imaginox-wellness-2.jpg');
	background-position: 35% 75%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

@media (max-width:899px) {
	.section--wellness-inset-image::after {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
}

.section--wellness-inset-image-inset-image-text-col {
	padding: 65px 60px 95px 95px;
	background: #efefef;
	position: relative;
	z-index: 1;
}

@media (max-width:1199px) {
	.section--wellness-inset-image-inset-image-text-col {
		padding: 45px 35px 50px 75px;
	}
}

@media (max-width:899px) {
	.section--wellness-inset-image-inset-image-text-col {
		padding: 3em 10px;
		background: none;
	}
}
