.prido-compare-template,
.prido-compare-page {
	width: 100%;
}

.prido-hs-tools__compare {
	display: inline-flex !important;
}

.prido-hs-offcanvas__secondary a[href*="comparar"] {
	display: inline-flex !important;
}

.prido-compare-page {
	max-width: 1440px;
	margin: 0 auto;
	padding: 28px 24px 72px;
	color: var(--prido-theme-ink, #1a2a3a);
}

.prido-compare-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	margin: 0;
}

.prido-compare-toolbar--bottom {
	justify-content: center;
	margin-top: 28px;
	padding: 20px 0 0;
}

.prido-compare-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.prido-compare-pdf-btn,
.prido-compare-shop-link,
.prido-compare-single-btn,
.prido-compare-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 0;
	border-radius: 8px;
	background: var(--prido-secondary, #2dc6c1);
	color: #fff !important;
	padding: 10px 18px;
	font-family: Outfit, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(45, 198, 193, .22);
	transition: background .2s ease, transform .2s ease;
}

.prido-compare-pdf-btn:hover,
.prido-compare-shop-link:hover,
.prido-compare-single-btn:hover,
.prido-compare-card-btn:hover {
	background: #1aa8a3;
	transform: translateY(-1px);
}

.prido-compare-pdf-btn:disabled,
.prido-compare-pdf-btn.is-loading,
.prido-compare-card-btn.is-loading,
.prido-compare-single-btn.is-loading {
	cursor: wait;
	opacity: .78;
	transform: none;
}

