.newheader.newheader--modern .top .soc .header-compare-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 6px 0 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	appearance: none;
	font-family: inherit;
	vertical-align: middle;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.newheader.newheader--modern .top .soc .header-compare-icon:hover,
.newheader.newheader--modern .top .soc .header-compare-icon:focus,
.newheader.newheader--modern .top .soc .header-compare-icon.is-active {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .28);
	transform: translateY(-1px);
}

.newheader.newheader--modern .top .soc .header-compare-icon:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .72);
	outline-offset: 2px;
}

.newheader.newheader--modern .top .soc .header-compare-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.newheader.newheader--modern .top .soc .header-compare-icon .bl-compare-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	font-size: 11px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.bl-compare-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #0bb36b;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.bl-wishlist-count[hidden],
.bl-compare-count[hidden] {
	display: none !important;
}

[data-bl-compare-toggle] svg path {
	transition: stroke .18s ease;
}

[data-bl-compare-toggle].is-active {
	color: #075f3d !important;
}

[data-bl-compare-toggle].is-active svg path {
	stroke: #075f3d;
}

.woocommerce ul.products li.pcard--tenty .media .compare {
	position: absolute;
	top: 58px;
	right: 12px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: #fff;
	color: #1a2b3f;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
	cursor: pointer;
	transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.pcard--tenty .media .compare:hover,
.woocommerce ul.products li.pcard--tenty .media .compare:focus-visible {
	background: #fff;
	color: #075f3d;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(15, 23, 42, .2);
}

.woocommerce ul.products li.pcard--tenty .media .compare svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bl-single-compare {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	margin: 0 0 14px 10px;
	padding: 0 18px;
	border: 1px solid rgba(7, 95, 60, .22);
	border-radius: 12px;
	background: #fff;
	color: #0b5f3d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.bl-single-compare:hover,
.bl-single-compare:focus-visible,
.bl-single-compare.is-active {
	background: #eaf8f1;
	border-color: rgba(7, 95, 60, .34);
	transform: translateY(-1px);
}

.bl-single-compare__icon,
.bl-single-compare__icon svg {
	width: 18px;
	height: 18px;
}

.bl-single-compare svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.blp__cart--calc .bl-single-compare {
	width: 100%;
	margin: 10px 0 0;
}

.bl-compare-lock {
	overflow: hidden;
}

.bl-compare-drawer[hidden] {
	display: none !important;
}

.bl-compare-drawer {
	position: fixed;
	inset: 0;
	z-index: 100010;
	display: grid;
	place-items: center;
	padding: clamp(24px, 4vw, 56px);
	pointer-events: none;
}

.bl-compare-drawer.is-open {
	pointer-events: auto;
}

.bl-compare-drawer__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(860px 460px at 50% 9%, rgba(255,255,255,.58), transparent 68%),
		rgba(9, 18, 31, .42);
	opacity: 0;
	backdrop-filter: blur(8px);
	transition: opacity .22s ease;
}

.bl-compare-drawer.is-open .bl-compare-drawer__overlay {
	opacity: 1;
}

.bl-compare-drawer__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(1420px, calc(100vw - 72px));
	max-height: min(830px, calc(100vh - 52px));
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	color: #162033;
	box-shadow: 0 34px 86px rgba(8, 17, 31, .22);
	opacity: 0;
	transform: translateY(18px) scale(.985);
	transition: opacity .22s ease, transform .22s ease;
	outline: 0;
}

.bl-compare-drawer.is-open .bl-compare-drawer__panel {
	opacity: 1;
	transform: none;
}

.bl-compare-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 58px;
	padding: 13px 18px 12px 22px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(31, 47, 70, .06);
}

.bl-compare-drawer__title {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 14px;
}

