.newheader.newheader--modern .top .soc .header-wishlist-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-wishlist-icon:hover,
.newheader.newheader--modern .top .soc .header-wishlist-icon:focus {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .28);
	transform: translateY(-1px);
}

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

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

.newheader.newheader--modern .top .soc .header-wishlist-icon .bl-wishlist-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-wishlist-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;
}

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

[data-bl-wishlist-toggle].is-active svg path {
	fill: #0a7a4a;
	stroke: #0a7a4a;
}

.woocommerce ul.products li.pcard--tenty .media {
	position: relative;
}

.woocommerce ul.products li.pcard--tenty .media .wish {
	position: absolute;
	top: 12px;
	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 .wish:hover,
.woocommerce ul.products li.pcard--tenty .media .wish:focus-visible {
	background: #fff;
	color: #0a7a4a;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(15, 23, 42, .2);
}

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

.bl-single-wishlist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	margin: 10px 0 14px;
	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-wishlist:hover,
.bl-single-wishlist:focus-visible,
.bl-single-wishlist.is-active {
	background: #eaf8f1;
	border-color: rgba(7, 95, 60, .34);
	transform: translateY(-1px);
}

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

.bl-single-wishlist svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

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

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

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

.bl-wishlist-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	pointer-events: none;
}

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

.bl-wishlist-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(9, 18, 31, .42);
	opacity: 0;
	transition: opacity .22s ease;
}

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

.bl-wishlist-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(470px, calc(100vw - 18px));
	height: 100%;
	background: #f7f9fc;
	box-shadow: -26px 0 60px rgba(8, 17, 31, .22);
	transform: translateX(104%);
	transition: transform .24s ease;
	outline: 0;
}

.bl-wishlist-drawer.is-open .bl-wishlist-drawer__panel {
	transform: translateX(0);
}

.bl-wishlist-drawer__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 24px 18px;
	background: #fff;
	border-bottom: 1px solid rgba(18, 32, 51, .07);
}

.bl-wishlist-drawer__eyebrow {
	margin: 0 0 7px;
	color: #075f3d;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.bl-wishlist-drawer__head h2 {
	margin: 0;
	color: #142033;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.bl-wishlist-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 12px;
	background: #eef3f8;
	color: #142033;
	font-family: inherit;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.bl-wishlist-drawer__close:hover,
.bl-wishlist-drawer__close:focus-visible {
	background: #dde8f2;
}

.bl-wishlist-drawer__body {
	min-height: 0;
	overflow: auto;
	padding: 18px;
}

.bl-wishlist-drawer .bl-wishlist-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bl-wishlist-drawer .bl-wishlist-card {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	grid-template-rows: auto;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.bl-wishlist-drawer .bl-wishlist-card__image {
	min-height: 104px;
	border-radius: 16px 0 0 16px;
}

.bl-wishlist-drawer .bl-wishlist-card__body {
	gap: 9px;
	padding: 14px;
}

.bl-wishlist-drawer .bl-wishlist-card__title {
	min-height: 0;
	font-size: 15px;
	line-height: 1.3;
}

.bl-wishlist-drawer .bl-wishlist-card__price {
	font-size: 18px;
}

.bl-wishlist-drawer .bl-wishlist-card__actions {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.bl-wishlist-drawer .bl-wishlist-card__more,
.bl-wishlist-drawer .bl-wishlist-card__remove {
	min-height: 36px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 13px;
}

.bl-wishlist-drawer__foot {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 16px 18px 20px;
	background: #fff;
	border-top: 1px solid rgba(18, 32, 51, .07);
}

.bl-wishlist-empty--drawer {
	max-width: none;
	margin: 0;
	padding: 34px 24px;
	border-radius: 16px;
	text-align: left;
}

.bl-wishlist-empty--drawer h3 {
	margin: 0 0 8px;
	color: #142033;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.bl-wishlist-empty--drawer p {
	margin: 0;
	color: #516176;
	font-size: 15px;
	line-height: 1.55;
}

.bl-wishlist-route .main-bg {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #f6f8fb;
}

.bl-wishlist-route .main,
.bl-wishlist-route .content-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.bl-wishlist-route .content-main > .breadcrumb {
	display: none;
}

.bl-wishlist-page {
	background: #f6f8fb;
	color: #122033;
}

.bl-wishlist-hero {
	padding: 34px 18px 18px;
	background: #fff;
	border-bottom: 1px solid rgba(18, 32, 51, .06);
}

.bl-wishlist-hero__inner,
.bl-wishlist-content {
	width: min(1180px, calc(100vw - 36px));
	margin: 0 auto;
}

.bl-wishlist-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: #6b7a90;
	font-size: 14px;
	font-weight: 700;
}

.bl-wishlist-breadcrumbs a {
	color: #2f6296;
	text-decoration: none;
}

.bl-wishlist-breadcrumbs a:hover {
	text-decoration: underline;
}

.bl-wishlist-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
}

.bl-wishlist-hero h1 {
	margin: 0 0 8px;
	color: #142033;
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

.bl-wishlist-hero p {
	max-width: 620px;
	margin: 0;
	color: #516176;
	font-size: 17px;
	line-height: 1.55;
}

.bl-wishlist-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.bl-wishlist-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
}

.bl-wishlist-btn--main {
	border: 1px solid #075f3d;
	background: #075f3d;
	color: #fff !important;
	box-shadow: 0 14px 26px rgba(7, 95, 61, .18);
}

.bl-wishlist-btn--ghost {
	border: 1px solid rgba(18, 32, 51, .12);
	background: #fff;
	color: #122033;
}

.bl-wishlist-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	color: #6b7a90;
	font-size: 14px;
	font-weight: 700;
}

