.addons-product-price-row {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	max-width: 100%;
}

.addons-product-price-row > .price {
	margin: 0;
}

.addons-product-share--inline {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	vertical-align: middle;
	z-index: 5;
}

.addons-product-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	line-height: 0;
	transition: transform 0.12s ease, opacity 0.12s ease;
}

.addons-product-share__btn:hover {
	transform: translateY(-1px) scale(1.06);
	text-decoration: none;
	opacity: 0.95;
}

.addons-product-share__glyph {
	display: block;
	width: 2rem;
	height: 2rem;
}

.addons-product-share__glyph svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.addons-product-share__toast {
	position: absolute;
	top: calc(100% + 0.4rem);
	left: 0;
	white-space: nowrap;
	padding: 0.35rem 0.55rem;
	border-radius: 0.45rem;
	background: #18181b;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 6px 16px rgba(24, 24, 27, 0.18);
	pointer-events: none;
}

.addons-product-share__toast[hidden] {
	display: none !important;
}

@media (max-width: 640px) {
	.addons-product-share--inline {
		gap: 0.4rem;
	}

	.addons-product-share__btn,
	.addons-product-share__glyph {
		width: 2rem;
		height: 2rem;
	}
}
