:root {
	--recLabelWidth: 300px;
	--recLabelHeight: 105px;
	--recLabelMargin: 14px;
}

@font-face {
	font-family: Technology;
	src: url(../Assets/fonts/DS-DIGIB.TTF);
}

#page-container {
	margin-top: 15px;
    margin-bottom: 50px;
	max-width: 1700px;
	min-width: 1125px;
}
#salebanner {
    display: flex;
    width: 100%;
    height: 500px;
    position: relative;
}
#banners-showcase {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	height: auto;
}
#banners-showcase h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 40px;
	font-weight: bolder;
	width: 100%;
	height: 60px;
	align-content: left;
	text-align: left;
	margin-top: 15px;
	margin-left: 1.25em;
	margin-bottom: 0px;
}
#banners-showcase hr {
	margin-top: -5px;
	margin-bottom: 15px;
	width: 100%;
}
#sh-promo-1 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
#sh-promo-2 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
#sh-promo-3 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
.promo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promo-filler-mask {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(3,3,55,0.47942927170868344) 61%, rgba(0,0,0,0.9500175070028011) 78%, rgba(0,0,0,1) 100%);
	align-items: end;
}
.promo-selection-mask {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	transition: 200ms;
}
.promo-selection-mask:hover {
	background: rgba(255,255,255,.2);
}
.pfm-description {
	width: 100%;
	height: auto;
	color: rgb(225, 225, 225);
	padding: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Container Section */
#containers-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* Showroom Section */
.showroom {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: auto;
	align-items: center;
}
.showroom span {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}
.showroom h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: rgb(0, 113, 197);
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: bold;
}
.showroom h1 a {
	color: inherit;
	text-decoration: none;
}
#liqui-products-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 420px;
}
.showroom-more {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20px;
    justify-content: end;
}
.showroom-more a {
    color: rgb(0, 150, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}