.bl-wishlist-summary__count {
	color: #075f3d;
}

.bl-wishlist-content {
	padding: 28px 0 54px;
}

.bl-wishlist-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.bl-wishlist-card {
	display: grid;
	grid-template-rows: 210px 1fr;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
}

.bl-wishlist-card__image {
	display: block;
	overflow: hidden;
	background: #eef3f8;
}

.bl-wishlist-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease;
}

.bl-wishlist-card:hover .bl-wishlist-card__image img {
	transform: scale(1.03);
}

.bl-wishlist-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.bl-wishlist-card__title {
	min-height: 48px;
	color: #142033;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.bl-wishlist-card__title:hover {
	color: #075f3d;
}

.bl-wishlist-card__price {
	color: #075f3d;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
}

.bl-wishlist-card__price--hint {
	color: #6b7a90;
	font-size: 15px;
	font-weight: 800;
}

.bl-wishlist-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin-top: auto;
}

.bl-wishlist-card__more,
.bl-wishlist-card__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
}

.bl-wishlist-card__more {
	border: 1px solid #075f3d;
	background: #075f3d;
	color: #fff !important;
}

.bl-wishlist-card__remove {
	border: 1px solid rgba(18, 32, 51, .1);
	background: #f4f7fa;
	color: #516176;
	cursor: pointer;
}

