/* Override this file to customise the theme's CSS for your site */

:root {
	--arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
}
* {
	box-sizing: border-box;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


select {
	/* Reset */
	appearance: none;
	border: 0;
	outline: 0;
	font-family: var(--font-monospace);
	font-weight: 400;

	/* Personalize */
	width: 17rem;
	padding: 1rem 4rem 1rem 0;
	background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em, #9c6e43;
	opacity: 0.70;

	#background-position: calc(100% - 16px) calc(1em + 2px);
	color: var(--bg);

	#border-radius: 0.10em;
	#box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);

}

.selrow {
	display: flex;
	align-items: center;
	padding: 0 0 0 16;
	margin: 0px 6px 0px;
	gap: 0px;
}

.selbox {
	height: 63px;
	font-size: 22px;
}

.selimage {
	max-width:auto;
	max-height:64px;

	display:block;
	margin-top:0px;
	margin: 0px 0px 0px 2px;

	object-fit: cover;
	border: 1px solid #ddd;
	flex-shrink: 0;
}

.page__aside {
	white-space: nowrap;
	width: fit-content;      /* grows to fit the text */
	max-width: 100%;
	#overflow-x: no; 
	overflow-x: hidden; 
}

.display-grid {
	background: var(--bg);
	color: var(--fg);
	display: grid;
	padding: 0px 0px 0px 0px;
	margin 0px 0px 0px 0px;
}

/* Content inside each template fixed */
.display-item {
	#border: 1px solid #ccc;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	#width: 300px;
	min-height: 64px; /* Ensures a minimum height */

	border: 2px solid var(--bg);
	#border-radius: 4px;

	#background-color: #f9f9f9;
	#box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media all and (min-width:300px) {
	.about__title {
		font-size: 17px;
	}

	.about__email {
		font-size: 14px;
	}

	.about__website {
		font-size: 18px;
	}

	.about__phone {
		font-size: 20px;
	}

	.display-item {
		#height: 600px;
	}

	.display-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.display-item p, .display-item h3, .display-item h1 {
		font-family: var(--font-monospace);
		background: var(--bg);
		color: var(--fg);
		font-weight: 600;
		max-width: 100%;

		padding: 0px 0px 0px 0px;
		margin 0px 0px 0px 0px;

		max-width: 400px;     /* bounded box size */
		box-sizing: border-box;
		align-items: stretch; 
	}

	.display-item h1 {
		font-size: 13px;
	}

	.display-item p {
		font-size: 13px;
	}
}

@media all and (min-width:1080px) {
	.display-item {
		height: 690px;
	}

	.display-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.display-item p, .display-item h3, .display-item h1 {
		font-family: var(--font-monospace);
		font-weight: 600;
		background: var(--bg);
		color: var(--fg);

		padding: 0px 0px 0px 0px;
		font-size: 20px;
		max-width: 100%;

		#border: 1px solid #ccc;
		#max-width: 400px;
		#box-sizing: border-box;
	}
	.display-item h1 {
		font-size: 21px;
	}

	.display-item p {
		font-size: 18px;
	}
}


.display-content {
	flex-grow: 1;
	#margin-bottom: 570px;
	background: var(--base10);
}

.display-content h1 {
	font-size: 18px;
	background: var(--base10);
}

.display-content p {
	font-size: 14px;
	background: var(--base10);
}

.display-price p {
	font-size: 24px;
	background: var(--base10);
}

.page__aside {
	width: 100%;
	#background: #ff0000;
}

/* Button */
.display-action {
	background: var(--base10);
	display:flex;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical (if you set a height) */
	height: 32px;  
}

.add, .button-4 {
	font-size: 26px;
	font-weight: 400;

	background: var(--logo);
	color: var(--bg);
	border: none;
	border-radius: 1px;

	opacity: 0.70;
	padding: 0.25rem;

	font-family: var(--font-monospace);
	display: flex;

	#cursor: pointer;
	#transition: all 0.3s ease;

	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	gap: 0.0rem 1rem;
	#height: px;
}

.button-1, .button-4 {
	align-items: center;     /* cross axis */
	flex-direction: row;     /* row | column */
	#color: #ff0000;
}

/* */
.fill-order {
	font-size: 30px;
	#align-items: flex-end;

	#color: #F8F8F8;
	#background-color: #CFCFCF;
}

.chunk-split {
	#justify-content: center; /* main axis */
	align-items: center;     /* cross axis */
	flex-direction: row;     /* row | column */

	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	flex-wrap: wrap;
	background: var(--base10);
	#margin-left: auto;
	display: flex;
	#font-size: 16px;
	#justify-content: flex-end;
}

/* Image */
.chunk-split .chunk1 * {
	#height: 228px;
	#background: #f3d0b6;

	padding: 3px;
	margin: 0px 0px;
	font-weight: 600;

	min-width: 80px;
	min-height: 80px;
}

/* Information */
.chunk-split .chunk2 * {
	font-family: var(--font-monospace);
	font-weight: 600;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
}

.chunk2 h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* User input */
.chunk-split .chunk3 {
	#height: 228px;
	#width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-direction: column; 
	padding: 0px;
	font-weight: 600;
	font-size: 20px;
	margin-left: auto;
}


.esc-button {
	font-weight: 400;
	font-size: 26px;
	transform: translateY(0%) translateX(-5%);

	background: #870000;
	color: var(--bg);
	border: none;
	border-radius: 1px;

	opacity: 0.70;
	padding: 0.25rem;

	font-family: var(--font-monospace);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	gap: 0.0rem 1rem;
}

.select-with-label {
	font-family: var(--font-monospace);
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
	transform: translateY(0%) translateX(-5%);

	padding: 0px 0px 0px 26px;
	outline-offset: 0px;

	min-height: 96px;
	min-width: 96px;
	max-width: 48px;

	z-index: 0;
}

/* Entries */
.display-info {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	background: var(--base10);
}

.display-button {
	display: flex;
	gap: 8px;
}

.display-input label {
	font-size: 18px;   
	font-family: var(--font-monospace);
	font-weight: 600;
	color: var(--fg);
	background: var(--base10);

	#opacity: 0.70;
	#padding: 0.25rem;

	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.display-input input {
	font-size: 22px;   
	font-family: var(--font-monospace);
	font-weight: 400;
	color: #000000;
	background-color: var(--bg);

	margin: 2px 0px 0px 4px;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-direction: column; 
	appearance: none;
	width: 300px;
	max-width: 390px;
	border: 1px solid #ffffff;
}

select:focus {
	outline: none;
	border-color: #00008f;
	box-shadow: 0 0 0 2px #00008f;
}
