.copyero-shop-category {
	--copyero-shop-accent: #0f6bdc;
	--copyero-shop-accent-dark: #0a4fb6;
	--copyero-shop-ink: #17324d;
	--copyero-shop-muted: #5f7390;
	--copyero-shop-surface: #ffffff;
	--copyero-shop-surface-alt: #f3f8ff;
	--copyero-shop-border: rgba(15, 107, 220, 0.16);
	--copyero-shop-shadow: 0 24px 60px rgba(23, 50, 77, 0.12);
}

.copyero-shop-category .woocommerce-products-header {
	margin-bottom: 24px;
}

.copyero-shop-category .woocommerce-products-header__title.page-title {
	max-width: 840px;
	font-size: clamp(2rem, 3.4vw, 3.4rem);
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--copyero-shop-ink);
}

.copyero-shop-category .copyero-shop-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 28px;
	margin: 0 0 32px;
	padding: 34px;
	border: 1px solid var(--copyero-shop-border);
	border-radius: 32px;
	background:
		radial-gradient(circle at top left, rgba(15, 107, 220, 0.12), transparent 34%),
		linear-gradient(135deg, #fafdff 0%, #edf5ff 48%, #ffffff 100%);
	box-shadow: var(--copyero-shop-shadow);
}

.copyero-shop-category .copyero-shop-hero__eyebrow,
.copyero-shop-category .copyero-shop-loop-intro__eyebrow {
	margin: 0 0 12px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .copyero-shop-hero__title,
.copyero-shop-category .copyero-shop-loop-intro__title {
	margin: 0;
	color: var(--copyero-shop-ink);
}

.copyero-shop-category .copyero-shop-hero__title {
	font-size: clamp(1.75rem, 2.6vw, 2.75rem);
	line-height: 1.1;
}

.copyero-shop-category .copyero-shop-hero__lead,
.copyero-shop-category .copyero-shop-loop-intro__text {
	margin: 16px 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--copyero-shop-muted);
}

.copyero-shop-category .copyero-shop-hero__benefits {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.copyero-shop-category .copyero-shop-hero__benefits li {
	position: relative;
	padding-right: 0;
	padding-left: 34px;
	color: var(--copyero-shop-ink);
	font-weight: 500;
	line-height: 1.6;
}

.copyero-shop-category .copyero-shop-hero__benefits li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background:
		radial-gradient(circle at center, #ffffff 0 28%, transparent 31%),
		linear-gradient(135deg, #20c997 0%, var(--copyero-shop-accent) 100%);
	box-shadow: 0 8px 18px rgba(15, 107, 220, 0.24);
}

.copyero-shop-category .copyero-shop-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 20px;
	margin-top: 28px;
}

.copyero-shop-category .copyero-shop-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--copyero-shop-accent) 0%, var(--copyero-shop-accent-dark) 100%);
	box-shadow: 0 16px 32px rgba(15, 107, 220, 0.24);
	color: #ffffff;
	font-weight: 700;
}

.copyero-shop-category .copyero-shop-hero__cta:hover,
.copyero-shop-category .copyero-shop-hero__cta:focus {
	color: #ffffff;
	transform: translateY(-1px);
}

.copyero-shop-category .copyero-shop-hero__note {
	margin: 0;
	max-width: 320px;
	color: var(--copyero-shop-muted);
	line-height: 1.5;
}

.copyero-shop-category .copyero-shop-hero__aside {
	display: grid;
	gap: 18px;
	align-content: start;
}

.copyero-shop-category .copyero-shop-hero__card,
.copyero-shop-category .copyero-shop-hero__metric {
	padding: 22px;
	border: 1px solid rgba(15, 107, 220, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
}

.copyero-shop-category .copyero-shop-hero__card-label {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .copyero-shop-hero__card strong,
.copyero-shop-category .copyero-shop-hero__metric strong {
	display: block;
	color: var(--copyero-shop-ink);
}

.copyero-shop-category .copyero-shop-hero__card strong {
	font-size: 1.2rem;
	line-height: 1.35;
}

.copyero-shop-category .copyero-shop-hero__card p,
.copyero-shop-category .copyero-shop-hero__metric span {
	margin: 8px 0 0;
	color: var(--copyero-shop-muted);
	line-height: 1.55;
}

.copyero-shop-category .copyero-shop-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.copyero-shop-category .copyero-shop-hero__metric strong {
	font-size: 1.2rem;
}

.copyero-shop-category .copyero-shop-loop-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 20px;
	padding: 0 4px;
}

.copyero-shop-category .copyero-shop-loop-intro__title {
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 1.15;
}

.copyero-shop-category .copyero-shop-loop-intro__text {
	max-width: 520px;
}

.copyero-shop-category .shop-top-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 18px;
	margin: 20px 0 28px;
}

