.btn-share .ova-social li.sma-copy-product-link-item {
	position: relative;
}

.btn-share .ova-social .sma-copy-product-link {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 35px;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
	color: #fd4c5c;
	font: inherit;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-share .ova-social .sma-copy-product-link:hover,
.btn-share .ova-social .sma-copy-product-link:focus-visible {
	border-color: #fd4c5c;
	background: #fd4c5c;
	color: #fff;
}

.btn-share .ova-social .sma-copy-product-link:focus-visible {
	outline: 2px solid #0b6f83;
	outline-offset: 2px;
}

.btn-share .ova-social .sma-copy-product-link svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.btn-share .ova-social .sma-copy-product-link__feedback {
	position: absolute;
	top: 50%;
	left: calc(100% + 8px);
	z-index: 10;
	padding: 5px 8px;
	border-radius: 4px;
	background: #173f47;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%);
}

.btn-share .ova-social [data-copy-state] .sma-copy-product-link__feedback {
	opacity: 1;
}

.btn-share .ova-social [data-copy-state="copied"] .sma-copy-product-link {
	border-color: #0caf91;
	background: #0caf91;
	color: #fff;
}

.btn-share .ova-social [data-copy-state="error"] .sma-copy-product-link {
	border-color: #b42318;
	background: #b42318;
	color: #fff;
}

.sma-copy-product-link__status {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
