.indovia-product-share-action,
.indovia-product-share-action *,
.indovia-product-share,
.indovia-product-share * {
	box-sizing: border-box;
}

body.indovia-luxury-product-active .indovia-luxury-product__summary {
	position: relative;
}

body.indovia-luxury-product-active #indovia-luxury-product-title {
	padding-right: 58px;
}

.indovia-product-share-action {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 3;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0;
}

.indovia-product-share-action__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid #d9cbc4;
	border-radius: 999px;
	background: #fffaf7;
	color: #342b27 !important;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 7px 20px rgba(65, 38, 27, .08);
}

.indovia-product-share-action__button:hover {
	border-color: #dd2400;
	color: #b31d00 !important;
	background: #fff8f5;
}

.indovia-product-share-action__button:focus-visible,
.indovia-product-share__close:focus-visible,
.indovia-product-share__channel:focus-visible,
.indovia-product-share__manual input:focus-visible {
	outline: 3px solid rgba(221, 36, 0, .32);
	outline-offset: 3px;
}

.indovia-product-share-action__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
}

.indovia-product-share-action__button span,
.indovia-product-share-action__button svg {
	color: inherit !important;
}

.indovia-product-share-action__icon svg,
.indovia-product-share__channel-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

html.indovia-product-share-open,
html.indovia-product-share-open body {
	overflow: hidden;
}

.indovia-product-share[hidden],
.indovia-product-share__channel[hidden],
.indovia-product-share__status[hidden],
.indovia-product-share__manual[hidden] {
	display: none !important;
}

.indovia-product-share {
	position: fixed;
	inset: 0;
	z-index: 100200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: inherit;
}

.indovia-product-share__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(29, 20, 17, .56);
	backdrop-filter: blur(3px);
}

.indovia-product-share__panel {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	max-height: min(680px, calc(100vh - 48px));
	padding: 24px;
	border: 1px solid rgba(93, 58, 43, .12);
	border-radius: 24px;
	background: #fffdfc;
	color: #2f2723;
	box-shadow: 0 28px 80px rgba(37, 22, 16, .28);
	overflow-y: auto;
	transform: translateY(10px) scale(.985);
	opacity: 0;
	transition: transform .18s ease, opacity .18s ease;
}

.indovia-product-share.is-open .indovia-product-share__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.indovia-product-share__handle {
	display: none;
}

.indovia-product-share__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.indovia-product-share__header h2 {
	margin: 0 0 5px;
	color: #241d1a;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.indovia-product-share__header p {
	margin: 0;
	color: #73645d;
	font-size: 14px;
	line-height: 1.45;
}

.indovia-product-share__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	margin: -7px -7px 0 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f4ebe7;
	color: #4d3d36 !important;
	font: inherit;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.indovia-product-share__close:hover {
	background: #ead8d0;
	color: #2c211d !important;
}

.indovia-product-share__channels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.indovia-product-share__channel {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	min-height: 58px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #eaded8;
	border-radius: 15px;
	background: #ffffff;
	color: #302723 !important;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.indovia-product-share__channel span,
.indovia-product-share__close span {
	color: inherit !important;
}

html.indovia-product-share-open #indovia-staging-badge,
body.indovia-product-share-open #indovia-staging-badge {
	visibility: hidden !important;
}

.indovia-product-share__channel:hover {
	border-color: #d9c1b7;
	background: #fff8f5;
	color: #302723;
}

.indovia-product-share__channel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #f3ebe7;
	color: #5b4035;
	padding: 8px;
}

.indovia-product-share__channel--whatsapp .indovia-product-share__channel-icon {
	background: #e6f7ed;
	color: #15803d;
}

.indovia-product-share__channel--facebook .indovia-product-share__channel-icon {
	background: #e9f1ff;
	color: #1877f2;
}

.indovia-product-share__channel--facebook .indovia-product-share__channel-icon svg {
	fill: currentColor;
	stroke: none;
}

.indovia-product-share__channel--copy .indovia-product-share__channel-icon,
.indovia-product-share__channel--native .indovia-product-share__channel-icon {
	background: #fff0eb;
	color: #c52200;
}

.indovia-product-share__status {
	margin-top: 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eef8f0;
	color: #176630;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
}

.indovia-product-share__status[data-tone='error'] {
	background: #fff0ee;
	color: #a62917;
}

.indovia-product-share__manual {
	margin-top: 14px;
}

.indovia-product-share__manual label {
	display: block;
	margin-bottom: 6px;
	color: #5e4e47;
	font-size: 12px;
	font-weight: 750;
}

.indovia-product-share__manual input {
	display: block;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #cfbdb5;
	border-radius: 10px;
	background: #ffffff;
	color: #332824;
	font: inherit;
	font-size: 13px;
}

@media (max-width: 700px) {
	.indovia-product-share-action {
		top: 18px;
		right: 72px;
	}

	body.indovia-luxury-product-active #indovia-luxury-product-title {
		padding-right: 110px;
	}

	.indovia-product-share {
		align-items: flex-end;
		padding: 0;
	}

	.indovia-product-share__panel {
		width: 100%;
		max-height: min(78vh, 620px);
		padding: 14px 18px calc(18px + env(safe-area-inset-bottom, 0px));
		border-width: 1px 0 0;
		border-radius: 24px 24px 0 0;
		transform: translateY(100%);
	}

	.indovia-product-share.is-open .indovia-product-share__panel {
		transform: translateY(0);
	}

	.indovia-product-share__handle {
		display: block;
		width: 42px;
		height: 5px;
		margin: 0 auto 14px;
		border-radius: 999px;
		background: #d9cac3;
	}

	.indovia-product-share__header {
		margin-bottom: 16px;
	}

	.indovia-product-share__header h2 {
		font-size: 20px;
	}

	.indovia-product-share__channels {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.indovia-product-share__channel {
		min-height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.indovia-product-share__panel {
		transition: none;
	}
}
