.velych-gift-fab {
	--velych-gift-bg: #311a03;
	--velych-gift-size: 68px;
	--velych-gift-radius: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 391;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--velych-gift-size);
	height: var(--velych-gift-size);
	padding: 0;
	border: 0;
	border-radius: var(--velych-gift-radius);
	background-color: var(--velych-gift-bg) !important;
	color: inherit;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(49, 26, 3, 0.16);
	transition: transform 0.2s ease;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
}

.velych-gift-fab__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	pointer-events: none;
}

.velych-gift-fab__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.velych-gift-fab:hover,
.velych-gift-fab:focus,
.velych-gift-fab:focus-visible,
.velych-gift-fab:active {
	background-color: var(--velych-gift-bg) !important;
	color: inherit;
	box-shadow: 0 4px 14px rgba(49, 26, 3, 0.16);
	opacity: 1;
	filter: none;
}

.velych-gift-fab:hover {
	transform: scale(0.94);
}

.velych-gift-fab:active {
	transform: scale(0.9);
}

.velych-gift-fab:focus-visible {
	outline: 2px solid rgba(49, 26, 3, 0.35);
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.velych-gift-fab {
		right: 16px;
		bottom: 16px;
		--velych-gift-size: 60px;
		--velych-gift-radius: 10px;
	}

	.velych-gift-fab__icon {
		width: 36px;
		height: 36px;
	}
}
