/* product */
.sec-product {
	padding-bottom: 50px;
	background: white;
}

.product-info {
	background: #FBFFF1;
	padding: 30px;
	color: #476800;
	font-size: 20px;
	margin-bottom: 48px;
}

.product-info__flex {
	gap: 20px 0;
	margin-bottom: 20px;
}

.product-info__ttl {}

.product-info__link {
	color: #000000;
	line-height: 1;
}

/* detail */
.section-product-detail {
	padding: 50px 0;
}

.product-detail__block {
	border-bottom: 1px solid #000000;
	padding-bottom: 50px;
	margin-bottom: 50px;
	gap: 30px 0;
}

.product-detail__ttl {
	font-size: 30px;
	font-weight: 800;
	color: #476800;
	margin-bottom: 35px;
}

.product-detail__price {
	font-size: 35px;
	font-weight: 700;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	color: #476800;
	margin-bottom: 50px;
}

.product-detail__price-original {
	color: #979494;
	text-decoration: line-through;
}

.product-detail__text {
	color: #FF0000;
	font-size: 25px;
	margin-bottom: 20px;
}

.product-detail__wbtn {
	gap: 16px;
	margin-bottom: 63px;
}

.product-detail__buy {
	font-size: 30px;
	min-width: 188px;
}

.color-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* gap: 28px 14px; */
	gap: 15px 10px;
	margin-bottom: 46px;
}

.color-options__btn {
	border: 1px solid #8D8484;
	background: white;
	/* min-height: 59px; */
	min-height: 40px;
	/* border-radius: 20px; */
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	color: black;
}



.detail-tab__link {
	position: relative;
	text-align: center;
}

.detail-tab__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #C5C5C5;
	height: 1px;
	width: 100%;
	box-shadow: 0px 3px 4px 0px #00000040;
}

.detail-tab__link a {
	background: #1B5631;
	font-size: 30px;
	font-weight: 400;
	font-family: var(--font-anton);
	color: white;
	padding: 16px 31px;
	border-radius: 20px 20px 0 0;
	display: inline-flex;
}

.detail-tab__panel {
	padding: 20px;
}

@media screen and (max-width: 992px) {
	.section-product-detail {
		padding: 30px 0;
	}

	.product-detail__ttl {
		margin-bottom: 15px;
		font-size: 26px;
	}

	.product-detail__price {
		margin-bottom: 20px;
	}

	.product-detail__block {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.color-options {
		margin-bottom: 20px;
	}

	.detail-tab__link a {
		padding: 6px 20px;
		font-size: 24px;
	}

	.product-detail__wbtn {
		margin-bottom: 35px;
	}

	.product-detail__buy {
		font-size: 25px;
	}

	.product-relate .c-ttl__02 {
		margin-bottom: 0;
	}

	.color-options__btn {
		padding: 5px;
		font-size: 14px;
		min-height: 34px;
	}
}

@media screen and (max-width: 640px) {
	.product-detail__buy {
		min-width: auto;
		font-size: 20px;
	}
}