.copyero-shop-category .shop-top-row .shop-info-notice {
	flex: 1 1 auto;
	min-width: 0;
}

.copyero-shop-category .shop-info-notice.copyero-sales-notice {
	padding: 0;
	border: 1px solid var(--copyero-shop-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(15, 107, 220, 0.14), transparent 30%),
		linear-gradient(135deg, #fafdff 0%, #edf5ff 52%, #ffffff 100%);
	box-shadow: 0 18px 42px rgba(23, 50, 77, 0.1);
	color: var(--copyero-shop-ink);
	overflow: hidden;
}

.copyero-shop-category .copyero-sales-notice .shop-info-notice__title {
	display: none;
}

.copyero-shop-category .copyero-sales-notice .shop-info-notice__body {
	display: grid;
	gap: 16px;
	padding: 24px 26px 20px;
}

.copyero-shop-category .copyero-sales-notice__top {
	max-width: 760px;
}

.copyero-shop-category .copyero-sales-notice__eyebrow {
	margin: 0 0 8px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .copyero-sales-notice__headline {
	margin: 0;
	font-size: clamp(1.4rem, 2.2vw, 2rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--copyero-shop-ink);
}

.copyero-shop-category .copyero-sales-notice__lead {
	margin: 10px 0 0;
	max-width: 700px;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--copyero-shop-muted);
}

.copyero-shop-category .copyero-sales-notice__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.copyero-shop-category .copyero-sales-notice__chip {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(15, 107, 220, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--copyero-shop-ink);
	font-size: 0.94rem;
	font-weight: 600;
}

.copyero-shop-category .copyero-sales-notice__trust {
	margin: 0;
	max-width: 620px;
	color: var(--copyero-shop-muted);
	line-height: 1.5;
}

.copyero-shop-category .copyero-sales-notice__promo {
	display: grid;
	gap: 8px;
	padding: 16px 18px 18px;
	border: 1px solid rgba(15, 107, 220, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
}

.copyero-shop-category .copyero-sales-notice__promo-eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .copyero-sales-notice__promo-title {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.3;
	color: var(--copyero-shop-ink);
}

.copyero-shop-category .copyero-sales-notice__promo-text {
	margin: 0;
	color: var(--copyero-shop-muted);
	line-height: 1.55;
}

.copyero-shop-category .copyero-sales-notice__promo-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-weight: 600;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .copyero-sales-notice__promo-link:hover,
.copyero-shop-category .copyero-sales-notice__promo-link:focus {
	color: var(--copyero-shop-accent-dark);
}

.copyero-shop-category .copyero-sales-notice__promo-link::after {
	content: "→";
	font-size: 0.95em;
}

.copyero-shop-category .widget_shopping_cart,
.copyero-shop-category .woocommerce .widget_shopping_cart {
	position: sticky;
	top: 24px;
	border: 1px solid var(--copyero-shop-border);
	border-radius: 28px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 18px 42px rgba(23, 50, 77, 0.1);
	overflow: hidden;
}

.copyero-shop-category .shop-cart {
	flex: 0 0 430px;
	align-self: stretch;
	max-width: 430px;
	width: 430px;
}

.copyero-shop-category .shop-cart .cart-card {
	position: sticky;
	top: 24px;
	border: 1px solid var(--copyero-shop-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(15, 107, 220, 0.12), transparent 34%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 18px 42px rgba(23, 50, 77, 0.1);
	overflow: hidden;
}

.copyero-shop-category .shop-cart .cart-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	background: rgba(15, 107, 220, 0.08);
	border-bottom: 1px solid rgba(15, 107, 220, 0.12);
}

.copyero-shop-category .shop-cart .cart-card__title {
	color: var(--copyero-shop-ink);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.copyero-shop-category .shop-cart .cart-card__meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(15, 107, 220, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--copyero-shop-accent-dark);
	font-size: 0.95rem;
	font-weight: 700;
}

.copyero-shop-category .shop-cart .cart-card__body {
	padding: 18px 22px 22px;
}

.copyero-shop-category .shop-cart .my-cart-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0;
}

.copyero-shop-category .shop-cart .my-cart-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px dashed rgba(95, 115, 144, 0.24);
}

