.product {
	color: black;
	width: 100%;
	height: auto;
	position: relative;
}

.product .product_name {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 10vh;
	height: 2em;
	z-index: 0;
	color: #fafafa;
	font-size: 48px;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
		linear-gradient(to bottom, #5ea3b5, #a3d6df);
	border-bottom: solid;
	border-width: 0.25em;
	border-color: #91c9d5;
	margin: 0;
	padding: 0;
}

.product h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	color: #fafafa;
	font-size: 48px;
	margin: 0;
	padding: 0;
}

.product .describe .row {
	display: flex;
	margin-top: 15vh;
	height: auto;
}

.product .product_img1 {
	display: flex;
	justify-content: center;
	background-color: transparent;
	height: auto;
	width: auto;
	flex: 1;
	padding-bottom: 10vh;
}

.product .product_img1 img {
	display: block;
	max-width: 30em;
	max-height: 80vh;
	width: auto;
	height: 100%;
}

.product .content {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.product .product_title {
	font-size: 32px;
}

.product .item-row {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-top: 1em;
}

.product .item-row1 {
	font-size: 16px;
	display: flex;
	margin-top: 1em;
	text-indent: 2em;
}

.product .item {
	font-size: 16px;
	text-align: left;
}

.product .item1 {
	font-size: 16px;
	text-align: left;
	text-indent: 5em;
}

.product .item .label {
	color: steelblue;
	font-size: 16px;
	white-space: nowrap;
}

.product .item p {
	text-align: left;
	font-size: 16px;
}

.product .item a {
	font-size: 16px;
	white-space: nowrap;
	text-decoration: none;
}

.product .product-showcase-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #4f8fae, #82b4ca);
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(79, 143, 174, 0.22);
}

.product .product-showcase-link:hover {
	filter: brightness(1.05);
}

.product .item-row-color {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

.product .color-block {
	width: 1.5em;
	height: 1.5em;
	margin-left: 0.5em;
	margin-right: 1em;
	position: relative;
	border: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 6px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.product .color-block:hover {
	transform: scale(1.5);
	z-index: 10;
}

.product .color-block-1 {
	background-color: #f7f6ea;
}

.product .color-block-2 {
	background-color: #53565a;
}

.product .color-block-3 {
	background-color: #5c3a2d;
}

.product .color-block-4 {
	background-color: #d6cfc2;
}

.product .color-block-5 {
	background-color: #000000;
}

.product .color-block-6 {
	background-color: #ffffff;
}
