:root {
	--light-grey:#F5F5F5;
	--i9blue: #007caa;
	--orange: #ff9900;
	--almost-black: #202020;
	--border-grey: #C0C0C0;
	--border-grey-dark: #505050;
	--shiz-blue: #0080c6
	--shiz-yellow: #ffd040
	--button-font: clamp(1rem, .25vw + .25rem, 2rem);
	--description-text: clamp(1rem,.25vw + .25rem, 1rem);
	--shiz-text: clamp(2rem,.5vw + .5rem, 3rem);
	

}

.assistant{
	font-family: 'Assistant', sans-serif;
}

.shiz-list{
	align-items: center;
}
.shiz-list > li{
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 1rem;
}
.shiz-list > li::before{
	display: inline-block;
	height: 1em;
	content: '';
	width: 1em;
	background-image: url('../images/logos/blue_round_words.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
    background-position: center center;
    vertical-align: middle;

}

.build_specs{
	
	font-size: 2rem;
	font-weight: 500;
	

}
.shiz-row{
	background-color: var(--light-grey);
}
.shiz{
	font-size: var(--shiz-text);
	font-weight: 600;
	text-align: center;
}
.mobile{
	display: none;
}

.tutorial{
	justify-self: center;
	display: block;
	grid-column: span 2;
	width:75%;
	text-align: center;

}
.tutorial a{
	font-family: 'Assistant', sans-serif;
	text-decoration: none;
	color: var(--almost-black);
}
.help{
	width: 1rem;
	margin: 0;
	padding	: 0;
	align-self: center;
	
}
.mobile_buy{
	display: none;
}
.con_button {
	width: clamp(3em, 15vw + 1em, 4em);
	height: clamp(2em, 10vw + 1em, 3em);
	border: var(--border-grey) solid 2px;
	border-radius: 2px;
	/* margin: 3px; */
	padding: 10px 5px ;
	justify-self: start;
	background-color: var(--light-grey) ;
	color: var(--almost-black);
	font-size: var(--button-font);
	display: block;
	cursor: pointer;
	font-family: 'Assistant', sans-serif;
	
}
.con_button:hover {
	
	border:var(--border-grey-dark) 2px solid;
}

.con_button_active {
	background-color: #007dad;
	color: white;
	border: var(--border-grey-dark) 2px solid;
}
.con_button_active:hover {
	background-color: #007dad;
	color: white;
	
	cursor: default;
}

.con_price_calculated * {
	font-size: clamp(1.5rem, 1vw + .5rem, 1.5rem);
	
	font-weight: 500;
	/* align-self: center; */
}
.con_label {
	display: inline;
	
	/* margin: 3px; */
	font-weight: 400;
}
.header_mobile{
	display: none;
	font-family: 'Assistant', sans-serif;
	
}
.con_wrap {
	box-sizing: border-box;
    margin-top: 1rem;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	
	
	
}
.content_left{
	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	
	width: clamp(40em, 60vw + 1em, 50em);
	/* height: auto; */
	
	justify-content: space-around;
	
}
.content_right{
	display: flex;
	flex-direction: column;
	width: clamp(30em, 50vw + 1em, 50em);
	
	
	
	
}

.con_main_picture {
	margin-top: 1rem;
	width: min(90%, 35em);
	
	justify-content: center;
	align-self: center;
	padding: 0 10%;
	display: flex;
	flex-direction: column;
	

}
.con_main_picture >img{
	width: 100%;
	object-fit: cover;
	/* filter: drop-shadow(1px 1px 2px rgb(109, 109, 109)) */
}
.configurations_display{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	
}
.configurations_display div{
	width: clamp(10em, 15vw + 1em, 15em);
	text-align: center;
	font-size: clamp(.75rem, .5vw + .5rem, 1.2rem);
	font-weight: 500;
}
.configurations_display img{
	width: 100%;
	
	
	
}


.con_second_picture{
	display: none;
}
.con_label{
	width: 100%;
	display: block;
	font-family: 'Assistant', sans-serif;
}
.con_header{
	position: relative;
	display: flex;
	justify-items: end;
	align-items: end;
	flex-direction: row;
	width: 100%;
	font-size: clamp(3rem, 3vw + 1rem , 6rem);
	margin-top: 1rem; 
	
}
.con_header h2{
	top: 0px;
	left: 110px;
	position: absolute;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Assistant', sans-serif;
}
.con_header img{
	width: 100px;
	object-fit: cover;
}

.choice_menu{
	display: flex;
	flex-wrap: wrap;
	justify-items: start;
	
	
	/* width: fit-content; */
	
}
.con_controls{
	/* background-color:  var(--light-grey); */
	display: grid;
	width: min(100%, 35em);
	
	gap: .5rem;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
	"Position UpperHT"
	"hs_style LowerHT"
	"TopCoverHT Specialized"
	"Color Color"
	"Solid TopCoverColor"
	"TopCupColor BottomCupColor"
	
}
.hs_position{
	grid-area: Position;
}
.hs_upper_headtube_bore{
	grid-area: UpperHT;
}
.hs_style{
	grid-area: hs_style;
}
.hs_lower_headtube_bore{
	grid-area: LowerHT;
}
.hs_top_cover{
	grid-area: TopCoverHT;
}
.hs_specialized{
	grid-area: Specialized;
}
.hs_color{
	grid-area: Color;
	grid-column: span 2, -1;
}
.hs_solid_color{
	grid-area: Solid;
}
.hs_top_cover_color{
	grid-area: TopCoverColor;
}
.hs_top_cup_color{
	grid-area: TopCupColor;
}
.hs_top_cap_color{
	grid-area: Solid;
}
.hs_bottom_cup_color{
	grid-area: BottomCupColor;
}




.buy{
	justify-self: center;
	display: block;
	grid-column: span 2;
	width:75%;
	height: 3rem;
	
	/* margin-top: 1rem; */
	background-color: var(--orange);
	color: #fff;
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
	font-size: var(--button-font);
	border: transparent solid 1px;
	border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
.buy:hover{
	border: black	 solid 1px;
	background-color: var(--i9blue);

}

.details{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
	align-items: center;
	/* padding: 2em 5em; */
	margin-top: 2rem;
	padding-top: 5em;
	background-color: var(--light-grey);
	
	
	

}
.details_intro{
	width: clamp(29em, 75vw + 1em, 80em);
}
.details h1{
	font-size: clamp(2rem, 2vw + 1rem, 3rem);
	font-weight: 600;
	color: var(--i9blue);
}
.details h4{
	color: var(--i9blue);
	font-weight: 600;
}


.outline{
	display: flex;
	/* width: clamp(30em, 50vw + 1em, 50em); */
	justify-content: center;
	border-top: #007caa solid 1px;
	margin-top: 1em;
	
}
.reverse{
	flex-direction: row-reverse;
}
.outline p {
	padding: 0 1em;
	margin-block-start: 0em!important;
    margin-block-end: 0em!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
	
}

.outline span{
	color: var(--i9blue);
	font-weight: 600;
}	
.deets{
	
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.deets *{
	font-family: 'Assistant', sans-serif;
}
.deet_header{
	text-align: center;
	padding: 2em;
}
.words{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35%;
}
.words img{
	width: 20em

}
.words p{
	font-family: 'Assistant', sans-serif;
}
.swatch{
	display: flex;
	
}
.swatch img{
	width: 2rem;
	object-fit: cover;

}


@media (max-width: 768px) {
	.con_wrap {
		flex-direction: column;
		margin-top: 0;
		
		width: 100%;
		align-content: center;
	}
	
	.tutorial{
		align-items: center;
		width: 100%;
	}

	.header_mobile{
		/* padding: .5em; */
		display: flex;
		position: relative;
		flex-direction: row;
		width: 100%;
		font-size: clamp(3rem, 3vw + 1rem , 6rem);
		margin-top: 1rem; 
		
	}
	.header_mobile img{
		width: 100px;
		object-fit: cover;
	}
	.header_mobile h2{
		top: 0px;
		left: 110px;
		position: absolute;
		font-size: 3rem;
		font-weight: 500;
	}
	.con_price_calculated{
		margin-top: 0;
	}
	.con_header{
		display: none;

	}
	.con_main_picture {
		width: 100%;
	}
	
	.img{
		width: 100%;
		
	}
	.content_left{
		margin-top: 1em;
		width: 100%;
		padding: 0 5px;
	}
	.content_right{
		width: 100%;
		
	}
	.con_controls{
		align-self: center;
		width: 100%;
        
		padding: 0 1em;
		margin-top: 1rem;
		background: var(--light-grey);
	}
	.con_second_picture{
	    align-self: center;
	  		   display: flex;
	   flex-direction: column;
	   width: 70%;
	   
	}
	.mobile_buy{
	align-self: center;
	display: block;
	width: 75%;
	padding: 1rem;
	margin-top: 1rem;
	background-color: var(--orange);
	color: #fff;
	font-family: Assistant, sans-serif;
	font-weight: 600;
	font-size: var(--button-font);
	border: none;
	border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
	}
	.buy{
		display: none;
	}
	
	.web{
		display: none;
	}

	.details{
		width: 100%;
		flex-direction: column;
	}
	.details h1{
		text-align: center;
	}
	.reverse{
		flex-direction: column-reverse;
	}
	.outline{
		width: 100%;
		flex-direction: column;
	}
	.words{
		width: 100%;
		margin-top: 1rem;
	}
	.deets{
		width: 100%;
	}
    .mobile{
        display: block; 
    }
}




