.gelma-home-promo {
	--gelma-gold: #ffc03d;
	--gelma-navy: #212d45;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99990;
	width: min(340px, calc(100vw - 32px));
	background: #ffffff;
	border: 1px solid rgba(33, 45, 69, 0.12);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(33, 45, 69, 0.18);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.35s ease, transform 0.35s ease;
	font-family: 'Open Sans', sans-serif;
}

.gelma-home-promo.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.gelma-home-promo[hidden] {
	display: none;
}

.gelma-home-promo__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: rgba(33, 45, 69, 0.08);
	color: var(--gelma-navy);
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: background 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.gelma-home-promo__close svg {
	display: block;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.gelma-home-promo__close:hover {
	background: rgba(33, 45, 69, 0.15);
}

.gelma-home-promo__link {
	display: flex;
	gap: 12px;
	padding: 14px 40px 14px 14px;
	text-decoration: none !important;
	color: inherit;
}

.gelma-home-promo__image {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.gelma-home-promo__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
}

.gelma-home-promo__badge {
	display: inline-block;
	align-self: flex-start;
	background: var(--gelma-gold);
	color: var(--gelma-navy);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 4px 8px;
	border-radius: 2px;
}

.gelma-home-promo__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--gelma-navy);
	margin: 0;
}

.gelma-home-promo__meta {
	font-size: 0.78rem;
	line-height: 1.35;
	color: #707a8a;
	margin: 0;
}

.gelma-home-promo__price {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--gelma-navy);
	margin: 2px 0 0;
}

@media (max-width: 480px) {
	.gelma-home-promo {
		right: 12px;
		bottom: 12px;
	}

	.gelma-home-promo__image {
		width: 72px;
		height: 72px;
	}
}
