.tcv-table-shell {
	box-sizing: border-box;
	grid-column: 1 / -1;
	min-width: 0;
	position: relative;
	width: 100%;
}

.wvabi-burger-grid > .tcv-table-shell {
	height: auto;
}

.tcv-table-wrap {
	width: 100%;
	margin: 0.75rem 0 1.25rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tcv-product-table {
	width: max-content;
	min-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #111;
	font-size: 12px;
	line-height: 1.15;
}

.tcv-product-table th,
.tcv-product-table td {
	padding: 2px 6px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	background: transparent;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.tcv-product-table thead th {
	border-bottom: 1px solid #9a9a9a;
	color: #333;
	font-size: 12px;
	font-weight: 500;
}

.tcv-product-group-row th {
	background: #f1f1f1;
	border-bottom: 1px solid #d8d8d8;
	color: #222;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 6px 3px;
	text-align: left;
	white-space: nowrap;
}

.tcv-product-group-row--level-2 th {
	background: #fff;
	border-bottom: 0;
	color: #111;
	font-size: 12px;
	padding: 8px 6px 2px;
}

.tcv-product-group-row--level-3 th,
.tcv-product-group-row--level-4 th {
	background: #fff;
	border-bottom: 0;
	color: #333;
	font-size: 11px;
	padding: 6px 6px 2px 18px;
}

.tcv-product-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.tcv-product-row {
	cursor: pointer;
}

.tcv-product-row:hover,
.tcv-product-row:focus {
	background: #fff7d6;
	outline: 0;
}

.tcv-product-row:focus td {
	box-shadow: inset 0 1px 0 #b28b00, inset 0 -1px 0 #b28b00;
}

.tcv-product-table__name {
	max-width: 300px;
}

.tcv-product-table__name > span:first-child {
	display: block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tcv-product-table__sku {
	color: #06c;
	font-weight: 600;
}

.tcv-product-table__pack-quantity,
.tcv-product-table__unit-price {
	text-align: right;
}

.tcv-product-table__price {
	text-align: right;
}

.tcv-product-table__catalog-card {
	display: none;
}

.tcv-row-cart-template[hidden] {
	display: none;
}

/* ── Popover ── */

.tcv-product-popover[hidden] {
	display: none;
}

.tcv-product-popover {
	position: fixed;
	z-index: 99999;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 16px;
	min-height: 160px;
	padding: 20px 16px 16px 20px;
	border: 1px solid #c5c5c5;
	border-left: 6px solid #0a7cff;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
	color: #111;
	font-size: 13px;
	line-height: 1.35;
}

.tcv-product-popover__close {
	position: absolute;
	top: 8px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #5b6470;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	transition: color .15s, transform .15s;
}

.tcv-product-popover__close:hover,
.tcv-product-popover__close:focus {
	background: transparent;
	box-shadow: none;
	color: #0a7cff;
	transform: translateY(-1px);
}

.tcv-product-popover__media {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex: 0 0 170px;
	justify-content: center;
	min-height: 170px;
}

.tcv-product-popover__media img {
	display: block;
	height: 170px !important;
	max-height: 170px;
	max-width: 170px;
	object-fit: contain !important;
	object-position: center;
	border-radius: 4px;
	width: 170px !important;
}

.tcv-product-popover__body {
	min-width: 0;
	padding-right: 22px;
}

.tcv-product-popover__title {
	display: block;
	margin: 0 0 6px;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.tcv-product-popover__desc {
	color: #555;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 8px;
}

.tcv-product-popover__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
	margin-bottom: 10px;
	color: #444;
	font-size: 12px;
}

.tcv-product-popover__sku {
	color: #06c;
	font-weight: 700;
}

.tcv-product-popover__pkg {
	background: #eef4ff;
	border-radius: 4px;
	color: #0a7cff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
}

.tcv-product-popover__stock {
	font-size: 11px;
	font-weight: 600;
}

.tcv-stock--in {
	color: #1a7a2e;
}

.tcv-stock--out {
	color: #c0392b;
}

.tcv-product-popover__pricing {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 14px;
}

.tcv-product-popover__price {
	color: #111;
	font-size: 16px;
	font-weight: 800;
}

.tcv-product-popover__per-piece {
	color: #777;
	font-size: 12px;
	font-weight: 500;
}

.tcv-product-popover__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.tcv-product-popover__actions .button,
.tcv-product-popover__actions a.button,
.tcv-product-popover__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 16px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background .15s, box-shadow .15s;
}

.tcv-product-popover__open,
a.tcv-product-popover__open,
.tcv-product-popover .tcv-product-popover__open {
	background: #fff !important;
	border: 1.5px solid #ccc !important;
	color: #333 !important;
	box-shadow: none !important;
}

.tcv-product-popover__open:hover,
a.tcv-product-popover__open:hover,
.tcv-product-popover .tcv-product-popover__open:hover {
	background: #f5f5f5 !important;
	border-color: #999 !important;
}

.tcv-product-popover__cart .button,
.tcv-product-popover__cart a.button {
	background: #0a7cff;
	border: 0;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(10, 124, 255, 0.3);
}

.tcv-product-popover__cart .button:hover,
.tcv-product-popover__cart a.button:hover {
	background: #0866d4;
	box-shadow: 0 6px 16px rgba(10, 124, 255, 0.4);
}

@media (max-width: 849px) {
	.tcv-table-wrap {
		margin: 0;
		overflow: visible;
	}

	.tcv-product-table {
		display: block;
		min-width: 0;
		width: 100%;
		font-size: 12px;
	}

	.tcv-product-table thead {
		display: none;
	}

	.tcv-product-table tbody {
		display: block;
		width: 100%;
	}

	.tcv-product-row {
		display: block;
		margin: 0 0 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.tcv-product-row:hover,
	.tcv-product-row:focus {
		background: transparent;
	}

	.tcv-product-row:focus {
		box-shadow: none;
		outline: 0;
	}

	.tcv-product-row:focus td {
		box-shadow: none;
	}

	.tcv-product-row > td:not(.tcv-product-table__catalog-card) {
		display: none;
	}

	.tcv-product-table .tcv-product-table__catalog-card {
		display: block;
		padding: 0;
		border: 0;
		background: transparent;
		white-space: normal;
	}

	.tcv-product-group-row {
		display: block;
		margin: 12px 0 4px;
	}

	.tcv-product-group-row th {
		display: block;
		padding: 4px 2px;
		border: 0;
		background: transparent;
		color: #1d5f25;
		font-size: 13px;
		font-weight: 800;
		white-space: normal;
	}

	.tcv-product-group-row--level-2 th,
	.tcv-product-group-row--level-3 th,
	.tcv-product-group-row--level-4 th {
		padding: 4px 2px;
		background: transparent;
		color: #111;
		font-size: 12px;
	}

	.tcv-product-popover {
		right: 10px;
		bottom: 10px;
		left: 10px !important;
		top: auto !important;
		width: auto !important;
		grid-template-columns: 90px 1fr;
		gap: 12px;
		padding: 18px 14px 14px 18px;
	}

	.tcv-product-popover__media {
		flex-basis: 90px;
		min-height: 82px;
	}

	.tcv-product-popover__media img {
		height: 82px !important;
		max-height: 82px;
		max-width: 82px;
		width: 82px !important;
	}
}