.prido-compare-card-btn.is-added,
.prido-compare-single-btn.is-added {
	background: color-mix(in srgb, var(--prido-primary, #5e81a2) 82%, var(--prido-secondary, #2dc6c1) 18%);
	box-shadow: 0 4px 16px rgba(94, 129, 162, .2);
}

.prido-compare-clear,
.prido-compare-remove {
	color: var(--prido-theme-muted, #66788d);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.prido-compare-clear:hover,
.prido-compare-remove:hover {
	color: #d44646;
}

.prido-compare-shell {
	--prido-compare-label-width: 180px;
	--prido-compare-product-min-width: 320px;
	--prido-compare-sticky-gap: 36px;
	position: relative;
	background: var(--prido-theme-surface-strong, #fff);
	border: 1px solid var(--prido-theme-border, #e2e8ed);
	border-radius: 18px;
	overflow: visible;
	box-shadow: 0 18px 48px rgba(18, 29, 42, .07);
}

.prido-compare-sticky-head,
.prido-compare-table-wrap {
	scrollbar-color: color-mix(in srgb, var(--prido-theme-muted, #66788d) 38%, transparent 62%) transparent;
	scrollbar-width: thin;
}

.prido-compare-sticky-head::-webkit-scrollbar,
.prido-compare-table-wrap::-webkit-scrollbar {
	height: 10px;
}

.prido-compare-sticky-head::-webkit-scrollbar-track,
.prido-compare-table-wrap::-webkit-scrollbar-track {
	background: transparent;
}

.prido-compare-sticky-head::-webkit-scrollbar-thumb,
.prido-compare-table-wrap::-webkit-scrollbar-thumb {
	border: 3px solid transparent;
	border-radius: 999px;
	background-clip: padding-box;
	background-color: color-mix(in srgb, var(--prido-theme-muted, #66788d) 34%, transparent 66%);
}

.prido-compare-scroll-hint {
	display: none;
	position: sticky;
	left: 0;
	width: max-content;
	max-width: calc(100vw - 48px);
	margin: 0;
	padding: 12px 18px 0;
	color: var(--prido-theme-muted, #66788d);
	font-family: Outfit, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.prido-compare-shell--count-3 .prido-compare-scroll-hint,
.prido-compare-shell--count-4 .prido-compare-scroll-hint,
.prido-compare-shell--count-5 .prido-compare-scroll-hint {
	display: block;
}

.prido-compare-pdf-brand {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid #e2e8ed;
	font-family: Outfit, Arial, sans-serif;
	font-weight: 800;
	color: #1a2a3a;
}

.prido-compare-pdf-brand img {
	width: 128px;
	height: auto;
}

.prido-compare-table-wrap {
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	border-radius: 0 0 18px 18px;
	background: var(--prido-theme-surface-strong, #fff);
}

.prido-compare-sticky-head {
	position: sticky;
	top: calc(var(--prido-hs-offset, 0px) + var(--prido-compare-sticky-gap, 0px)) !important;
	z-index: 30;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 12px 14px;
	border-radius: 18px 18px 0 0;
	border-bottom: 1px solid var(--prido-theme-border, #e2e8ed);
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 96%, transparent 4%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 44%, var(--prido-theme-surface-strong, #fff) 56%));
	box-shadow: 0 -12px 0 var(--prido-theme-canvas, #f8fafc);
}

.prido-compare-sticky-grid {
	display: grid;
	grid-template-columns: var(--prido-compare-label-width) repeat(var(--prido-compare-products, 3), minmax(var(--prido-compare-product-min-width), 1fr));
	gap: 0;
	width: max(100%, calc(var(--prido-compare-label-width) + (var(--prido-compare-product-min-width) * var(--prido-compare-products, 3))));
}

.prido-compare-sticky-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 148px;
	margin: 0 8px;
	padding: 12px 14px;
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 76%, transparent 24%);
	border-radius: 16px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 92%, transparent 8%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 48%, var(--prido-theme-surface-strong, #fff) 52%));
	color: var(--prido-theme-ink, #1a2a3a);
	font-family: Outfit, Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	box-shadow: none;
}

.prido-compare-table {
	width: max(100%, calc(var(--prido-compare-label-width) + (var(--prido-compare-product-min-width) * var(--prido-compare-products, 3))));
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	background: transparent;
}

.prido-compare-table thead {
	display: none;
}

.prido-compare-label-col {
	width: var(--prido-compare-label-width);
}

.prido-compare-product-col {
	width: calc((100% - var(--prido-compare-label-width)) / var(--prido-compare-products, 3));
}

.prido-compare-table th,
.prido-compare-table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 74%, transparent 26%);
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	line-height: 1.45;
	word-break: normal;
	overflow-wrap: anywhere;
}

.prido-compare-table th:last-child,
.prido-compare-table td:last-child {
	border-right: 0;
}

.prido-compare-table thead th {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 12px 14px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 96%, transparent 4%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 42%, var(--prido-theme-surface-strong, #fff) 58%));
	vertical-align: top;
	border-bottom: 1px solid var(--prido-theme-border, #e2e8ed);
	box-shadow: none;
}

.prido-compare-table thead .prido-compare-row-label {
	position: sticky;
	left: 0;
	z-index: 21;
	border-radius: 0;
	background: color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 90%, var(--prido-theme-canvas-soft, #f2f6f9) 10%);
	box-shadow: 1px 0 0 color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 72%, transparent 28%);
}

.prido-compare-table tbody tr:nth-child(even) td {
	background: color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 38%, transparent 62%);
}

.prido-compare-table tbody .prido-compare-data-row:hover td {
	background: color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 58%, var(--prido-theme-surface-strong, #fff) 42%);
}

.prido-compare-table tbody .prido-compare-data-row:hover .prido-compare-row-label {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--prido-primary, #5e81a2) 12%, var(--prido-theme-surface-strong, #fff) 88%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 78%, var(--prido-theme-surface-strong, #fff) 22%));
}

.prido-compare-table tr:last-child th,
.prido-compare-table tr:last-child td {
	border-bottom: 0;
}

.prido-compare-row-label {
	position: sticky;
	left: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--prido-primary, #5e81a2) 9%, var(--prido-theme-surface-strong, #fff) 91%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 76%, var(--prido-theme-surface-strong, #fff) 24%));
	font-family: Outfit, Arial, sans-serif;
	font-weight: 800;
	color: var(--prido-theme-ink, #1a2a3a);
	vertical-align: middle;
	padding-left: 22px;
	overflow-wrap: normal;
	box-shadow:
		inset 3px 0 0 color-mix(in srgb, var(--prido-primary, #5e81a2) 72%, var(--prido-theme-border, #e2e8ed) 28%),
		1px 0 0 color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 82%, transparent 18%);
	font-size: 13px;
	letter-spacing: .01em;
}

.prido-compare-product-head {
	display: grid;
	grid-template-columns: 106px minmax(0, 1fr);
	grid-template-areas:
		"image title"
		"image price"
		"image remove";
	align-items: center;
	justify-items: stretch;
	gap: 8px 14px;
	min-height: 136px;
	margin: 0 8px;
	padding: 12px 14px;
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 76%, transparent 24%);
	border-radius: 16px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 92%, transparent 8%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 48%, var(--prido-theme-surface-strong, #fff) 52%));
	box-shadow: none;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.prido-compare-product-head img {
	display: block;
	width: 106px;
	max-width: 100%;
	height: 106px;
	object-fit: contain;
	border-radius: 12px;
	background: color-mix(in srgb, #fff 92%, var(--prido-theme-canvas-soft, #f2f6f9) 8%);
	box-shadow: inset 0 0 0 1px rgba(18, 29, 42, .06);
}

.prido-compare-product-head > a:first-child {
	grid-area: image;
}

.prido-compare-product-title {
	grid-area: title;
	color: var(--prido-theme-ink, #1a2a3a);
	font-family: Outfit, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.28;
	text-decoration: none;
	align-self: end;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.prido-compare-remove {
	grid-area: remove;
	position: static;
	align-self: start;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 80%, transparent 20%);
	border-radius: 999px;
	background: color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 88%, transparent 12%);
	font-size: 12px;
	box-shadow: none;
	opacity: .88;
}

.prido-compare-head-price {
	grid-area: price;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
	font-family: var(--prido-font-heading, Outfit, sans-serif);
}

.prido-compare-head-price del {
	color: var(--prido-theme-muted, #66788d);
	font-size: 11px;
	font-weight: 700;
	opacity: .78;
}

.prido-compare-head-price ins {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: var(--prido-secondary, #2dc6c1);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(45, 198, 193, .22);
}

.prido-compare-head-price > .woocommerce-Price-amount {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--prido-primary, #5e81a2) 18%, var(--prido-theme-surface-strong, #fff) 82%);
	color: var(--prido-theme-ink, #1a2a3a);
	font-size: 14px;
	font-weight: 900;
}

.prido-compare-table td:has([data-prido-compare-select]) {
	background: color-mix(in srgb, var(--prido-primary, #5e81a2) 7%, var(--prido-theme-surface-strong, #fff) 93%);
}

.prido-compare-variation-control {
	width: 100% !important;
	max-width: 280px;
}

.prido-compare-print-value {
	display: none;
}

.prido-compare-variation-control select {
	display: block !important;
	margin: 0 !important;
	background-color: var(--prido-theme-surface, rgba(255, 255, 255, 0.6)) !important;
	-webkit-backdrop-filter: blur(25px) saturate(200%) !important;
	backdrop-filter: blur(25px) saturate(200%) !important;
	border: 1px solid var(--prido-theme-border, rgba(0, 0, 0, 0.08)) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
	border-radius: 50px !important;
	color: var(--prido-theme-ink, #1a2a3a) !important;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight: 700 !important;
	outline: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	min-width: 0 !important;
	width: 100% !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 38px 0 17px !important;
	font-size: 13px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%231a2a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 5 6 8 9 5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 12px !important;
}

.prido-compare-variation-control select:hover,
.prido-compare-variation-control select:focus {
	border-color: color-mix(in srgb, var(--prido-primary, #5e81a2) 52%, var(--prido-theme-border-strong, #bcc9d4) 48%) !important;
	background-color: var(--prido-theme-surface-strong, #fff) !important;
	box-shadow: 0 4px 18px rgba(94, 129, 162, .12) !important;
}

.prido-compare-table td [data-prido-compare-value] {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 0;
	color: color-mix(in srgb, var(--prido-theme-ink, #1a2a3a) 88%, var(--prido-theme-muted, #66788d) 12%);
	font-weight: 600;
}

.prido-compare-table td .prido-compare-print-value[data-prido-compare-value] {
	display: none;
}

.prido-compare-section-row th {
	position: sticky;
	left: 0;
	z-index: 2;
	padding: 18px 16px 10px;
	border-bottom: 0;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 96%, transparent 4%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 52%, transparent 48%));
	color: var(--prido-theme-muted, #66788d);
	font-family: var(--prido-font-heading, Outfit, sans-serif);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
}

.prido-compare-section-row span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 80%, var(--prido-theme-canvas-soft, #f2f6f9) 20%);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 72%, transparent 28%);
}

.prido-compare-row--selector .prido-compare-row-label {
	color: color-mix(in srgb, var(--prido-theme-ink, #1a2a3a) 82%, var(--prido-primary, #5e81a2) 18%);
}

.prido-compare-table td [data-prido-compare-value]:empty::before {
	content: "No aplica";
	color: var(--prido-theme-muted, #66788d);
	font-weight: 500;
}

.prido-compare-table .price,
.prido-compare-table .amount {
	color: var(--prido-theme-ink, #1a2a3a);
	font-weight: 800;
}

.prido-compare-table td[data-row-label="Precio"] [data-prido-compare-value] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 40px;
	padding: 0;
	font-family: var(--prido-font-heading, Outfit, sans-serif);
}

.prido-compare-table td[data-row-label="Precio"] del {
	color: var(--prido-theme-muted, #66788d);
	font-size: 12px;
	font-weight: 700;
	opacity: .8;
}

.prido-compare-table td[data-row-label="Precio"] ins {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--prido-secondary, #2dc6c1);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(45, 198, 193, .22);
}

.prido-compare-table td[data-row-label="Precio"] > [data-prido-compare-value] > .woocommerce-Price-amount {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--prido-primary, #5e81a2) 18%, var(--prido-theme-surface-strong, #fff) 82%);
	font-size: 16px;
	font-weight: 900;
}

body.page-template-compare-products .prido-fs,
body.page-id-comparar-productos .prido-fs,
body.page-slug-comparar-productos .prido-fs {
	margin-top: 0;
}

body.page-template-compare-products .prido-fs-prefooter,
body.page-template-compare-products .prido-fs-main,
body.page-id-comparar-productos .prido-fs-prefooter,
body.page-id-comparar-productos .prido-fs-main,
body.page-slug-comparar-productos .prido-fs-prefooter,
body.page-slug-comparar-productos .prido-fs-main {
	display: none !important;
}

.prido-compare-empty {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 16px;
	width: min(100%, 760px);
	margin: clamp(34px, 5vw, 74px) auto 0;
	padding: clamp(34px, 4vw, 54px);
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 84%, transparent 16%);
	border-radius: 28px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 92%, transparent 8%), color-mix(in srgb, var(--prido-theme-canvas-soft, #f2f6f9) 34%, var(--prido-theme-surface-strong, #fff) 66%));
	box-shadow: var(--prido-theme-shadow-soft, 0 12px 24px rgba(18, 29, 42, .05));
	text-align: center;
	overflow: hidden;
}

.prido-compare-empty::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 46%, transparent 54%);
	border-radius: 22px;
	pointer-events: none;
}

.prido-compare-empty__eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid color-mix(in srgb, var(--prido-theme-border, #e2e8ed) 76%, transparent 24%);
	border-radius: 999px;
	background: color-mix(in srgb, var(--prido-theme-surface-strong, #fff) 86%, transparent 14%);
	color: var(--prido-primary, #5e81a2);
	font-family: var(--prido-font-heading, Outfit, sans-serif);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
	text-transform: uppercase;
}

.prido-compare-empty h2 {
	position: relative;
	max-width: 11ch;
	margin: 0;
	color: var(--prido-theme-ink, #1a2a3a);
	font-family: var(--prido-font-heading, Outfit, sans-serif);
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 900;
	letter-spacing: var(--prido-tracking-tight, -0.04em);
	line-height: .98;
}

.prido-compare-empty p {
	position: relative;
	max-width: 52ch;
	margin: 0;
	color: var(--prido-theme-muted, #66788d);
	font-size: var(--prido-type-base, 1rem);
	line-height: 1.7;
}

.prido-compare-empty .prido-compare-shop-link {
	position: relative;
	margin-top: 6px;
	min-height: 46px;
	padding-inline: 24px;
	border-radius: 999px;
}

.prido-compare-card-btn {
	width: 100%;
	margin-top: 8px;
	min-height: 34px;
	padding: 8px 12px;
	font-size: 12px;
}

.prido-compare-single-btn {
	margin-top: 10px;
}

.prido-compare-floating {
	position: fixed;
	left: 50%;
	right: auto;
	bottom: calc(22px + env(safe-area-inset-bottom, 0px));
	z-index: 99990;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 8px 10px 8px 16px;
	border: 1px solid var(--prido-theme-border, rgba(201, 212, 221, .74));
	border-radius: 999px;
	background: var(--prido-theme-surface-strong, rgba(255, 255, 255, .94));
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	box-shadow: 0 16px 38px rgba(18, 29, 42, .12);
	color: var(--prido-theme-ink, #1a2a3a) !important;
	font-family: Outfit, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 12px) scale(.98);
	pointer-events: none;
	transition: opacity .24s ease, transform .24s ease, visibility .24s ease, border-color .2s ease;
}

.prido-compare-floating.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0) scale(1);
	pointer-events: auto;
}

.prido-compare-floating:hover {
	border-color: var(--prido-secondary, #2dc6c1);
	transform: translate(-50%, -1px) scale(1);
}

.prido-compare-floating__icon {
	font-size: 0;
}

.prido-compare-floating__icon::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	clip-path: polygon(10% 86%, 24% 86%, 24% 52%, 10% 52%, 10% 86%, 43% 86%, 57% 86%, 57% 22%, 43% 22%, 43% 86%, 76% 86%, 90% 86%, 90% 40%, 76% 40%, 76% 86%);
}

.prido-compare-floating__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--prido-secondary, #2dc6c1);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.prido-compare-pdf-footer {
	display: none;
	padding: 12px 20px;
	margin: 0;
	color: #66788d;
	font-size: 11px;
}

.prido-compare-pdf-mode {
	--prido-compare-label-width: 150px;
	--prido-compare-product-min-width: 0px;
	width: 1040px !important;
	max-width: 1040px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	color: #1a2a3a !important;
	box-shadow: none !important;
	border: 1px solid #d9e2e8 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	font-family: Arial, sans-serif !important;
}

.prido-compare-pdf-mode .prido-compare-pdf-brand,
.prido-compare-pdf-mode .prido-compare-pdf-footer {
	display: flex;
}

.prido-compare-pdf-mode .prido-compare-scroll-hint {
	display: none;
}

.prido-compare-pdf-mode .prido-compare-pdf-brand {
	min-height: 54px;
	padding: 12px 16px;
	border-bottom: 1px solid #d9e2e8;
	background: #ffffff;
}

.prido-compare-pdf-mode .prido-compare-pdf-brand img {
	width: 104px;
}

.prido-compare-pdf-mode .prido-compare-pdf-brand span {
	font-size: 15px;
	letter-spacing: .02em;
}

.prido-compare-pdf-mode .prido-compare-sticky-head {
	position: static !important;
	top: auto !important;
	z-index: auto !important;
	overflow: visible !important;
	min-width: 0 !important;
	padding: 10px;
	border-radius: 0;
	border-bottom: 1px solid #d9e2e8;
	background: #f6f9fb !important;
	box-shadow: none !important;
}

.prido-compare-pdf-mode .prido-compare-sticky-grid {
	grid-template-columns: 150px repeat(var(--prido-compare-products, 3), minmax(0, 1fr));
	width: 100% !important;
	min-width: 0 !important;
}

.prido-compare-pdf-mode .prido-compare-sticky-label {
	min-height: 104px;
	padding: 0 10px;
	color: #1a2a3a;
	font-size: 12px;
	border-right: 1px solid #d9e2e8;
}

.prido-compare-pdf-mode .prido-compare-product-head {
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 6px 10px;
	min-height: 104px;
	margin: 0 5px;
	padding: 8px;
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	background: #fff !important;
}

.prido-compare-pdf-mode .prido-compare-product-head img {
	width: 88px;
	height: 88px;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
}

.prido-compare-pdf-mode .prido-compare-product-title {
	color: #1a2a3a;
	font-size: 12px;
	line-height: 1.22;
}

.prido-compare-pdf-mode .prido-compare-head-price {
	gap: 4px;
}

.prido-compare-pdf-mode .prido-compare-head-price del {
	font-size: 9px;
	color: #66788d;
}

.prido-compare-pdf-mode .prido-compare-head-price ins,
.prido-compare-pdf-mode .prido-compare-head-price > .woocommerce-Price-amount {
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: #2dc6c1;
	color: #fff;
	font-size: 11px;
	box-shadow: none;
}

.prido-compare-pdf-mode .prido-compare-table-wrap {
	overflow: visible !important;
	border-radius: 0;
	background: #fff;
}

.prido-compare-pdf-mode .prido-compare-table {
	min-width: 0 !important;
	color: #1a2a3a;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.prido-compare-pdf-mode .prido-compare-label-col {
	width: 150px;
}

.prido-compare-pdf-mode .prido-compare-table th,
.prido-compare-pdf-mode .prido-compare-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #d9e2e8;
	color: #1a2a3a;
	font-size: 11px;
	line-height: 1.32;
	background: #fff !important;
	vertical-align: middle;
}

.prido-compare-pdf-mode .prido-compare-row-label {
	position: static !important;
	left: auto !important;
	width: 150px;
	background: #f6f9fb !important;
	color: #1a2a3a;
	box-shadow: none;
	font-size: 11px;
}

.prido-compare-pdf-mode .prido-compare-section-row th {
	position: static !important;
	padding: 10px 10px 6px;
	background: #eef4f7 !important;
	border-bottom: 1px solid #d9e2e8;
	color: #5e81a2;
	font-size: 9px;
	letter-spacing: .12em;
}

.prido-compare-pdf-mode .prido-compare-section-row span {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.prido-compare-pdf-mode .prido-compare-remove {
	display: none;
}

.prido-compare-pdf-mode .prido-compare-variation-control {
	max-width: none;
}

.prido-compare-pdf-mode .prido-compare-variation-control select {
	display: none !important;
}

.prido-compare-pdf-mode .prido-compare-print-value {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0;
	color: #1a2a3a;
	font-size: 11px;
	font-weight: 700;
}

.prido-compare-pdf-mode .prido-compare-table td [data-prido-compare-value] {
	min-height: 0;
	padding: 0;
	color: #1a2a3a;
	font-size: 11px;
	font-weight: 700;
}

.prido-compare-pdf-mode .prido-compare-pdf-footer {
	justify-content: flex-end;
	padding: 9px 14px;
	border-top: 1px solid #d9e2e8;
	background: #fff;
	color: #66788d;
	font-size: 9px;
}

@media (max-width: 767px) {
	.prido-compare-page {
		padding: 28px 14px 56px;
	}

	.prido-compare-shell {
		--prido-compare-label-width: 150px;
		--prido-compare-product-min-width: 260px;
		--prido-compare-sticky-gap: 24px;
	}

	.prido-compare-actions {
		justify-content: flex-start;
	}

	.prido-compare-row-label {
		width: var(--prido-compare-label-width);
	}

	.prido-compare-table th,
	.prido-compare-table td {
		padding: 14px;
	}

	.prido-compare-product-head {
		grid-template-columns: 92px minmax(0, 1fr);
		min-height: 116px;
		padding: 12px;
		border-radius: 14px;
	}

	.prido-compare-product-head img {
		width: 92px;
		height: 92px;
	}

	.prido-compare-head-price ins,
	.prido-compare-head-price > .woocommerce-Price-amount {
		font-size: 13px;
		min-height: 28px;
		padding-inline: 10px;
	}

	.prido-compare-floating {
		bottom: calc(18px + env(safe-area-inset-bottom, 0px));
		min-height: 42px;
		padding-left: 13px;
	}
}