.bl-compare-drawer__head h2 {
	margin: 0;
	color: #142033;
	font-size: clamp(20px, 1.35vw, 24px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.bl-compare-drawer__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #f2f5f9;
	color: #56647a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.bl-compare-drawer__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bl-compare-head-btn,
.bl-compare-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0;
	border: 0;
	border-radius: 9px;
	background: #fff;
	color: #1c283a;
	font-family: inherit;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(18, 32, 51, .07);
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.bl-compare-head-btn {
	gap: 8px;
	padding: 0 12px;
}

.bl-compare-head-btn svg,
.bl-compare-drawer__close svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bl-compare-drawer__close {
	width: 34px;
	padding: 0;
	font-size: 22px;
	font-weight: 400;
}

.bl-compare-head-btn:hover,
.bl-compare-head-btn:focus-visible,
.bl-compare-drawer__close:hover,
.bl-compare-drawer__close:focus-visible {
	background: #f6f8fb;
	box-shadow: 0 14px 30px rgba(18, 32, 51, .12);
	transform: translateY(-1px);
}

.bl-compare-drawer__body {
	min-height: 0;
	overflow: auto;
	padding: 14px;
	background: #f5f8fb;
	scrollbar-width: thin;
	scrollbar-color: rgba(83, 103, 128, .34) transparent;
}

.bl-compare-drawer__body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.bl-compare-drawer__body::-webkit-scrollbar-track {
	background: transparent;
}

.bl-compare-drawer__body::-webkit-scrollbar-thumb {
	border: 3px solid #f5f8fb;
	border-radius: 999px;
	background: rgba(83, 103, 128, .34);
}

.bl-compare-grid {
	min-width: 100%;
}

.bl-compare-sheet {
	--bl-compare-left-col: 220px;
	--bl-compare-product-col: 286px;
	width: max(100%, calc(var(--bl-compare-left-col) + (var(--bl-compare-cols) * var(--bl-compare-product-col))));
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	text-align: left;
	box-shadow: 0 18px 42px rgba(18, 32, 51, .10);
}

.bl-compare-sheet,
.bl-compare-sheet * {
	box-sizing: border-box;
}

.bl-compare-sheet__head,
.bl-compare-row {
	display: grid;
	grid-template-columns: var(--bl-compare-left-col) repeat(var(--bl-compare-cols), minmax(var(--bl-compare-product-col), 1fr));
}

.bl-compare-sheet__head {
	min-height: 178px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(31, 47, 70, .07);
}

.bl-compare-sheet__intro {
	position: sticky;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 12px;
	padding: 18px;
	border-radius: 14px;
	background: linear-gradient(180deg, #f9fbfd 0%, #f0f5f8 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 10px 24px rgba(31, 47, 70, .06);
	align-self: stretch;
}

.bl-compare-sheet__intro-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-bottom: 12px;
	border-radius: 10px;
	background: #fff;
	color: #5a6982;
	box-shadow: 0 8px 16px rgba(18, 32, 51, .06);
}

.bl-compare-sheet__intro-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.bl-compare-sheet__intro strong {
	display: block;
	margin: 0 0 9px;
	color: #142033;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.16;
}

.bl-compare-sheet__intro p {
	margin: 0;
	color: #59677d;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.42;
	text-align: left;
}

.bl-compare-product {
	position: relative;
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	min-height: 178px;
	padding: 19px 18px 17px;
	background: #fff;
	box-shadow: -1px 0 0 rgba(31, 47, 70, .07);
}

.bl-compare-product__remove {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 8px;
	background: #f3f6fa;
	color: #142033;
	font-family: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.bl-compare-product__image {
	display: grid;
	width: 90px;
	height: 112px;
	place-items: center;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(180deg, #f7fafc 0%, #edf3f7 100%);
	text-decoration: none !important;
}

.bl-compare-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.bl-compare-product__image--empty::before {
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d8e6f4, #f4f8fc);
}

.bl-compare-product__body {
	display: grid;
	grid-template-rows: auto auto auto;
	gap: 8px;
	align-content: center;
	min-width: 0;
}

.bl-compare-product__title {
	display: block;
	max-width: none;
	min-height: 48px;
	color: #142033;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.23;
	text-align: left;
	text-decoration: none !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.bl-compare-product__title:hover {
	color: #075f3d;
}

.bl-compare-product__price {
	display: grid;
	gap: 4px;
	margin-top: 0;
	align-self: start;
}

.bl-compare-product__price strong {
	color: #007a4c;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
}

.bl-compare-product__price span {
	color: #007a4c;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
}

.bl-compare-product__stock,
.bl-compare-stock-dot {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #4b596f;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
}

.bl-compare-product__stock {
	min-height: 24px;
	margin-top: 0;
	padding: 0 10px;
	border-radius: 999px;
	background: #f5f8fb;
	align-self: end;
	justify-self: start;
}

.bl-compare-product__stock i,
.bl-compare-stock-dot i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #007a4c;
	box-shadow: 0 0 0 4px rgba(0, 122, 76, .09);
}

.bl-compare-sheet__rows {
	display: grid;
}

.bl-compare-row {
	min-height: 39px;
	box-shadow: 0 -1px 0 rgba(31, 47, 70, .06);
}

.bl-compare-row:nth-child(even) .bl-compare-row__label,
.bl-compare-row:nth-child(even) .bl-compare-row__value {
	background: #fbfdfe;
}

.bl-compare-row__label,
.bl-compare-row__value {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 39px;
	padding: 7px 15px;
	color: #46556d;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.24;
}

.bl-compare-row__label {
	position: sticky;
	left: 0;
	z-index: 2;
	justify-content: space-between;
	gap: 10px;
	background: #fff;
	box-shadow: 1px 0 0 rgba(31, 47, 70, .06);
}

.bl-compare-row__label span {
	color: #344258;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.18;
}

.bl-compare-row__label i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #eef3f8;
	color: #738199;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

.bl-compare-row__value {
	justify-content: center;
	text-align: center;
	background: #fff;
	box-shadow: 1px 0 0 rgba(31, 47, 70, .06);
}

.bl-compare-row__value strong {
	display: block;
	color: #007a4c;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.15;
}

.bl-compare-row__value small {
	display: block;
	margin-top: 2px;
	color: #46556d;
	font-size: 10.5px;
	font-weight: 750;
	line-height: 1.15;
}

.bl-compare-row__value.is-best {
	background: linear-gradient(180deg, #effaf5 0%, #e7f6ef 100%) !important;
	color: #006a43;
	font-weight: 900;
}

.bl-compare-price-cell {
	display: grid;
	gap: 2px;
	justify-items: center;
	line-height: 1.15;
}

.bl-compare-row--actions {
	min-height: 56px;
}

.bl-compare-row--actions .bl-compare-row__value {
	min-height: 56px;
}

.bl-compare-actions {
	display: inline-grid;
	grid-template-columns: 38px minmax(122px, 140px);
	gap: 8px;
	align-items: center;
}

.bl-compare-actions__heart,
.bl-compare-actions__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	min-height: 38px;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(18, 32, 51, .10);
}

.bl-compare-actions__heart {
	width: 38px;
	min-width: 38px;
	padding: 0;
	background: #f5f8fb;
	color: #142033;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(18, 32, 51, .08);
}

.bl-compare-actions__heart.is-active {
	width: 38px;
	min-width: 38px;
	background: #f5f8fb;
	color: #007a4c;
}

.bl-compare-actions__heart-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.bl-compare-actions__heart svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
}

.bl-compare-actions__cart {
	gap: 8px;
	padding: 0 16px;
	background: linear-gradient(180deg, #0d8f57 0%, #006f43 100%);
	color: #fff !important;
}

.bl-compare-actions__cart svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
}

.bl-compare-sheet__notice {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 22px;
	background: #f8fafc;
	color: #59677d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	box-shadow: 0 -1px 0 rgba(31, 47, 70, .08);
}

.bl-compare-sheet__notice svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #64748b;
	stroke-width: 1.9;
}

.bl-compare-empty--drawer {
	display: grid;
	place-items: center;
	align-content: center;
	width: min(720px, calc(100% - 28px));
	min-height: 340px;
	margin: 16px auto;
	padding: 42px 34px;
	border-radius: 18px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
}

.bl-compare-empty--drawer[hidden] {
	display: none !important;
}

.bl-compare-empty__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 0 18px;
	border-radius: 16px;
	background: #eef8f4;
	color: #007a4c;
	box-shadow: 0 12px 26px rgba(0, 122, 76, .10);
}

.bl-compare-empty__icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.bl-compare-empty--drawer h3 {
	margin: 0 0 8px;
	color: #142033;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.15;
}

.bl-compare-empty--drawer p {
	max-width: 470px;
	margin: 0 auto 22px;
	color: #516176;
	font-size: 15px;
	line-height: 1.55;
}

.bl-compare-empty__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border-radius: 10px;
	background: #0d8f57;
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(0, 122, 76, .18);
}

