@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
	--white: #F9F5FF;
	--black: #28262C;
	--gray: #5F5C63;
	--accent: #14248A;
	--light: #D4C2FC;
	--light2: #F5EFFF;
	--red: #D42A1C;
}


body{
	scroll-behavior: smooth;

  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;

  color: var(--gray);
  background-color: var(--white);
  line-height: 150%;
  position: relative;

	/*background-color: rgb(18, 15, 15);*/
}


h1, h2, h3, h4{
	color: var(--black);
	font-weight: 900;
}

h1.big{
	font-size: 300%;
}

*{
	margin: 0;
	padding: 0;
}


.debug, .debug *{
	border: 1px solid rgba(240, 128, 128, 0.5);
	background-color: rgb(0, 255, 0, 0.05);
}
.debug .debug{border: 1px solid red;}


::-webkit-scrollbar{background-color: transparent;max-width: .5rem; max-height: .5rem;}
::-webkit-scrollbar-thumb{background-color: var(--gray);}
::-webkit-scrollbar-thumb:hover{background-color: var(--gray);}
::-webkit-scrollbar-track{background-color: rgb(0,0,0,.3);}


/*POSITIONS*/

html{
	scroll-behavior: smooth;
}



.one-column, .two-columns, .five-columns, .three-columns, .four-columns, .one-column, .seven-columns, .six-columns, .eight-columns{display: grid;}
.one-column{grid-template-columns: repeat(1, 1fr);}
.two-columns{grid-template-columns: repeat(2, 1fr);}
.three-columns{grid-template-columns: repeat(3, 1fr);}
.four-columns{grid-template-columns: repeat(4, 1fr);	}
.five-columns{grid-template-columns: repeat(5, 1fr);}
.six-columns{grid-template-columns: repeat(6, 1fr);}
.seven-columns{grid-template-columns: repeat(7, 1fr);}
.eight-columns{grid-template-columns: repeat(8, 1fr);}
.span-two, .span-two-pc{grid-column: span 2}
.span-three, .span-three-pc{grid-column: span 3}
.span-four{grid-column: span 4;}
.span-five{grid-column: span 5;}
.span-six{grid-column: span 6;}
.span-seven{grid-column: span 7;}
.center-text{text-align: center;}
.centered{margin: 0 auto;width: fit-content;}
.fit{width: fit-content;}
.content{
	margin: 0 auto;
	max-width: 1600px;

}
.done{
	background-color: lightgreen;
	color: black;
}
.here{
	background-color: lightyellow;
	color: black;
}

.hide{display: none;size: 0; visibility: hidden; height: 0; width: 0; }


.flex{display: flex; gap: .5rem}
.flex-fill{flex-grow: 1;}

select, input, textarea, button{
    box-sizing: border-box;
	border: 1px solid var(--light);
	padding: .6rem;
	border-radius: .2rem;
	color: var(--black);
	background-color: white;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;


}
input[type=file]{
	padding: none; 
}

textarea{
	max-width: 100%;
}
a{
	color: var(--accent);
}

a.dark{
	color: black;
}

.whitest-color{
	color:white
}

.bluebutton{
	background-color: #0066ff;
	width: fit-content;
	padding: .5rem 1.5rem;

	color: white;
	border-radius: .2rem;
	font-size: 90%;
}
.graybutton{
	background-color: #343835;
	width: fit-content;
	padding: .5rem 1.5rem;

	color: white;
	border-radius: .2rem;
	font-size: 90%;
}


.white-color{
	color: rgb(180, 180, 180);
}

.padding-hor{padding: 0rem 1rem;}
.no-padding{padding: 0;}
.tight-13{max-width: 13rem;}
.tight-20{max-width: 20rem;}
.tight-30{max-width: 30rem;}
.tight-35{max-width: 35rem;}
.tight-40{max-width: 40rem;}
.tight-60{max-width: 60rem;}
.min-20{min-width: 20rem;}
.screen{min-height: 100vh;}
.stupid-huge{font-size: 350%; line-height: 1.4ch;}
.fit-img > *{
	max-height: 100%;
	max-width: 100%; 
	/* border-radius: .2rem; */
}
.perfect-fit-vert, .perfect-fit{overflow: hidden;}
.perfect-fit > *{width: 100%;}
.perfect-fit-vert > *{height: 100%;}


/*UNIQUE STUFF */
#expandthething{
	background-color: rgb(100,0,0, 0.1);
}
.product_page_slider_controllers{
	position: absolute;
	width: 100%;
	height: 5rem;
	top: calc(50% - 15rem);

}
.product_page_slider_controllers .thebutton{
	background: radial-gradient(at left center, black -10rem, transparent 70%);
	min-height: 30rem;
	width: 10rem;
	opacity: 0.5;
	transition: .3s;
	position: relative;
}