.bl-wishlist-empty {
	max-width: 540px;
	margin: 34px auto 0;
	padding: 42px 28px;
	border-radius: 18px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.bl-wishlist-empty h2 {
	margin: 0 0 10px;
	color: #142033;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
}

.bl-wishlist-empty p {
	margin: 0 0 22px;
	color: #516176;
	font-size: 16px;
	line-height: 1.55;
}

@media (max-width: 899px) {
	.bl-wishlist-hero__grid {
		grid-template-columns: 1fr;
	}

	.bl-wishlist-hero__actions {
		justify-content: flex-start;
	}

	.bl-wishlist-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.bl-wishlist-drawer__panel {
		width: 100vw;
	}

	.bl-wishlist-drawer__head {
		padding: 20px 16px 16px;
	}

	.bl-wishlist-drawer__body {
		padding: 14px 12px;
	}

	.bl-wishlist-drawer__foot {
		grid-template-columns: 1fr;
		padding: 14px 12px 18px;
	}

	.bl-wishlist-drawer .bl-wishlist-card {
		grid-template-columns: 94px minmax(0, 1fr);
	}

	.bl-wishlist-drawer .bl-wishlist-card__image {
		min-height: 94px;
	}

	.bl-wishlist-hero {
		padding-top: 24px;
	}

	.bl-wishlist-hero__inner,
	.bl-wishlist-content {
		width: min(100% - 24px, 1180px);
	}

	.bl-wishlist-hero h1 {
		font-size: 34px;
	}

	.bl-wishlist-hero p {
		font-size: 15px;
	}

	.bl-wishlist-hero__actions,
	.bl-wishlist-btn {
		width: 100%;
	}

	.bl-wishlist-list {
		grid-template-columns: 1fr;
	}

	.bl-wishlist-card {
		grid-template-rows: 190px 1fr;
	}
}

/* Wishlist drawer: compact quote-style view */
.bl-wishlist-drawer__panel,
.bl-wishlist-drawer__panel * {
	box-sizing: border-box;
}

.bl-wishlist-drawer__panel {
	width: min(388px, calc(100vw - 10px));
	background: #f7f9fc;
	border: 1px solid rgba(18, 32, 51, .08);
	border-radius: 12px 0 0 12px;
	box-shadow: -18px 0 56px rgba(8, 17, 31, .18);
}

.bl-wishlist-drawer__head {
	align-items: flex-start;
	padding: 20px 20px 14px;
	background: rgba(255, 255, 255, .92);
	border-bottom: 1px solid rgba(18, 32, 51, .06);
	box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.bl-wishlist-drawer__eyebrow {
	margin: 0 0 8px;
	color: #08734b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
}

.bl-wishlist-drawer__head h2 {
	color: #142033;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}

.bl-wishlist-drawer__close {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: #f0f4fa;
	color: #142033;
	font-size: 24px;
	font-weight: 500;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.bl-wishlist-drawer__body {
	padding: 14px 14px 12px;
	background: #f7f9fc;
}

.bl-wishlist-drawer .bl-wishlist-list {
	gap: 14px;
}

.bl-wishlist-card {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) 30px;
	grid-template-areas:
		"image body tools"
		"bottom bottom bottom";
	grid-template-rows: auto auto;
	gap: 12px;
	padding: 14px;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.bl-wishlist-drawer .bl-wishlist-card {
	grid-template-columns: 84px minmax(0, 1fr) 30px;
	padding: 14px 12px;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.bl-wishlist-card__image {
	grid-area: image;
	width: 92px;
	height: 122px;
	min-height: 0;
	border-radius: 8px;
	background: #edf2f7;
	box-shadow: inset 0 0 0 1px rgba(18, 32, 51, .05);
}

.bl-wishlist-drawer .bl-wishlist-card__image {
	width: 84px;
	height: 124px;
	min-height: 0;
	border-radius: 7px;
}

.bl-wishlist-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bl-wishlist-card__body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 3px 0 0;
}

.bl-wishlist-drawer .bl-wishlist-card__body {
	gap: 5px;
	padding: 2px 0 0;
}

.bl-wishlist-card__title {
	min-height: 0;
	max-height: 46px;
	overflow: hidden;
	color: #111a2d;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.28;
	text-decoration: none;
}

.bl-wishlist-drawer .bl-wishlist-card__title {
	font-size: 11.5px;
	line-height: 1.28;
}

.bl-wishlist-card__price {
	color: #047a4f;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.1;
}

.bl-wishlist-drawer .bl-wishlist-card__price {
	font-size: 14px;
}

.bl-wishlist-card__price-note {
	color: #0b8a5b;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
}

.bl-wishlist-drawer .bl-wishlist-card__price-note {
	font-size: 10.5px;
}

.bl-wishlist-card__stock {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 6px;
	margin-top: 5px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f3f7fb;
	color: #516176;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.bl-wishlist-card__stock i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #08734b;
	box-shadow: 0 0 0 3px rgba(8, 115, 75, .10);
}

.bl-wishlist-card__tools {
	grid-area: tools;
	display: grid;
	gap: 12px;
	align-content: start;
	justify-items: center;
}

.bl-wishlist-card__favorite,
.bl-wishlist-card__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f2f6fb;
	color: #5c6878;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
	transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.bl-wishlist-card__favorite {
	background: #e8f8f1;
	color: #007a4d;
}

.bl-wishlist-card__favorite svg path {
	fill: currentColor;
	stroke: currentColor;
}

.bl-wishlist-card__favorite:hover,
.bl-wishlist-card__remove:hover,
.bl-wishlist-card__favorite:focus-visible,
.bl-wishlist-card__remove:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(15, 23, 42, .12);
}

.bl-wishlist-card__remove:hover,
.bl-wishlist-card__remove:focus-visible {
	background: #edf2f8;
	color: #263246;
}

.bl-wishlist-card__favorite svg,
.bl-wishlist-card__remove svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bl-wishlist-card__bottom {
	grid-area: bottom;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 2px;
}

.bl-wishlist-card__qty {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bl-wishlist-card__qty button,
.bl-wishlist-card__qty span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	color: #526074;
	font-family: inherit;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
}

.bl-wishlist-card__qty span {
	width: 24px;
	height: 28px;
	color: #18263a;
	font-size: 12px;
	background: transparent;
	box-shadow: none;
}

.bl-wishlist-card__qty button {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
	cursor: pointer;
	transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.bl-wishlist-card__qty button:hover,
.bl-wishlist-card__qty button:focus-visible {
	background: #e7f7ef;
	color: #08734b;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(8, 115, 75, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.bl-wishlist-card__qty button:disabled {
	color: #a7b2c0;
	cursor: default;
	opacity: .75;
}

.bl-wishlist-card__qty button:disabled:hover {
	background: #fff;
	color: #a7b2c0;
	transform: none;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.bl-wishlist-card__line-total {
	color: #111a2d;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

.bl-wishlist-drawer__foot {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 14px 14px 18px;
	background: #fff;
	border-top: 1px solid rgba(18, 32, 51, .06);
}

.bl-wishlist-drawer__summary {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f7fbff 0%, #eef4fb 100%);
	box-shadow: inset 0 0 0 1px rgba(18, 32, 51, .035);
}

.bl-wishlist-drawer__summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: #fff;
	color: #6b7a90;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.bl-wishlist-drawer__summary-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bl-wishlist-drawer__summary-copy {
	display: grid;
	gap: 4px;
}

.bl-wishlist-drawer__summary-copy span,
.bl-wishlist-drawer__summary-copy small {
	color: #6b7a90;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
}

.bl-wishlist-drawer__summary-copy strong {
	color: #31445c;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.05;
}

.bl-wishlist-drawer__notice {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 32px;
	padding: 8px 12px;
	border-radius: 10px;
	background: #f3f6fa;
	color: #526074;
	font-size: 10.5px;
	font-weight: 750;
	line-height: 1.2;
}

.bl-wishlist-drawer__notice span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	color: #5f7085;
	font-size: 11px;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px rgba(18, 32, 51, .08);
}

.bl-wishlist-drawer__foot .bl-wishlist-btn {
	width: 100%;
	min-height: 48px;
	gap: 8px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 900;
}

.bl-wishlist-drawer__foot .bl-wishlist-btn svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bl-wishlist-drawer__foot .bl-wishlist-btn--main {
	border: 0;
	background: linear-gradient(180deg, #078453 0%, #006c43 100%);
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(7, 132, 83, .22);
}

.bl-wishlist-drawer__foot .bl-wishlist-btn--ghost {
	border: 1px solid rgba(18, 32, 51, .10);
	background: #fff;
	color: #31445c;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

@media (max-width: 620px) {
	.bl-wishlist-drawer__panel {
		width: 100vw;
		border-radius: 0;
	}

	.bl-wishlist-drawer__head {
		padding: 18px 16px 14px;
	}

	.bl-wishlist-drawer__body,
	.bl-wishlist-drawer__foot {
		padding-left: 12px;
		padding-right: 12px;
	}

	.bl-wishlist-drawer .bl-wishlist-card {
		grid-template-columns: 78px minmax(0, 1fr) 28px;
		gap: 10px;
		padding: 12px 10px;
	}

	.bl-wishlist-drawer .bl-wishlist-card__image {
		width: 78px;
		height: 112px;
	}

	.bl-wishlist-drawer .bl-wishlist-card__title {
		font-size: 11px;
	}
}
