/* 商品ページ 価格表（詳細の上） */
.wcop-product-price-table-block {
	margin: 2em 0;
	max-width: 480px;
}

.wcop-product-price-table-sku-select-wrap {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}

.wcop-product-price-table-sku-select-wrap .wcop-price-table-sku-label {
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 600;
	color: var(--general-text-color, #424242);
}

/* カゴ部分のプルダウン（.form-select）と同様の見た目 */
.wcop-product-price-table-sku-select-wrap .wcop-price-table-sku-select {
	display: block;
	min-width: 180px;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}
.wcop-product-price-table-sku-select-wrap .wcop-price-table-sku-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.wcop-product-price-table-body.wcop-price-table-loading,
.wcop-product-price-table-table-container.wcop-price-table-loading {
	opacity: 0.7;
	pointer-events: none;
}

.wcop-product-price-table-wrap {
	margin: 2em 0;
	max-width: 480px;
	padding-top: 0;
	border-top: 1px solid var(--general-border-color, #e7e7e7);
}

.wcop-product-price-table-wrap .wcop-product-price-table-title {
	margin: 0 0 0.75em;
	padding: 1.7rem 0 0;
	font-size: 1em;
	font-weight: 700;
	text-align: left;
	color: var(--general-text-color, #424242);
}

.wcop-product-price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.wcop-product-price-table th,
.wcop-product-price-table td {
	padding: 0.5em 0.75em;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.wcop-product-price-table th {
	background: #f5f5f5;
	font-weight: 700;
}

.wcop-product-price-table td.wcop-col-num {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.wcop-product-price-table .wcop-price-table-spacer {
	height: 0.5em;
	border-left: none;
	border-right: none;
	background: transparent;
}

.wcop-product-price-table tbody tr:last-child td {
	border-bottom: 1px solid #e0e0e0;
}