@media (max-width: 1180px) {
	.bl-compare-drawer {
		padding: 14px;
	}

	.bl-compare-drawer__panel {
		max-height: calc(100vh - 28px);
	}

	.bl-compare-drawer__head {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.bl-compare-drawer__actions {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media (max-width: 720px) {
	.bl-compare-drawer {
		padding: 0;
	}

	.bl-compare-drawer__panel {
		width: 100vw;
		height: 100vh;
		max-height: none;
		border-radius: 0;
	}

	.bl-compare-drawer__title {
		width: 100%;
		justify-content: space-between;
	}

	.bl-compare-drawer__head {
		gap: 12px;
		padding: 16px;
	}

	.bl-compare-drawer__actions .bl-compare-head-btn {
		flex: 1 1 132px;
	}

	.bl-compare-head-btn {
		min-height: 40px;
		padding: 0 12px;
		font-size: 12px;
	}

	.bl-compare-drawer__close {
		width: 40px;
		min-height: 40px;
	}

	.bl-compare-sheet {
		--bl-compare-left-col: 158px;
		--bl-compare-product-col: 228px;
	}

	.bl-compare-sheet__head {
		min-height: 166px;
	}

	.bl-compare-sheet__intro {
		margin: 10px;
		padding: 14px;
	}

	.bl-compare-sheet__intro p {
		display: none;
	}

	.bl-compare-product {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 12px;
		min-height: 166px;
		padding: 22px 14px 16px;
	}

	.bl-compare-product__image {
		width: 74px;
		height: 94px;
	}

	.bl-compare-product__title {
		min-height: 45px;
		font-size: 12px;
	}

	.bl-compare-product__price strong {
		font-size: 16px;
	}

	.bl-compare-product__stock,
	.bl-compare-stock-dot {
		font-size: 11px;
	}

	.bl-compare-row__label,
	.bl-compare-row__value {
		min-height: 42px;
		padding: 9px 12px;
		font-size: 11.5px;
	}

	.bl-compare-row__label span {
		font-size: 10.8px;
	}

	.bl-compare-actions {
		grid-template-columns: 34px minmax(104px, 1fr);
	}

	.bl-compare-actions__cart {
		padding: 0 12px;
	}
}