.product_page_slider_controllers .thebutton svg{
	position: absolute;
	height: 2rem;
	top: calc(50% - 1rem);
	left: .5rem;
}

.product_page_slider_controllers .thebutton_r svg{
	left: unset;
	right: .5rem;

}
.product_page_slider_controllers .thebutton_r{
	background: radial-gradient(at right center, black -10rem, transparent 70%) !important;
}
.product_page_slider_controllers .thebutton:hover{
	opacity: 1;

}



.product_page_slider_wrapper{
	max-width: 90%;
	align-self: flex-start; 
}
.hideslider::-webkit-scrollbar{display: none;}

.product_page_slider::-webkit-scrollbar{display: none;}
.product_page_slider{
	flex-wrap: nowrap;
	overflow-x: auto;
	max-height: 38rem;
	gap:0rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
.product_page_slider > div{
	max-width: 100%;
	scroll-snap-align: start;
	}
.product_page_slider img{
	max-height: 100%;
	margin: 0 auto;
	display: block;
}





#thatmaximage{
	max-height: 30rem;
}

#image1{
	max-width: 20rem; 
	position: absolute; 
	left: 0rem; 
	top:-6rem
}
#image2{
	max-width: 25rem; 
	position: absolute; 
	left: -20rem; 
	top:-4rem;
}
#image3{
	max-width: 15rem; 
	position: absolute; 
	left: -8rem; 
	top:10rem;
}

.thoseimages img{
	box-shadow: 0 0 3rem -1rem black;
	border-radius: .2rem;
}
a{color: lightblue; text-decoration: none;}
.activesvg svg{
	transition: .3s;
	transform: rotate(90deg);

}

.phone-nav-menu{
	position: absolute;
	top: 100%;
	right: 0;
	background-color: rgb(15, 15, 15);
	padding: 1rem;
	left: 0;
	display: flex;
	flex-direction: column;

}

.phone-nav-menu .thebutton{
	margin-bottom: .5rem;
	padding: 1rem;
	background-color: rgb(30,30,30);
	text-align:center;
	border-radius: .2rem;
}



.thebutton{
	cursor: pointer;
}

.fs-sliderwrapper{
	z-index: 0;
	position: relative;
	max-width: 100dvw;
}
.fs-slider::-webkit-scrollbar{display: none;}


.fs-slider{
	overflow-x: auto;
	gap: 0;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.fs-slider > div{
	min-width: 100dvw;
	scroll-snap-align: start;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fs-slider > div .content{
	width: 100%;
}



.fs-slider-nav{
	position: absolute;
	display: flex;
	bottom: 3rem;
    left: 50%;
	z-index: 2;
	gap: .5rem;

}

.fs-slider-nav > a{
  background-color: transparent;

  padding: .3rem;
  border: .15rem solid white;
  border-radius: 100%;
	transition: .3s
}

.fs-slider-nav > a:hover{
  background-color: white;
}





.prodbulpoints li{
	margin-top: .5rem;
}

.wrapperofproductwrapper{
	position:fixed;

	height: 100%;
	width: 100%;
	top: 0;
	left: 0;

	z-index: 1;
	background: radial-gradient(white, rgb(255, 255, 255, 0.95));
	backdrop-filter: blur(10px);
	
}

.product-image-thing h2{
	color: white;
	opacity: 0.8;
	transition: .3s;
	text-shadow: 0px 3px rgb(0,0,0,.6);

}
.product-image-thing{
	transition: .3s;
	background-position: center !important;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;

	flex-direction:column-reverse;
	min-height: 20rem;
	padding: 1rem;
	border-radius: .2rem;

}

.product-image-thing:hover{
	background-position: center !important;
	background-size: auto 100% !important;


}

.product-image-thing:hover h2{
	color: white;
	opacity: 1;
	text-shadow: 0px 3px rgb(20,0,0,1);
	transform: scale(1.1);
	margin-left: 1rem;
}


.special{
	color: #1f1c3d;
}
.questionthing{
	max-width: 50rem;
	margin: 0 auto;

	background: linear-gradient(135deg ,rgb(80, 80, 80) 50%, red 50%);
	background-size: 300% 100%;
	background-position: 26% 0%;

	margin-bottom: .3rem;
	transition: .3s;

}

.questionthing:hover{
	background-position: 30% 0%;
}


.questionthing h3{
	font-weight: 400;

	color: white;

}

.questionthing .opener{
	padding: 1rem 2rem;
	cursor: pointer;
}
.questionthing svg{
	transition: .3s;
}
.questionthing .openee.hide{
	height: 1px;

	transition: 0.3s;

}

.questionthing .openee{

	height: fit-content;
	padding: 1rem;
	background:  linear-gradient(rgb(30, 30, 30, 0.9) 60%, rgb(20, 20, 50, 0.9) 300%);
	backdrop-filter: blur(10px);

	color: rgb(190, 190, 190);

	transition: 0.3s;
}

.questionthing:hover svg{
	transform: rotate(-20deg);
}

.questionthing:active svg{
	transform: rotate(-60deg);
}

.thebottom_thing{
	background:  linear-gradient(10deg, rgb(45, 40, 40), rgb(45, 43, 55), rgb(45, 40, 40));
	padding: 1rem;
	color: rgb(200, 200, 200);
}
#header{
	padding: 1rem 0rem;
	margin: 0rem -1rem;

}
#header-wrapper{
	background-color: rgb(15, 15, 15, 0.9);
	z-index: 100;


	position: fixed;
	top: 0;
	left: 0; 
	right: 0;
	color: white;
}
.phone-only{display: none;}
.product-thing-description{
	padding: .5rem; 
	font-size: 80%; 
	display: block; 
	text-overflow: ellipsis; 
	word-wrap: break-word; 
	overflow:hidden;
	max-height: 3rem;
	line-height: 1.5rem;
}