.copyero-shop-category .shop-cart .my-cart-item:last-child {
	border-bottom: 0;
}

.copyero-shop-category .shop-cart .my-cart-item .my-cart-item__details {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.copyero-shop-category .shop-cart .my-cart-item a {
	min-width: 0;
	color: var(--copyero-shop-accent);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.copyero-shop-category .shop-cart .my-cart-item .copyero-cart-item-category {
	color: var(--copyero-shop-muted);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.3;
}

.copyero-shop-category .shop-cart .my-cart-item .qty,
.copyero-shop-category .shop-cart .my-cart-item .line-total {
	color: var(--copyero-shop-muted);
	font-weight: 600;
	white-space: nowrap;
}

.copyero-shop-category .shop-cart .my-cart-total {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(15, 107, 220, 0.1);
	color: var(--copyero-shop-muted);
	font-size: 1rem;
}

.copyero-shop-category .shop-cart .my-cart-total strong {
	color: var(--copyero-shop-ink);
	font-size: 1.15rem;
}

.copyero-shop-category .shop-cart .my-cart-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.copyero-shop-category .shop-cart .my-cart-actions .button,
.copyero-shop-category .shop-cart .my-cart-actions .button.checkout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 16px;
	border-radius: 16px;
	border: 0;
	background: linear-gradient(135deg, var(--copyero-shop-accent) 0%, var(--copyero-shop-accent-dark) 100%);
	box-shadow: 0 14px 28px rgba(15, 107, 220, 0.2);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.copyero-shop-category .shop-cart .my-cart-actions .button:hover,
.copyero-shop-category .shop-cart .my-cart-actions .button.checkout:hover,
.copyero-shop-category .shop-cart .my-cart-actions .button:focus,
.copyero-shop-category .shop-cart .my-cart-actions .button.checkout:focus {
	color: #ffffff;
	transform: translateY(-1px);
}

.copyero-shop-category .shop-cart .my-cart.is-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	border: 1px dashed rgba(15, 107, 220, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--copyero-shop-muted);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.copyero-shop-category .shop-cart .my-cart.is-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	border: 1px dashed rgba(15, 107, 220, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--copyero-shop-muted);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.copyero-shop-category .widget_shopping_cart .widget-title,
.copyero-shop-category .woocommerce .widget_shopping_cart .widget-title {
	padding: 22px 24px;
	background: transparent;
	color: var(--copyero-shop-ink);
	font-size: 1.35rem;
	font-weight: 700;
}

.copyero-shop-category .widget_shopping_cart .widget_shopping_cart_content {
	padding: 0 24px 24px;
}

.copyero-shop-category .site-main .copyero-table-scroll {
	position: relative;
	margin-bottom: 28px;
	padding-bottom: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.copyero-shop-category .site-main .copyero-table-scroll::after {
	content: "";
	position: sticky;
	right: 0;
	width: 26px;
	height: 100%;
	float: right;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
	pointer-events: none;
}

.copyero-shop-category .site-main table.copyero-shop-data-table {
	min-width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 12px;
	background: transparent;
}

.copyero-shop-category .site-main table.copyero-shop-data-table thead th {
	padding: 0 18px 14px;
	border: 0;
	background: transparent;
	color: var(--copyero-shop-muted);
	font-size: 0.92rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.copyero-shop-category .site-main table.copyero-shop-data-table thead th .sort-icon {
	margin-left: 6px;
	font-size: 0.82rem;
	opacity: 0.7;
}

.copyero-shop-category .site-main table.copyero-shop-data-table thead th:hover .sort-icon {
	opacity: 1;
}

.copyero-shop-category .site-main table.copyero-shop-data-table tbody tr {
	filter: drop-shadow(0 16px 24px rgba(23, 50, 77, 0.08));
}

.copyero-shop-category .site-main table.copyero-shop-data-table tbody td {
	padding: 18px;
	border-top: 1px solid rgba(15, 107, 220, 0.08);
	border-bottom: 1px solid rgba(15, 107, 220, 0.08);
	background: var(--copyero-shop-surface);
	color: var(--copyero-shop-ink);
	vertical-align: middle;
}

.copyero-shop-category .site-main table.copyero-shop-data-table tbody td:first-child {
	border-right: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-left: 1px solid rgba(15, 107, 220, 0.08);
}

.copyero-shop-category .site-main table.copyero-shop-data-table tbody td:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 1px solid rgba(15, 107, 220, 0.08);
}

.copyero-shop-category .site-main table.copyero-shop-data-table tbody tr:hover td {
	background: var(--copyero-shop-surface-alt);
}

.copyero-shop-category .site-main table.copyero-shop-data-table a {
	font-weight: 600;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .button,
.copyero-shop-category .site-main table.copyero-shop-data-table .add_to_cart_button,
.copyero-shop-category .site-main table.copyero-shop-data-table .ajax_add_to_cart,
.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	font-weight: 700;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .button:hover,
.copyero-shop-category .site-main table.copyero-shop-data-table .add_to_cart_button:hover,
.copyero-shop-category .site-main table.copyero-shop-data-table .ajax_add_to_cart:hover,
.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger:hover,
.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger:focus {
	color: #ffffff;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger {
	gap: 0;
	width: 28px;
	min-width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--copyero-shop-accent);
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger:hover,
.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger:focus {
	background: transparent;
	box-shadow: none;
	color: var(--copyero-shop-accent-dark);
	transform: none;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 20px;
	height: 20px;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger__icon::before,
.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: currentColor;
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger__icon::before {
	width: 16px;
	height: 2px;
}

.copyero-shop-category .site-main table.copyero-shop-data-table .copyero-qv-trigger__icon::after {
	width: 2px;
	height: 16px;
}

@media (max-width: 1200px) {
	.copyero-shop-category .copyero-shop-hero {
		grid-template-columns: 1fr;
	}

	.copyero-shop-category .copyero-shop-hero__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.copyero-shop-category .copyero-shop-loop-intro {
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width: 920px) {
	.copyero-shop-category .shop-top-row {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.copyero-shop-category .shop-top-row .shop-info-notice,
	.copyero-shop-category .shop-top-row .shop-cart {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}

	.copyero-shop-category .copyero-shop-hero {
		padding: 26px;
		border-radius: 24px;
	}

	.copyero-shop-category .copyero-sales-notice .shop-info-notice__body {
		padding: 22px 20px 18px;
	}

	.copyero-shop-category .copyero-shop-hero__metrics {
		grid-template-columns: 1fr;
	}

	.copyero-shop-category .widget_shopping_cart,
	.copyero-shop-category .woocommerce .widget_shopping_cart {
		position: static;
	}

	.copyero-shop-category .shop-cart {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	.copyero-shop-category .shop-cart .cart-card {
		position: static;
	}
}

@media (max-width: 768px) {
	.copyero-shop-category .woocommerce-products-header__title.page-title {
		font-size: clamp(1.8rem, 9vw, 2.3rem);
	}

	.copyero-shop-category .copyero-shop-hero {
		margin-bottom: 24px;
		padding: 22px 18px;
	}

	.copyero-shop-category .shop-cart .cart-card__header,
	.copyero-shop-category .shop-cart .cart-card__body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.copyero-shop-category .shop-cart .my-cart-item {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.copyero-shop-category .shop-cart .my-cart-item .line-total {
		grid-column: 1 / -1;
	}

	.copyero-shop-category .shop-cart .my-cart-actions {
		grid-template-columns: 1fr;
	}

	.copyero-shop-category .copyero-shop-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.copyero-shop-category .copyero-shop-hero__cta {
		width: 100%;
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table {
		display: block;
		min-width: 0;
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table thead {
		display: none;
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table tbody,
	.copyero-shop-category .site-main table.copyero-shop-data-table tr,
	.copyero-shop-category .site-main table.copyero-shop-data-table td {
		display: block;
		width: 100%;
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table tbody tr {
		margin-bottom: 14px;
		padding: 8px;
		border-radius: 22px;
		background: #ffffff;
		box-shadow: 0 14px 28px rgba(23, 50, 77, 0.08);
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table tbody td {
		padding: 10px 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		text-align: left !important;
	}

	.copyero-shop-category .site-main table.copyero-shop-data-table tbody td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 6px;
		color: var(--copyero-shop-muted);
		font-size: 0.8rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}

	.copyero-shop-category .site-main .copyero-table-scroll::after {
		display: none;
	}
}

html.copyero-qv-open,
html.copyero-qv-open body {
	overflow: hidden;
}

.copyero-qv[hidden] {
	display: none;
}

.copyero-qv {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.copyero-qv__overlay {
	position: absolute;
	inset: 0;
	background: rgba(12, 25, 44, 0.5);
	backdrop-filter: blur(6px);
}

.copyero-qv__dialog {
	position: relative;
	width: min(540px, calc(100vw - 32px)) !important;
	max-height: calc(100vh - 40px);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 32px 80px rgba(12, 25, 44, 0.24);
	overflow: hidden;
}

.copyero-qv__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 107, 220, 0.08);
	color: #2756d8;
	font-size: 1.8rem;
	line-height: 1;
}

.copyero-qv__content {
	max-height: calc(100vh - 40px);
	overflow: auto;
}

.copyero-qv__layout {
	display: block;
}

.copyero-qv__summary {
	padding: 18px 20px 20px;
}

.copyero-qv__summary.single-product .product {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"title price"
		"form form";
	column-gap: 18px;
	row-gap: 16px;
	align-items: start;
	margin: 0 !important;
}

.copyero-qv__summary.single-product .product_title {
	grid-area: title;
	margin: 0;
	padding-right: 56px;
	font-size: clamp(1.25rem, 2vw, 1.85rem);
	line-height: 1.12;
	color: #1f2f49;
	word-break: break-word;
}

.copyero-qv__summary .copyero-qv__price {
	grid-area: price;
	margin-top: 4px;
	margin-right: 66px;
	padding-right: 0;
	font-size: clamp(1.1rem, 1.6vw, 1.45rem);
	font-weight: 700;
	line-height: 1.1;
	color: #4c5566;
	white-space: nowrap;
	text-align: right;
}

.copyero-qv__form-wrap {
	grid-area: form;
	margin-top: 0;
}

.copyero-qv__summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
	align-items: flex-end;
	margin: 0;
}

.copyero-qv__summary .ppom-wrapper,
.copyero-qv__summary .ppom-input-form {
	flex: 1 1 100%;
}

.copyero-qv__summary .ppom-wrapper {
	width: 100%;
}

.copyero-qv__summary .ppom-wrapper > .row,
.copyero-qv__summary .ppom-input-form > .row,
.copyero-qv__summary .ppom-wrapper .ppom-row,
.copyero-qv__summary .ppom-input-form .ppom-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}

.copyero-qv__summary .ppom-rendering-fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
	margin: 0 !important;
	align-items: start;
	direction: ltr;
}

.copyero-qv__summary .ppom-rendering-fields > .ppom-field-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
	direction: ltr;
}

.copyero-qv__summary .ppom-wrapper [class*="col-12"],
.copyero-qv__summary .ppom-input-form [class*="col-12"] {
	width: 100%;
	max-width: 100%;
	flex: none;
}

.copyero-qv__summary .ppom-wrapper .ppom-price-container,
.copyero-qv__summary .ppom-wrapper .ppom-description,
.copyero-qv__summary .ppom-wrapper .ppom-divider-wrapper,
.copyero-qv__summary .ppom-wrapper .woocommerce-variation-add-to-cart,
.copyero-qv__summary .ppom-wrapper #ppom-price-cloner-wrapper,
.copyero-qv__summary .ppom-wrapper #ppom-price-cloner,
.copyero-qv__summary .ppom-wrapper .ppom-price-cloner,
.copyero-qv__summary .ppom-wrapper #ppom-error-container,
.copyero-qv__summary .ppom-input-form .ppom-price-container,
.copyero-qv__summary .ppom-input-form .ppom-description,
.copyero-qv__summary .ppom-input-form .ppom-divider-wrapper,
.copyero-qv__summary .ppom-input-form #ppom-price-cloner-wrapper,
.copyero-qv__summary .ppom-input-form #ppom-price-cloner,
.copyero-qv__summary .ppom-input-form .ppom-price-cloner,
.copyero-qv__summary .ppom-input-form .woocommerce-variation-add-to-cart {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.copyero-qv__summary .ppom-wrapper #ppom-price-cloner-wrapper,
.copyero-qv__summary .ppom-wrapper #ppom-price-cloner,
.copyero-qv__summary .ppom-wrapper .ppom-price-cloner,
.copyero-qv__summary .ppom-input-form #ppom-price-cloner-wrapper,
.copyero-qv__summary .ppom-input-form #ppom-price-cloner,
.copyero-qv__summary .ppom-input-form .ppom-price-cloner,
.copyero-qv__summary .ppom-wrapper .ppom-price-container,
.copyero-qv__summary .ppom-input-form .ppom-price-container {
	display: none !important;
}

.copyero-qv__summary .ppom-field-wrapper,
.copyero-qv__summary .form-row {
	margin-bottom: 10px;
}

.copyero-qv__summary .ppom-field-wrapper label {
	margin-bottom: 6px;
}

.copyero-qv__summary .ppom-input-form .form-group {
	margin-bottom: 0;
}

.copyero-qv__summary label {
	display: block;
	margin-bottom: 8px;
	color: #4c5566;
	font-size: 1rem;
	font-weight: 700;
}

.copyero-qv__summary input[type="text"],
.copyero-qv__summary input[type="url"],
.copyero-qv__summary input[type="email"],
.copyero-qv__summary input[type="number"],
.copyero-qv__summary textarea,
.copyero-qv__summary select {
	width: 100%;
	min-height: 46px;
	border: 1px solid #d9e1eb;
	border-radius: 14px;
	background: #ffffff;
	padding: 10px 14px;
	color: #17324d;
	font-size: 0.95rem;
}

.copyero-qv__summary textarea {
	min-height: 92px;
	resize: vertical;
}

.copyero-qv__summary .quantity {
	display: inline-flex;
	align-items: center;
	margin-top: 4px;
}

.copyero-qv__summary .quantity .qty {
	width: 74px;
	min-height: 46px;
	border-radius: 14px;
	text-align: center;
}

.copyero-qv__summary .single_add_to_cart_button {
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #2756d8 0%, #1f6fff 100%);
	box-shadow: 0 18px 36px rgba(39, 86, 216, 0.25);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	margin-top: 4px;
}

.copyero-qv__inline-notices {
	flex: 1 1 100%;
}

.copyero-qv__inline-notices .woocommerce-error,
.copyero-qv__inline-notices .woocommerce-message,
.copyero-qv__inline-notices .woocommerce-info {
	margin: 0 0 8px !important;
	padding: 12px 14px 12px 52px !important;
	border-radius: 14px !important;
	font-size: 0.92rem;
	line-height: 1.45;
	position: relative;
}

.copyero-qv__inline-notices ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.copyero-qv__inline-notices li {
	margin: 0 0 8px !important;
	padding: 0 !important;
}

.copyero-qv__inline-notices li:last-child {
	margin-bottom: 0 !important;
}

.copyero-qv__inline-notices .woocommerce-error::before,
.copyero-qv__inline-notices .woocommerce-info::before,
.copyero-qv__inline-notices .woocommerce-message::before {
	left: 18px !important;
	top: 16px !important;
}

.copyero-qv__summary .single_add_to_cart_button:hover,
.copyero-qv__summary .single_add_to_cart_button:focus {
	color: #ffffff;
}

.copyero-qv__state {
	padding: 36px;
}

.copyero-qv__state--error p {
	margin: 0;
	color: #17324d;
	font-size: 1rem;
}

.copyero-qv__skeleton {
	border-radius: 18px;
	background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 50%, #eef2f7 75%);
	background-size: 200% 100%;
	animation: copyero-qv-shimmer 1.4s infinite linear;
}

.copyero-qv__skeleton--media {
	height: 320px;
	margin-bottom: 24px;
}

.copyero-qv__skeleton--line {
	height: 26px;
	margin-bottom: 14px;
}

.copyero-qv__skeleton--line-wide {
	width: 72%;
}

.copyero-qv__skeleton--field {
	height: 64px;
	margin-top: 18px;
}

.copyero-qv__skeleton--button {
	width: 220px;
	height: 60px;
	margin-top: 22px;
}

@keyframes copyero-qv-shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

@media (max-width: 920px) {
	.copyero-qv {
		padding: 12px;
	}

	.copyero-qv__dialog,
	.copyero-qv__content {
		max-height: calc(100vh - 24px);
	}

	.copyero-qv__layout {
		min-height: auto;
	}

	.copyero-qv__summary {
		padding: 22px 18px 24px;
	}

	.copyero-qv__summary .product {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"price"
			"form";
	}

	.copyero-qv__summary .product_title {
		padding-right: 48px;
		font-size: clamp(1.35rem, 7vw, 1.9rem);
	}

	.copyero-qv__summary .copyero-qv__price {
		margin-right: 54px;
		text-align: left;
	}

	.copyero-qv__summary form.cart {
		flex-direction: column;
		align-items: stretch;
	}

	.copyero-qv__summary .quantity {
		width: 100%;
	}

	.copyero-qv__summary .ppom-rendering-fields {
		grid-template-columns: 1fr;
	}
}
