.wpo-pc {
	--wpo-pc-border: #e3e3e3;
	--wpo-pc-head-bg: #fff;
	--wpo-pc-label-bg: #f7f7f7;
	--wpo-pc-accent: #03d1b9;
	--wpo-pc-accent-bg: #03d1b9;
	--wpo-pc-accent-border: #03d1b9;
	position: relative;
	margin: 1.5em 0;
}

.wpo-pc-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wpo-pc-table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	min-width: 480px;
	margin: 0;
	font-size: 0.9em;
}

.wpo-pc-table th,
.wpo-pc-table td {
	border-bottom: 1px solid var(--wpo-pc-border);
	border-right: 1px solid var(--wpo-pc-border);
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.wpo-pc-table th:last-child,
.wpo-pc-table td:last-child {
	border-right: 0;
}

.wpo-pc-cell:empty::after {
	content: var(--wpo-pc-empty, '-');
	color: #bbb;
}

.wpo-pc-row-head th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: var(--wpo-pc-head-bg);
}

.wpo-pc-label,
.wpo-pc-corner {
	position: sticky;
	left: 0;
	z-index: 1;
	background: var(--wpo-pc-label-bg);
	text-align: left;
	font-weight: 600;
	width: 180px;
}

.wpo-pc-corner {
	z-index: 3;
}

.wpo-pc-row-head .wpo-pc-label,
.wpo-pc-row-head th.wpo-pc-corner {
	top: 0;
}

.wpo-pc-col-head {
	position: relative;
	min-width: 140px;
}

.wpo-pc-col-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.wpo-pc-thumb {
	display: block;
	margin: 0 0 0.5em;
	max-width: 120px;
}

.wpo-pc-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.wpo-pc-name {
	display: block;
	font-weight: 600;
	line-height: 1.3;
}

.wpo-pc .wpo-pc-remove {
	position: absolute;
	top: 2px;
	right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 24px !important;
	min-width: 24px !important;
	max-width: 24px !important;
	height: 24px !important;
	min-height: 24px;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	border: 1px solid var(--wpo-pc-border);
	border-radius: 50% !important;
	background: #fff;
	color: #999;
	cursor: pointer;
	font-size: 16px;
}

.wpo-pc .wpo-pc-remove:hover,
.wpo-pc .wpo-pc-remove:focus {
	color: #d00;
	border-color: #d00;
	background: #fff;
}

.wpo-pc-price {
	font-weight: 600;
}

.wpo-pc-attr-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
	text-align: left;
}

.wpo-pc-attr-list li {
	margin: 0;
	padding-left: 1em;
	position: relative;
}

.wpo-pc-attr-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.5;
}

.wpo-pc-desc {
	font-size: 0.9em;
	text-align: left;
}

.wpo-pc-col-cta {
	margin-top: auto;
	padding-top: 0.7em;
	width: 100%;
}

.wpo-pc-col-cta .quick-view {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
}

.wpo-pc .quick-view.processing {
	color: transparent !important;
}

.wpo-pc .quick-view.processing::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	margin: -15px 0 0 -15px !important;
}

.wpo-pc-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-start;
}

.wpo-pc-swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--wpo-pc-border);
	pointer-events: none;
}

.wpo-pc-swatch .ux-swatch__color {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--swatch-color, #ccc);
}

.wpo-pc-swatch .ux-swatch__color--dual-color {
	background: linear-gradient(135deg, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%);
}

.wpo-pc-swatch .ux-swatch__img,
.wpo-pc-swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpo-pc-swatch__name {
	font-size: 0.7em;
	padding: 0 2px;
}

.wpo-pc-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75em;
	margin-top: 1em;
}

.wpo-pc-toolbar .wpo-pc-clear {
	margin: 0 !important;
	line-height: 1.2;
}

.wpo-pc-diff-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	margin: 0 auto 0 0;
	cursor: pointer;
	font-size: 0.9em;
	user-select: none;
}

.wpo-pc-diff-toggle input {
	margin: 0;
	cursor: pointer;
}