.product-grid{
	gap: 2rem;
}



@media only screen and (max-width:900px){
	.product_page_slider_controllers{
		top: calc(50% - 5rem);
	}

	.product_page_slider_controllers .thebutton{
		min-height: unset;
		height: 10rem;
		width: 5rem;
	}

	.product_page_slider{
		max-height: 30rem;
	}

	.product-grid{
		gap: 1rem;
	}

	.product-image-thing{
		min-height: 15rem;
		background-size: cover !important;
	}
	.product-thing-description{
		line-height: 1rem;
		height: 2rem;
		padding: 0;

	}

	.phone-hide{display: none; }
	.phone-only{display: unset;}
	.grid-to-one{grid-template-columns: repeat(1, 1fr);}
	#thatmaximage{
		margin-bottom: 2rem;
	}
	.split-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.phonecentered{margin: 0 auto;width: fit-content;}
	.phonecentertext{
		text-align: center;
	}


}

.thin-only{display: none; visibility: hidden; background-color: red; color: red;}

.productimagegsallwrapper{
	flex-direction: column; max-width: 4rem; justify-content: center;
}
.productimagegsallwrapper img{
	width: 100%;
}

@media only screen and (max-width: 480px){
	.product_page_slider_controllers{
		top: calc(50% - 5rem);
	}

	.product_page_slider_controllers .thebutton{
		min-height: unset;
		height: 10rem;
		width: 2.5rem;
	}



	.product_page_slider{
		max-height: 20rem;
	}

	.product_page_slider_wrapper{max-width: 100%;}

	.imageproductwrapperpage{
		flex-direction: column-reverse;
	}
	.productimagegsallwrapper{
		flex-direction: row;
		overflow-y: auto;

		flex-wrap: nowrap;
		overflow-x: unset;

		max-width: 100%;
		max-height: 5rem;
	}
	.productimagegsallwrapper > div{
		vertical-align: center;
		display: flex;
		align-items: center;
	}

	.productimagegsallwrapper img{

		width: initial;
		height: 90%;
	}

	.product_title_phone{
		font-size: 100%;
		line-height: 1rem;
		height: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wrapperofproductwrapper{
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	.product-image-thing{
		min-height: 4rem;
		aspect-ratio: 1/1;

	}

	#thatmaximage{
		max-height: 17rem;
	}
	.thin-hide{display: none; visibility: hidden; background-color: red; color: red;}
	.thin-only{display: initial; visibility: initial; background-color: unset; color: unset;}
}


@media only screen and (max-width: 1600px) {
	.drop-span{grid-column: 1;}
	.content{max-width: 1300px; padding: 0rem 1rem;}

	#image1{
		max-width: 11rem; 
		position: absolute; 
		left: 0rem; 
		top:-6rem;
	}
	#image2{
		max-width: 15rem; 
		position: absolute; 
		left: -12rem; 
		top:-4rem;

	}
	#image3{
		max-width: 8rem; 
		position: absolute; 
		left: -2rem; 
		top:6rem;
	}

}


