.single-product .image-tools {
	display: grid;
	grid-template-rows: 1fr;
	gap: .5rem;
	opacity: 1 !important;
}

li.current-dropdown > .nav-dropdown {
	left: initial !important;
	right: 0 !important;
}

.wishlist-button {
	background-color: hsl(0 0% 100% / 0.75) !important;
	border: none !important;
	color: rgb(34,34,34) !important;
}

.wishlist-button:hover {
	color: #b20000 !important;
}

.wishlist-icon:hover .wishlist-popup,
.wishlist-icon .wishlist-popup {
	top: 10px;
	right: 100%;
}

.share-btn {
	padding: 0;
	margin: 0;
	border-radius: 9999px;
	background-color: hsl(0 0% 100% / 0.75);
}

.share-btn svg {
	display: block;
	height: 2rem;
	margin: auto;
	color: rgb(34,34,34);
}
