.wet-variation-table {
	background: #fff;
	border: 1px solid #e9e9ee;
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	color: #191919;
	inline-size: 100%;
	padding: 18px;
	text-align: start;
}

.wet-variation-table,
.wet-variation-table * {
	box-sizing: border-box;
}

.wet-variation-table--empty {
	border-style: dashed;
	color: #6f7280;
	font-size: 14px;
	padding: 18px;
}

.wet-vt-title {
	color: #191919;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 14px;
	text-align: center;
}

.wet-vt-form {
	margin: 0;
}

.wet-vt-scroll {
	inline-size: 100%;
	overflow-x: auto;
}

.wet-vt-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	inline-size: 100%;
	margin: 0;
	min-inline-size: 620px;
	table-layout: fixed;
}

.wet-vt-table th,
.wet-vt-table td {
	border: 0;
	text-align: start;
	vertical-align: middle;
}

.wet-vt-table thead th {
	background: #f7f7f9;
	color: #24242a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	padding: 12px 14px;
	white-space: nowrap;
}

.wet-vt-table thead th:first-child {
	border-start-start-radius: 6px;
}

.wet-vt-table thead th:last-child {
	border-start-end-radius: 6px;
}

.wet-vt-table tbody tr {
	background: #fff;
	transition: background-color 0.18s ease, opacity 0.18s ease;
}

.wet-vt-table tbody tr:not(.is-disabled):hover {
	background: #fbfbfd;
}

.wet-vt-table tbody tr.is-disabled {
	opacity: 0.62;
}

.wet-vt-table tbody td {
	border-block-end: 1px solid #eeeef3;
	padding: 12px 14px;
}

.wet-vt-product {
	align-items: center;
	display: flex;
	gap: 12px;
	min-inline-size: 0;
}

.wet-vt-image {
	background: #f5f5f7;
	block-size: 58px;
	border: 1px solid #ededf2;
	border-radius: 8px;
	flex: 0 0 auto;
	inline-size: 58px;
	overflow: hidden;
}

.wet-vt-image img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

.wet-vt-info {
	display: grid;
	gap: 4px;
	min-inline-size: 0;
}

.wet-vt-name {
	color: #202026;
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.wet-vt-attributes,
.wet-vt-sku {
	color: #626675;
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

.wet-vt-price {
	color: #191919;
	display: inline-grid;
	font-size: 13px;
	font-weight: 800;
	gap: 2px;
	line-height: 1.35;
}

.wet-vt-price del {
	color: #8b8e9b;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.9;
}

.wet-vt-price ins {
	color: inherit;
	text-decoration: none;
}

.wet-vt-stock {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	white-space: nowrap;
}

.wet-vt-stock--available {
	color: #16a34a;
}

.wet-vt-stock--low {
	color: #ea580c;
}

.wet-vt-stock--out {
	color: #dc2626;
}

.wet-vt-qty {
	align-items: center;
	display: inline-grid;
	gap: 6px;
	grid-template-columns: 28px 44px 28px;
	justify-content: end;
}

.wet-vt-qty-button,
.wet-vt-qty-input {
	block-size: 30px;
	border-radius: 6px;
	font: inherit;
	line-height: 1;
}

.wet-vt-qty-button {
	align-items: center;
	background: #f1f2f5;
	border: 0;
	color: #24242a;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	padding: 0;
	transition: filter 0.18s ease, opacity 0.18s ease;
}

.wet-vt-qty-button:hover:not(:disabled),
.wet-vt-qty-button:focus:not(:disabled) {
	filter: brightness(0.96);
	outline: none;
}

.wet-vt-qty-button:disabled,
.wet-vt-qty-input:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.wet-vt-qty-input {
	appearance: textfield;
	background: #fff;
	border: 1px solid #d9dbe3;
	color: #202026;
	font-size: 13px;
	font-weight: 800;
	padding: 0 4px;
	text-align: center;
	inline-size: 44px;
}

.wet-vt-qty-input::-webkit-outer-spin-button,
.wet-vt-qty-input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.wet-vt-qty-input:focus {
	border-color: #6b5cf6;
	box-shadow: 0 0 0 3px rgba(91, 69, 242, 0.12);
	outline: none;
}

.wet-vt-footer {
	display: grid;
	gap: 12px;
	margin-block-start: 16px;
}

.wet-vt-totals {
	align-items: center;
	color: #202026;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	min-block-size: 24px;
	text-align: center;
}

.wet-vt-totals [data-wet-vt-total-price] {
	font-weight: 800;
}

.wet-vt-submit {
	align-items: center;
	background: #5b45f2;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	min-block-size: 46px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.18s ease;
	inline-size: 100%;
}

.wet-vt-submit:hover,
.wet-vt-submit:focus {
	background: #4734d4;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.wet-vt-submit-icon {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-block-size: 20px;
	min-inline-size: 20px;
}

[dir="rtl"] .wet-vt-qty,
.rtl .wet-vt-qty {
	justify-content: start;
}

@media (max-width: 767px) {
	.wet-variation-table {
		padding: 14px;
	}

	.wet-vt-scroll {
		overflow: visible;
	}

	.wet-vt-table {
		display: block;
		min-inline-size: 0;
	}

	.wet-vt-table thead {
		display: none;
	}

	.wet-vt-table tbody {
		display: grid;
		gap: var(--wet-vt-mobile-gap, 10px);
	}

	.wet-vt-table tbody tr {
		border: 1px solid #eeeef3;
		border-radius: 8px;
		display: grid;
		overflow: hidden;
		padding: var(--wet-vt-mobile-padding, 12px);
	}

	.wet-vt-table tbody td {
		align-items: center;
		border: 0;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		padding: 8px 0;
	}

	.wet-vt-table tbody td::before {
		color: #747786;
		content: attr(data-title);
		flex: 0 0 auto;
		font-size: 12px;
		font-weight: 800;
	}

	.wet-vt-table tbody td.wet-vt-product-cell {
		align-items: flex-start;
		display: block;
		padding-block-start: 0;
	}

	.wet-vt-table tbody td.wet-vt-product-cell::before {
		display: none;
	}

	.wet-vt-product {
		align-items: flex-start;
	}

	.wet-vt-qty {
		justify-content: end;
	}
}
