.moweb-wishlist-button {
	align-items: center;
	background: #fff;
	border: 1px solid #d9dfe7;
	border-radius: 4px;
	color: #68717d;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 7px;
	justify-content: center;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease;
}

#wishlist-count[hidden] {
	display: none !important;
}

.moweb-wishlist-button:hover,
.moweb-wishlist-button:focus-visible,
.moweb-wishlist-button.is-active {
	border-color: #d71920;
	color: #d71920;
}

.moweb-wishlist-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(215, 25, 32, .16);
	outline: 0;
}

.moweb-wishlist-button.is-loading {
	cursor: wait;
	opacity: .65;
}

.moweb-wishlist-button.is-loading .fa {
	animation: moweb-wishlist-pulse .7s ease-in-out infinite alternate;
}

.moweb-wishlist-button.product-summary-wishlist {
	background: #f7f7fa;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #7e859b;
	display: flex;
	flex: 0 0 46px;
	font-size: 16px;
	font-weight: 600;
	height: 46px;
	line-height: 1.5;
	min-width: 46px;
	padding: 0;
	position: relative;
	transition: none;
	width: 46px;
}

.moweb-wishlist-button.product-summary-wishlist:hover,
.moweb-wishlist-button.product-summary-wishlist:focus,
.moweb-wishlist-button.product-summary-wishlist.is-active {
	background: #f7f7fa;
	border-color: #fff;
	box-shadow: none;
	color: #7e859b;
	outline: 0;
}

.product-summary-wishlist .fa {
	color: #7e859b;
}

.product-summary-wishlist .fa-heart {
	animation: zoom-in-zoom-out 1s ease forwards;
	color: #ce0f0f;
}

.product-summary-wishlist .tooltip_cvv_text {
	background-color: rgb(255 255 255 / 95%);
	border: 0;
	border-radius: 4px;
	bottom: calc(100% + 12px);
	box-shadow: rgb(0 0 0 / 10%) 0 1px 3px 0, rgb(0 0 0 / 6%) 0 1px 2px 0;
	color: #222;
	font-size: 12px;
	font-weight: 400;
	left: 0;
	line-height: initial;
	opacity: 0;
	padding: 9px;
	pointer-events: none;
	position: absolute;
	right: auto;
	text-align: center;
	top: auto;
	transition: all .5s cubic-bezier(0, 1, .5, 1);
	visibility: hidden;
	white-space: nowrap;
	width: auto;
	z-index: 1;
}

.product-summary-wishlist .tooltip_cvv_text::after,
.product-summary-wishlist .tooltip_cvv_text::before {
	content: "";
	height: 0;
	left: 12px;
	position: absolute;
	top: auto;
	width: 0;
}

.product-summary-wishlist .tooltip_cvv_text::before {
	border-bottom: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 14px solid rgb(243 243 243);
	bottom: -14px;
}

.product-summary-wishlist .tooltip_cvv_text::after {
	border-bottom: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 14px solid rgb(255 255 255 / 95%);
	bottom: -10px;
}

.product-summary-wishlist.addto:hover .tooltip_cvv_text.addto,
.product-summary-wishlist.addto:focus-visible .tooltip_cvv_text.addto,
.product-summary-wishlist.removefrom:hover .tooltip_cvv_text.removefrom,
.product-summary-wishlist.removefrom:focus-visible .tooltip_cvv_text.removefrom {
	opacity: 1;
	visibility: visible;
}

body.dark-theme .moweb-wishlist-button.product-summary-wishlist {
	background: #303030;
	border-color: #303030;
	color: #e1e1e1;
}

body.dark-theme .moweb-wishlist-button.product-summary-wishlist:hover,
body.dark-theme .moweb-wishlist-button.product-summary-wishlist:focus-visible {
	background: #404040;
	border-color: #303030;
	color: #e1e1e1;
}

body.dark-theme .product-summary-wishlist .tooltip_cvv_text {
	background-color: #404040;
	border: 1px solid #303030;
	box-shadow: rgb(0 0 0 / 18%) 0 2px 4px;
	color: #e1e1e1;
}

body.dark-theme .product-summary-wishlist .tooltip_cvv_text::before {
	border-top-color: #303030;
}

body.dark-theme .product-summary-wishlist .tooltip_cvv_text::after {
	border-top-color: #404040;
}

.wishlist-cart {
	background: none;
	border: 0;
	color: #4c5662;
	padding: 0;
}

.wishlist-cart:hover,
.wishlist-cart:focus-visible,
.wishlist-cart.is-active {
	background: none;
	border-color: transparent;
}