.wpo-pc-show-diff .wpo-pc-row-diff td.wpo-pc-cell {
	background: #fff7e6;
}

.wpo-pc-show-diff .wpo-pc-row-diff .wpo-pc-label {
	background: #fdf3df;
}

.wpo-pc-add {
	position: relative;
	min-width: 260px;
	max-width: 320px;
}

.wpo-pc-select {
	width: 100%;
	box-sizing: border-box;
	min-height: 48px;
	padding: 0.7em 2.4em 0.7em 0.85em;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%239a9aa5' stroke-width='1.5' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85em center;
	background-size: 12px;
	border: 1px dashed #c9c9d4;
	border-radius: 8px;
	color: #4a4a55;
	font-size: 0.85em;
	line-height: 1.3;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.wpo-pc-select:hover,
.wpo-pc-select:focus {
	border-color: var(--wpo-pc-accent);
	color: var(--wpo-pc-accent);
	outline: none;
}

.wpo-pc .select2-container {
	width: 100% !important;
}

.wpo-pc .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	height: auto;
	min-height: 48px;
	padding: 0.55em 0.85em;
	background: transparent;
	border: 1px dashed #c9c9d4;
	border-radius: 8px;
	transition: border-color 0.15s ease;
}

.wpo-pc .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #4a4a55;
	font-size: 0.85em;
	line-height: 1.3;
}

.wpo-pc .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #9a9aa5;
}

.wpo-pc .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0.6em;
	height: 100%;
}

.wpo-pc .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #9a9aa5 transparent transparent;
}

.wpo-pc .select2-container--default .select2-selection--single:hover,
.wpo-pc .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--wpo-pc-accent);
}

.wpo-pc .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #9a9aa5;
}

.wpo-pc-opt {
	display: flex;
	align-items: center;
	gap: 0.6em;
	width: 100%;
}

.wpo-pc-opt__thumb {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
}

.wpo-pc-opt__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpo-pc-opt__name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpo-pc-opt__price {
	flex: 0 0 auto;
	margin-left: auto;
	color: #555;
	font-weight: 600;
}

.select2-results__option:has(.wpo-pc-opt) {
	padding: 0.5em 0.75em;
}

.select2-results__option--highlighted:has(.wpo-pc-opt) .wpo-pc-opt__name,
.select2-results__option--highlighted:has(.wpo-pc-opt) .wpo-pc-opt__price {
	color: #fff !important;
}

.wpo-pc-opt--selection .wpo-pc-opt__thumb {
	width: 28px;
	height: 28px;
}


.wpo-pc-dropdown.select2-dropdown {
	border: 1px solid #c9c9d4;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.wpo-pc-dropdown .select2-search--dropdown {
	padding: 0.5em;
	border-bottom: 1px solid #e3e3e3;
}

.wpo-pc-dropdown .select2-search--dropdown .select2-search__field {
	border: 1px solid #c9c9d4;
	border-radius: 6px;
	padding: 0.4em 0.6em;
	font-size: 0.85em;
	outline: none;
}

.wpo-pc-dropdown .select2-search--dropdown .select2-search__field:focus {
	border-color: #03d1b9;
}

.wpo-pc-box-title {
	margin: 1.5em 0 0.6em;
	/*font-size: 1.15em;*/
	/*font-weight: 600;*/
	/*line-height: 1.3;*/
}

.wpo-pc-box-title > :first-child {
	margin-top: 0;
}

.wpo-pc-box-title > :last-child {
	margin-bottom: 0;
}

.wpo-pc-box {
	--wpo-pc-accent: #03d1b9;
	--wpo-pc-accent-bg: #03d1b9;
	--wpo-pc-accent-border: #03d1b9;
	background: #f7f7f9;
	border-radius: 10px;
	padding: 1.25em;
	margin: 1.5em 0;
	/*max-width: 480px;*/
}

