* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: delfino;
	box-sizing:border-box;
}

body {
	background-image: url("images/checker.png");
	background-image: #CCCCCC;
	animation: scroll 5.0s linear infinite;
}

.logo {
  display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	margign-top: 20px;
}

.navbar {
  display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: fit-content;
	margin-bottom: 20px;
}

.navbar__inner {
  display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: fit-content;
	border-image: url("images/borderfilled.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);
}

.navbar__pages {
	margin: 20px 30px;
	list-style: none;
	align-items: center;
	text-align: center;
	display: flex;
	gap: 30px;
	font-size: 18pt;
}

.navbar__text {
	color: #fffa8f;
}


.socials {
  display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	margin-bottom: 20px;
	border-image: url("images/borderfilled.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);
	max-width: 80%;
}

.socials__inner {
	margin: 15px;
  display: inline-flex;
  flex-wrap:wrap;
  width: fit-content;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

.socials__img {
	border-radius: 10px;
	width: 60px;
	margin: 10px;
  transition: .2s ease;
	filter: drop-shadow(6px 6px 2px #0004);
}

.socials__text {
	color: #fffa8f;
  vertical-align: middle;
}

.socials__img:hover{
	opacity: 0.5;
}

.socials__text: hover {
	color: #fffa8f;
  vertical-align: middle;
}

.snood__img {
	opacity: 0.0;
	width: 128px;
  transition: .5s ease;
	filter: drop-shadow(6px 6px 2px #0004);
}

.full_page {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.main_box {
  display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	border-image: url("images/borderfilled.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);

	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	width: 80%;
}

.figure_link {
	text-align: center;
	position: relative;
}
.figure_link:link {
  color: #fffa8f;
}
.figure_link:visited {
  color: #fffa8f;
}
.figure_link:hover {
  color: #fffa8f;
}
.figure_link:active {
  color: #fffa8f;
}


.oos_overlay{
	color: #FF0000;
	position:	absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  font-size: 24px;
  paint-order: stroke fill;
  -webkit-text-stroke: 4px white;
}
.oos_overlay::after {
  content: "Click to Preorder";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-text-stroke: 8px black;
}

.products_title{
	color: #fffa8f;
	font-size: 16pt;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

.error_text{
	color: #fffa8f;
	font-size: 20pt;
	margin: 30px;
	text-align: center;
}
.drpepper{
	color: #fffa8f;
	font-size: 16pt;
	margin: 30px;
	text-align: center;
}

.products_grid{
	margin: 30px;
	display: grid;
	width: 90%;
	grid-template-columns: repeat(auto-fit, minmax(min(100% / 3 - 1rem, 200px), 1fr)); 
	gap: 20px;
}

.figure_img {
	margin-top: 4px;
	width: 100%;
	border-radius: 10px;
	filter: drop-shadow(6px 6px 2px #0004);	
	outline-style: solid;
	outline-width: 4px;
	outline-color: #E0FBFF;
}

.figure_img_oos {
}

.snood__img:hover{
	opacity: 1.0;
}

.snood {
	opacity: 1.0;
  position: fixed;
  bottom: 2px;
  right: 2px;
}
@media(max-width:991px){
	.desktop-only{
		display:none;
	}
}

@media(max-width:991px){
	.main_box{
		width: 95%;
	}

	.oos_overlay{
	  -webkit-text-stroke: 2px white;
	}
	.oos_overlay::after {
	  -webkit-text-stroke: 4px black;
	}
}


@media(max-width:991px){
	.oos_overlay{
		font-size: 10pt;
	}
}

@keyframes scroll {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: -100px -100px;
	}
} 

@font-face {
  font-family: "delfino";
  src: url("fonts/Delfino.woff2") format('woff2');
}

/* product page */
.slideshow{
	position: relative;
	margin:	auto;
	width: 30vw;
	height: 30vw;
	background-color: #222;
	border-radius: 10px;
	filter: drop-shadow(6px 6px 2px #0004);	
	outline-style: solid;
	outline-width: 4px;
	outline-color: #E0FBFF;	
}

.slide{
	display:none;
}

.slide_img{
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: calc(50% + 00px);
}

.ss_next, .ss_prev{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
  margin-top: -20px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	background-color: rgba(0, 0, 0, 0.2);
}

.ss_next{
	right: 0;
	border-radius: 3px 0 0 3px;
}

.ss_next:hover, .ss_prev:hover{
	background-color: rgba(0, 0, 0, 0.5);
}

.ss_buttons{
		text-align: center;

		display: none;
}

.ss_button {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 3px;
  background-color: #7f8e90;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.ss_button:hover, .ss_button_active {
  background-color: #E0FBFF;
}

.slideshow_full{
	margin: 20px;
	align-content: center;
}

.product_desc{
	color: #fffa8f;
	font-size: 16pt;
	margin: 30px;
	text-align: center;
}

.product_page{
	display: none;
}

.error_text{
	display: none;
}


.product_title{
	color: #fffa8f;
	font-size: 20pt;
	margin: 30px;
	margin-bottom: 0px;
	text-align: center;
}


@media(max-width:991px){
	.product_title{
		font-size: 16pt;
		margin: 20px;
	}
	.product_desc{
		font-size: 12pt;
	}
	.ss_next, .ss_prev{
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
	  margin-top: -14px;
	  padding: 8px;
	  color: white;
	  font-weight: bold;
	  font-size: 14px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.navbar__text {
		font-size: 16pt;
	}
}



@media(max-width:500px){
	.product_title{
		font-size: 14pt;
	}
	.product_desc{
		font-size: 10pt;
		margin-top: 0px;
	}
	.ss_next, .ss_prev{
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
	  margin-top: -10px;
	  padding: 8px;
	  color: white;
	  font-weight: bold;
	  font-size: 10px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.navbar__text {
		font-size: 14pt;
	}
}


.link_button {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 100px;
	border-image: url("images/borderfilled.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);

	font-size: 24pt;
	color: #fffa8f;

	margin: 10px;
	margin-bottom: 20px;
}

.buy_buttons {
  display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	gap: 20px;
	color: #fffa8f;
}

.link_button:link {
  color: #fffa8f;
}
.link_button:visited {
  color: #fffa8f;
}
.link_button:hover {
  color: #fffa8f;
}
.link_button:active {
  color: #fffa8f;
}


.dead_button {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 100px;
	border-image: url("images/bordergrey.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);

	font-size: 24pt;
	color: #666666;

	margin: 10px;
	margin-bottom: 20px;

	display: none;
}

@media(max-width:991px){
	.link_button, .dead_button {
		font-size: 16pt;
		width: 200px;
		height: 80px;
	}
	.buy_buttons {
		gap: 15px;
	}
}


@media(max-width:500px){
	.link_button, .dead_button {
		font-size: 9pt;
		width: 125px;
		height: 60px;
	}
	.buy_buttons {
		gap: 0px;
	}
}

.mainpage_box{
	width: auto;
	height: auto;
}

.mainpage_img{
	width: 30vw;
	border-radius: 10px;
	filter: drop-shadow(6px 6px 2px #0004);	
	outline-style: solid;
	outline-width: 4px;
	outline-color: #E0FBFF;	
}

.homepage{
	display:flex;
	margin: 30px;
	gap: 25px;
}


.main_box_2 {
  display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	/*border-image: url("images/borderfilled.png");
	border-image-slice: 30% fill;
	border-image-width: 30px;
	filter: drop-shadow(6px 6px 2px #0008);*/

	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}


.hometitle{
	font-size: 24pt;
	color: #fffa8f;
	margin-bottom: 5px;
	text-align: center;
	-webkit-text-stroke: 2px black;
	paint-order: stroke fill; 
	filter: drop-shadow(3px 3px 2px #0008);
}


@media(max-width:991px){
	.hometitle{
		font-size: 18pt;
	}
	.mainpage_img{
		width: 45vw;
	}
	.homepage{
		margin: 20px;
		gap: 18px;
	}
}

@media(max-width:500px){
	.hometitle{
		font-size: 12pt;
	}

	.socials__img {
		width: 40px;
		margin: 5px;
	}
}