/* 3=4 — Спеціальна пропозиція (Gift34) v1.0.0 */

/* ------------------------------------------------------- стікер 3=4 */
.gift34-sticker {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 5;
	display: inline-block;
	padding: 4px 10px;
	background: #a7c1be;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	border-radius: 3px;
	text-decoration: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	pointer-events: auto;
}

.gift34-sticker:hover {
	background: #93b0ac;
	color: #fff !important;
}

.gift34-sticker-image {
	padding: 0;
	background: none;
	box-shadow: none;
}

.gift34-sticker-image img {
	display: block;
	max-width: 70px;
	height: auto;
}

/* ------------------------------------------- ціни в кошику / оформленні */
.gift34-old {
	display: inline-block;
	text-decoration: line-through;
	color: #777;
	opacity: .8;
	font-weight: 400;
	white-space: nowrap;
}

.gift34-new {
	color: #596172;
	font-weight: 700;
	white-space: nowrap;
}

.gift34-tag {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 6px;
	background: #a7c1be;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border-radius: 2px;
	white-space: nowrap;
}

/* ------------------------------------------------- спливаюче вікно */
.gift34-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: rgba(30, 34, 40, .55);
	animation: gift34-fade .18s ease-out;
}

@keyframes gift34-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.gift34-window {
	position: relative;
	width: 100%;
	max-width: 480px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
	padding: 28px 24px 22px;
	text-align: center;
}

.gift34-close {
	position: absolute;
	top: 6px;
	right: 10px;
	border: 0;
	background: none;
	font-size: 26px;
	line-height: 1;
	color: #777;
	cursor: pointer;
	padding: 4px 8px;
}

.gift34-close:hover {
	color: #596172;
}

.gift34-body {
	color: #596172;
	font-size: 16px;
	line-height: 1.5;
}

.gift34-badge {
	display: inline-block;
	padding: 1px 8px;
	background: #a7c1be;
	color: #fff !important;
	font-weight: 700;
	text-decoration: underline !important;
	border-radius: 3px;
}

.gift34-badge:hover {
	background: #93b0ac;
	color: #fff !important;
	text-decoration: underline !important;
}

.gift34-actions {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.gift34-btn {
	display: inline-block;
	padding: 9px 18px;
	border: 1px solid #a7c1be;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	text-decoration: none !important;
}

.gift34-btn-primary {
	background: #a7c1be;
	color: #fff !important;
}

.gift34-btn-primary:hover {
	background: #93b0ac;
}

.gift34-btn-default {
	background: #fff;
	color: #596172;
}

.gift34-btn-default:hover {
	background: #f5f7f7;
}

@media (max-width: 480px) {
	.gift34-window { padding: 24px 16px 18px; }
	.gift34-body   { font-size: 15px; }
	.gift34-sticker { font-size: 12px; padding: 3px 7px; }
}

/* ------------------------------------ подарунковий рядок у кошику */
.gift34-row {
	background: #f4f8f7 !important;
}

.gift34-row td,
.gift34-row .price,
.gift34-row .total {
	border-top: 0 !important;
}

.gift34-row input[readonly] {
	background: transparent;
	border-color: #e9e9e9;
	box-shadow: none;
	cursor: default;
}

/* подарунковий рядок у модальному кошику oct_remarket */
.gift34-row .rm-product-quantity input[readonly] {
	pointer-events: none;
	opacity: .75;
}

.gift34-row .rm-cart-products-item-price {
	color: #596172;
	font-weight: 700;
}

/* ------------------------------- вбудоване сповіщення в блоці кошика */
.gift34-notice {
	margin-top: 15px;
	padding: 15px 15px 20px;
	border: 3px solid #a7c1be;
	border-radius: 10px;
	color: #596172;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.gift34-notice .gift34-badge {
	font-size: 16px;
	font-weight: 700;
}