.wpo-pc-box__card {
	display: flex;
	align-items: center;
	gap: 0.65em;
	padding: 0.7em 0.85em;
	background: #fff;
	border: 1px solid var(--wpo-pc-border);
	border-radius: 8px;
}

.wpo-pc-box__card--current {
	background: var(--wpo-pc-accent-bg);
	border-color: var(--wpo-pc-accent-border);
	color: #fff;
}

.wpo-pc-box__icon {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpo-pc-box__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpo-pc-box__title {
	min-width: 0;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.wpo-pc-box__vs {
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9a9aa5;
	margin: 0.6em 0;
}

.wpo-pc-box--suggestions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.5em 0.75em;
}

.wpo-pc-box--suggestions .wpo-pc-box__card--current {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.wpo-pc-box--suggestions .wpo-pc-box__vs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin: 0;
}

.wpo-pc-box--suggestions .wpo-pc-suggest {
	display: contents;
}

.wpo-pc-box--suggestions .wpo-pc-suggest button{
	margin: 0!important;
}

.wpo-pc-box--suggestions .wpo-pc-suggest-toggle {
	flex: 1 1 0;
	min-width: 0;
}

.wpo-pc-box--suggestions .wpo-pc-suggest-list {
	flex: 0 0 100%;
	margin-top: 0.25em;
}

.wpo-pc-suggest-toggle {
	display: flex;
	align-items: center;
	gap: 0.5em;
	width: 100%;
	padding: 0.7em 0.85em;
	background: transparent;
	border: 1px dashed #c9c9d4;
	border-radius: 8px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 500;
	color: #4a4a55;
	text-align: left;
}

.wpo-pc-suggest-toggle__label{
	font-size: 9px;
	line-height: 1.5;
}

.wpo-pc-suggest-toggle__icon {
	font-size: 1.2em;
	line-height: 1;
}

.wpo-pc-suggest-toggle:hover {
	border-color: var(--wpo-pc-accent);
	color: var(--wpo-pc-accent);
}

.wpo-pc-suggest-toggle[aria-expanded="true"] {
	border-color: #c9c9d4;
	color: #4a4a55;
	background: transparent;
}

.wpo-pc-suggest-toggle[aria-expanded="true"]:hover {
	border-color: var(--wpo-pc-accent);
	color: var(--wpo-pc-accent);
}

.wpo-pc-suggest-list {
	display: none;
	margin-top: 0.85em;
}

.wpo-pc-suggest-heading {
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9a9aa5;
	margin-bottom: 0.5em;
}

.wpo-pc-suggest-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.wpo-pc-suggest-add {
	display: flex;
	align-items: center;
	gap: 0.75em;
	padding: 0.6em 0.85em;
	background: #fff;
	border: 1px solid var(--wpo-pc-border);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease;
}

.wpo-pc-suggest-add:hover {
	border-color: var(--wpo-pc-accent);
}

.wpo-pc-suggest-thumb {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpo-pc-suggest-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpo-pc-suggest-name {
	flex: 1 1 auto;
	font-weight: 600;
}

.wpo-pc-suggest-plus {
	flex: 0 0 auto;
	font-size: 1.3em;
	line-height: 1;
	color: #9a9aa5;
}

.wpo-pc-suggest-add:hover .wpo-pc-suggest-plus {
	color: var(--wpo-pc-accent);
}

.wpo-pc-box__select-form {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.wpo-pc-box__select {
	flex: 1 1 auto;
	min-width: 160px;
}

.wpo-pc-box__empty {
	margin: 0;
	color: #777;
	font-size: 0.9em;
}

.wpo-pc-suggest-list.is-open {
	display: block;
}

.wpo-pc-suggest-item--extra {
	display: none;
}

.wpo-pc-suggest-list.is-expanded .wpo-pc-suggest-item--extra {
	display: block;
}

.wpo-pc-suggest-more {
	display: block;
	width: 100%;
	margin-top: 0.5em;
	padding: 0.5em 0.85em;
	background: none;
	border: 1px dashed var(--wpo-pc-border);
	border-radius: 8px;
	color: var(--wpo-pc-accent);
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.wpo-pc-suggest-more:hover {
	border-color: var(--wpo-pc-accent);
}

.wpo-pc-suggest-list.is-expanded .wpo-pc-suggest-more {
	display: none;
}

body.wpo-pc-lightbox-open {
	overflow: hidden;
}

.wpo-pc-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1003;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpo-pc-lightbox[hidden] {
	display: none;
}

.wpo-pc-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.wpo-pc-lightbox__dialog {
	position: relative;
	background: #fff;
	border-radius: 6px;
	max-width: 92vw;
	max-height: 85vh;
	overflow: auto;
	padding: 3.25em 1.25em 1.25em;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.wpo-pc-lightbox .wpo-pc {
	margin: 0;
}

.wpo-pc-lightbox__close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.wpo-pc-lightbox__close:hover {
	color: #000;
}

.wpo-pc-lightbox__footer {
	flex: 0 0 auto;
	margin-top: 1em;
	text-align: center;
}

.wpo-pc-lightbox .wpo-pc-toolbar {
	flex: 0 0 auto;
}

.wpo-pc-suggest--bottom {
	--wpo-pc-accent: #03d1b9;
	--wpo-pc-accent-bg: #03d1b9;
	--wpo-pc-accent-border: #03d1b9;
	flex: 0 0 auto;
	margin-top: 0.85em;
}

.wpo-pc-suggest--bottom .wpo-pc-suggest-list ul {
	max-height: 38vh;
	overflow-y: auto;
}

.wpo-pc-col-add {
	--wpo-pc-accent: #03d1b9;
	--wpo-pc-accent-bg: #03d1b9;
	--wpo-pc-accent-border: #03d1b9;
	vertical-align: middle;
	min-width: 160px;
}

.wpo-pc-suggest-list--overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: min(360px, 90vw);
	margin: 10px 0 0 8px;
	padding: 1.25em;
	background: #f7f7f9;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	text-align: left;
	max-height: 60vh;
	overflow-y: auto;
}

.wpo-pc-table .wpo-pc-add-cell {
	background: #fafafa;
}

.wpo-pc-empty {
	padding: 2em;
	text-align: center;
	color: #777;
}

.wpo-pc-page-empty {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
}

.wpo-pc-page-empty__hint {
	margin: 0;
	color: #777;
}

.wpo-pc-slots {
	display: grid;
	grid-template-columns: repeat(var(--wpo-pc-cols, 4), 1fr);
	gap: 0.75em;
}

.wpo-pc-slot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	min-height: 160px;
	padding: 1em;
	margin: 0;
	border: 1px dashed var(--wpo-pc-border);
	border-radius: 10px;
	background: #fff;
	color: #9a9aa5;
	cursor: pointer;
}

.wpo-pc-slot:hover {
	border-color: var(--wpo-pc-accent);
	color: var(--wpo-pc-accent);
}

.wpo-pc-slot__plus {
	font-size: 1.8em;
	line-height: 1;
}

.wpo-pc-slot__label {
	font-size: 0.85em;
}

.wpo-pc-add--empty {
	max-width: 320px;
}

@keyframes wpo-pc-spin {
	to {
		transform: rotate(360deg);
	}
}

.wpo-pc-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.1em;
	min-height: 260px;
	min-width: min(62vw, 380px);
	padding: 2.5em 2em;
}

.wpo-pc-loading__label {
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #6a6a6a;
}

.wpo-pc-spinner {
	display: block;
	width: 48px;
	height: 48px;
	border: 4px solid var(--wpo-pc-border, #e3e3e3);
	border-top-color: var(--wpo-pc-accent, #333);
	border-radius: 50%;
	animation: wpo-pc-spin 0.75s linear infinite;
}

.wpo-pc-is-loading {
	position: relative;
	pointer-events: none;
}

.wpo-pc-is-loading::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 5;
}

.wpo-pc-is-loading::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	border: 3px solid var(--wpo-pc-border, #e3e3e3);
	border-top-color: var(--wpo-pc-accent, #333);
	border-radius: 50%;
	animation: wpo-pc-spin 0.8s linear infinite;
	z-index: 6;
}

@media (prefers-reduced-motion: reduce) {
	.wpo-pc-spinner,
	.wpo-pc-is-loading::before {
		animation-duration: 1.6s;
	}
}

@media (max-width: 549px) {
	.wpo-pc-lightbox__dialog {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.wpo-pc-lightbox__content {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
	}

	.wpo-pc-lightbox .wpo-pc {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
	}

	.wpo-pc-lightbox .wpo-pc-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
	}

	.wpo-pc-table,
	.wpo-pc-table thead,
	.wpo-pc-table tbody,
	.wpo-pc-table th,
	.wpo-pc-table td {
		display: block;
		width: auto;
	}

	.wpo-pc-table {
		min-width: 100%;
		width: max-content;
		font-size: 0.9em;
	}

	.wpo-pc-table .wpo-pc-corner {
		display: none;
	}

	.wpo-pc-row-head,
	.wpo-pc-table tbody tr {
		display: grid;
		grid-template-columns: repeat(var(--wpo-pc-cols, 2), clamp(150px, 50vw, 160px));
		align-items: stretch;
		width: max-content;
	}

	.wpo-pc-row-head {
		position: sticky;
		top: 0;
		z-index: 4;
		background: #fff;
		border: 1px solid var(--wpo-pc-border);
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 1em;
		box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.3);
	}

	.wpo-pc-row-head th {
		position: relative;
		top: auto;
		z-index: auto;
		border: 0;
		padding: 0.6em 0.4em;
	}

	.wpo-pc-row-head .wpo-pc-col-head + .wpo-pc-col-head {
		border-left: 1px solid var(--wpo-pc-border);
	}

	.wpo-pc-row-head .wpo-pc-thumb {
		max-width: 90px;
	}

	.wpo-pc-table tbody tr {
		border: 1px solid var(--wpo-pc-border);
		margin-bottom: 1em;
	}

	.wpo-pc-table tbody .wpo-pc-label {
		grid-column: 1 / -1;
		position: sticky;
		left: 0;
		width: auto;
		max-width: none;
		border: 0;
		border-bottom: 1px solid var(--wpo-pc-border);
		padding: 0.7em 1em;
		font-weight: 700;
		text-align: left;
		white-space: normal;
		background: var(--wpo-pc-label-bg);
	}

	.wpo-pc-table tbody .wpo-pc-cell {
		border: 0;
		padding: 0.85em 0.7em;
	}

	.wpo-pc-table tbody .wpo-pc-cell + .wpo-pc-cell {
		border-left: 1px solid var(--wpo-pc-border);
	}

	/* Nazwa produktu jest w sticky naglowku - nie powtarzamy jej w kazdej komorce na mobile. */
	.wpo-pc-table tbody .wpo-pc-cell::before {
		display: none;
	}

	.wpo-pc-table tbody .wpo-pc-cell:empty::after {
		display: block;
	}

	.wpo-pc-suggest-list--overlay.is-open {
		margin: 0!important;
		position: fixed;
		top: auto;
		left: 8px !important;
		right: 8px;
		bottom: 0;
		padding: 8px;
		width: calc(100% - 16px);
		max-width: none;
		border-radius: 10px 10px 0 0;
		box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
		max-height: 75vh;
		overflow-y: auto;
		z-index: 1010;
	}

	.wpo-pc-box__title {
		font-size: 0.8em;
	}

	.wpo-pc-add--empty {
		max-width: 100%;
	}

	.wpo-pc-slots {
		grid-template-columns: repeat(2, 1fr);
	}

	.wpo-pc-slot {
		min-height: 120px;
	}
}

.wpo-pc-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wpo-pc-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translate(-50%, 20px);
	z-index: 100001;
	max-width: 90vw;
	padding: 0.75em 1.25em;
	background: #323232;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	font-size: 0.9em;
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
}

.wpo-pc-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}