.moweb-wishlist-toast {
	background: #263238;
	border-radius: 4px;
	bottom: 24px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
	color: #fff;
	font-size: 14px;
	left: 50%;
	max-width: calc(100% - 32px);
	opacity: 0;
	padding: 12px 20px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 18px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 10020;
}

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

.moweb-wishlist-toast.is-error {
	background: #b42318;
}

.wishlist-page {
	background: #f5f6f8;
	min-height: 520px;
	padding: 0 0 54px;
}

.wishlist-page__container {
	max-width: 1280px;
}

.wishlist-breadcrumb {
	align-items: center;
	color: #7a838e;
	display: flex;
	font-size: 13px;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}

.wishlist-breadcrumb a {
	color: #4f5964;
}

.wishlist-page__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 4px 0 16px;
}

.wishlist-page__header h1 {
	color: #242a31;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
}

.wishlist-page__count {
	color: #7a838e;
	font-size: 14px;
}

.wishlist-products {
	background: #fff;
	border: 1px solid #e0e4e9;
	border-radius: 4px;
}

.wishlist-products[hidden] {
	display: none;
}

.wishlist-product {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 110px minmax(240px, 1fr) minmax(130px, auto) minmax(210px, auto);
	min-height: 145px;
	opacity: 1;
	padding: 17px 20px;
	transition: opacity .18s ease, transform .18s ease;
}

.wishlist-product + .wishlist-product {
	border-top: 1px solid #e7eaee;
}

.wishlist-product.is-removing {
	opacity: 0;
	transform: translateX(-12px);
}

.wishlist-product__image {
	align-items: center;
	display: flex;
	height: 105px;
	justify-content: center;
}

.wishlist-product__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wishlist-product__details {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wishlist-product__title {
	color: #253242;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

.wishlist-product__title:hover {
	color: #d71920;
}

.wishlist-product__stock {
	font-size: 13px;
}

.wishlist-product__stock.is-in-stock {
	color: #168342;
}

.wishlist-product__stock.is-out-of-stock {
	color: #b42318;
}

.wishlist-product__price {
	color: #202832;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.wishlist-product__price del {
	color: #8a929c;
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.wishlist-product__price ins {
	text-decoration: none;
}

.wishlist-product__actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.wishlist-product__cart,
.wishlist-product__actions .wishlist-wishlist-row {
	align-items: center;
	border-radius: 3px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 39px;
	padding: 8px 16px;
}

.wishlist-product__cart {
	background: #e21d2d;
	border: 1px solid #e21d2d;
	color: #fff;
}

.wishlist-product__cart:hover {
	background: #c91624;
	color: #fff;
}

.wishlist-product__actions .wishlist-wishlist-row {
	background: #fff;
}

.wishlist-empty {
	background: #fff;
	border: 1px solid #e0e4e9;
	border-radius: 4px;
	padding: 60px 20px;
	text-align: center;
}

.wishlist-empty[hidden] {
	display: none;
}

.wishlist-empty__icon {
	align-items: center;
	background: #fcebed;
	border-radius: 50%;
	color: #d71920;
	display: inline-flex;
	font-size: 33px;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.wishlist-empty h2 {
	color: #242a31;
	font-size: 21px;
	margin: 20px 0 8px;
}

.wishlist-empty p {
	color: #6e7782;
	margin: 0 0 22px;
}

.wishlist-empty__shop {
	background: #d71920;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 11px 30px;
}

@keyframes moweb-wishlist-pulse {
	to { transform: scale(.72); }
}

@keyframes zoom-in-zoom-out {
	0% { transform: scale(1); }
	50% { transform: scale(1.3); }
	100% { transform: scale(1); }
}

@media (max-width: 900px) {
	.wishlist-product {
		gap: 14px;
		grid-template-columns: 90px minmax(0, 1fr) minmax(150px, auto);
	}

	.wishlist-product__price {
		grid-column: 2;
		grid-row: 2;
	}

	.wishlist-product__actions {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

@media (max-width: 640px) {
	.wishlist-page {
		padding-bottom: 30px;
	}

	.wishlist-page__header h1 {
		font-size: 21px;
	}

	.wishlist-product {
		align-items: start;
		grid-template-columns: 82px minmax(0, 1fr);
		padding: 15px 12px;
	}

	.wishlist-product__image {
		height: 82px;
	}

	.wishlist-product__price {
		grid-column: 2;
		grid-row: auto;
	}

	.wishlist-product__actions {
		flex-direction: row;
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.wishlist-product__actions > * {
		flex: 1;
	}
}
