/* One predictable action pair on every landing offer. */
.coz-offer-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
	margin-top: auto;
	width: 100%;
}

.coz-offer-actions .nxlp-buy {
	align-items: center;
	border-radius: 6px !important;
	display: inline-flex;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 1rem !important;
	font-weight: 600 !important;
	justify-content: center;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	min-height: 52px;
	padding: 10px 13px !important;
	text-align: center;
	width: 100%;
}

.coz-offer-actions .nxlp-buy--cart,
.coz-offer-actions .nxlp-buy--cart.primary {
	background: #e3edfb !important;
	border: 0 !important;
	color: #3483fa !important;
	gap: 9px;
	order: 2;
}

.coz-offer-actions .nxlp-buy--cart::before {
	background: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 18px;
	height: 18px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.2 9.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.4L21 7H7'/%3E%3Cpath d='M10 9.5h6M13 6.5v6'/%3E%3Ccircle cx='9.5' cy='19' r='1.5'/%3E%3Ccircle cx='18' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.2 9.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.4L21 7H7'/%3E%3Cpath d='M10 9.5h6M13 6.5v6'/%3E%3Ccircle cx='9.5' cy='19' r='1.5'/%3E%3Ccircle cx='18' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 18px;
}

.coz-offer-actions .nxlp-buy--now,
.coz-offer-actions .nxlp-buy--now.primary {
	background: #3483fa !important;
	border-color: #3483fa !important;
	color: #fff !important;
	order: 1;
}

.coz-offer-actions .nxlp-buy--cart.loading {
	cursor: wait;
	opacity: .72;
	pointer-events: none;
}

.coz-offer-actions .nxlp-buy--cart.added {
	background: #e7f6ed !important;
	border-color: #237b52 !important;
	color: #176342 !important;
}

/* WooCommerce normally appends a temporary third CTA beside the clicked
 * button. The persistent header control below is the single cart route. */
.coz-has-landing-cart-access .coz-offer-actions .added_to_cart.wc-forward {
	display: none !important;
}

/* Sticky, compact landing navigation: logo/home, offers and cart. */
.nxlp,
.coz-kit-lp {
	/* `overflow:hidden` turns the landing root into the sticky containing block
	 * and lets the navigation scroll away. `clip` preserves decorative clipping
	 * without creating a scroll container. */
	overflow: clip !important;
}

.nxlp .nav,
.coz-kit-lp__nav {
	/* Keep the navigation content aligned to the landing grid while its visual
	 * surface spans the viewport from edge to edge. */
	background: transparent !important;
	box-shadow: none;
	isolation: isolate;
	position: sticky !important;
	top: 0;
	z-index: 9990;
}

.nxlp .nav::before,
.coz-kit-lp__nav::before {
	background: #c8de72;
	border-bottom: 1px solid rgba(21, 63, 58, .16);
	box-shadow: 0 8px 24px rgba(17, 73, 67, .08);
	content: "";
	inset-block: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.admin-bar .nxlp .nav,
.admin-bar .coz-kit-lp__nav {
	top: 32px;
}

.coz-landing-nav-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-left: auto;
}

.nxlp .nav .pill,
.coz-kit-lp__nav .coz-kit-lp__pill {
	background: #185f57 !important;
	border-color: #185f57 !important;
	box-shadow: 0 7px 20px rgba(24, 95, 87, .18);
	color: #fff !important;
}

.nxlp .nav .pill:hover,
.nxlp .nav .pill:focus-visible,
.coz-kit-lp__nav .coz-kit-lp__pill:hover,
.coz-kit-lp__nav .coz-kit-lp__pill:focus-visible {
	background: #0f514b !important;
	border-color: #0f514b !important;
	box-shadow: 0 9px 26px rgba(15, 81, 75, .24);
	color: #fff !important;
}

.nxlp .nav .pill:focus-visible,
.coz-kit-lp__nav .coz-kit-lp__pill:focus-visible {
	box-shadow: 0 0 0 5px #185f57, 0 9px 26px rgba(15, 81, 75, .24);
	outline: 3px solid #fff !important;
	outline-offset: 0;
}

.nxlp [id^="ofertas-"],
.nxlp [id^="oferta-"],
.coz-kit-lp [id^="oferta-"] {
	/* Keep anchored offer headings/cards below the sticky navigation, including
	 * the local admin bar used during review. */
	scroll-margin-top: 126px !important;
}

.coz-landing-cart-access {
	align-items: center;
	background: #17685f;
	border: 1px solid #17685f;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(23, 104, 95, .2);
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 9px;
	justify-content: center;
	min-height: 48px;
	padding: 7px 9px 7px 13px;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.coz-landing-cart-access:hover,
.coz-landing-cart-access:focus-visible {
	background: #0f514b;
	border-color: #0f514b;
	box-shadow: 0 10px 30px rgba(15, 81, 75, .26);
	color: #fff !important;
	transform: translateY(-1px);
}

.nxlp .nav .coz-landing-cart-access:focus-visible,
.coz-kit-lp__nav .coz-landing-cart-access:focus-visible {
	box-shadow: 0 0 0 5px #17685f, 0 10px 30px rgba(15, 81, 75, .26);
	outline: 3px solid #fff;
	outline-offset: 0;
}

.coz-landing-cart-access__icon {
	display: grid;
	place-items: center;
}

.coz-landing-cart-access__icon svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 21px;
}

.coz-landing-cart-access__copy {
	display: block;
	line-height: 1.05;
	text-align: left;
}

.coz-landing-cart-access__copy small,
.coz-landing-cart-access__copy strong {
	display: block;
}

.coz-landing-cart-access__copy small {
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .02em;
	opacity: .78;
}

.coz-landing-cart-access__copy strong {
	font-size: 13px;
	font-weight: 800;
	margin-top: 3px;
	white-space: nowrap;
}

.coz-landing-cart-access__badge {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #17685f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	height: 27px;
	justify-content: center;
	min-width: 27px;
	padding: 0 7px;
}

.coz-landing-cart-access.is-empty .coz-landing-cart-access__badge {
	display: none;
}

.coz-landing-cart-access.is-pulsing {
	animation: coz-cart-confirm .75s ease-out;
}

@keyframes coz-cart-confirm {
	0%, 100% { box-shadow: 0 8px 24px rgba(23, 104, 95, .2); }
	45% { box-shadow: 0 0 0 8px rgba(200, 222, 114, .34), 0 12px 32px rgba(15, 81, 75, .24); transform: translateY(-1px) scale(1.03); }
}

.coz-landing-cart-toast {
	background: #fff;
	border: 1px solid #d1e5e1;
	border-left: 4px solid #237b52;
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(12, 62, 58, .18);
	color: #153f3a;
	font: 650 14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	max-width: min(360px, calc(100vw - 28px));
	opacity: 1;
	padding: 13px 15px;
	position: fixed;
	right: 18px;
	top: 102px;
	transition: opacity .18s ease, transform .18s ease;
	z-index: 100000;
}

.admin-bar .coz-landing-cart-toast {
	top: 134px;
}

.coz-landing-cart-toast.is-leaving {
	opacity: 0;
	transform: translateY(-6px);
}

@media (max-width: 782px) {
	.admin-bar .nxlp .nav,
	.admin-bar .coz-kit-lp__nav {
		top: 46px;
	}

	.admin-bar .coz-landing-cart-toast {
		top: 138px;
	}
}

@media (max-width: 640px) {
	.coz-offer-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coz-offer-actions .nxlp-buy {
		font-size: 13px !important;
		min-height: 50px;
		padding-inline: 8px !important;
	}

	.nxlp .nav,
	.coz-kit-lp__nav {
		gap: 8px !important;
		min-height: 66px !important;
		padding-bottom: 7px;
		padding-top: 7px;
	}

	.coz-landing-nav-actions {
		gap: 6px;
	}

	.nxlp .pill,
	.coz-kit-lp__pill {
		font-size: 12px !important;
		min-height: 44px !important;
		padding: 0 10px !important;
	}

	.coz-landing-cart-access {
		gap: 6px;
		min-height: 44px;
		padding: 6px 7px 6px 10px;
	}

	.coz-landing-cart-access__copy small {
		display: none;
	}

	.coz-landing-cart-access__copy strong {
		font-size: 12px;
		margin: 0;
	}

	.coz-landing-cart-access__badge {
		height: 24px;
		min-width: 24px;
		padding: 0 6px;
	}

	.coz-landing-cart-toast {
		left: 14px;
		right: 14px;
		top: 86px;
	}
}

@media (max-width: 470px) {
	.nxlp .brand-copy,
	.coz-kit-lp__brand > span {
		display: none !important;
	}

	.nxlp .brand,
	.coz-kit-lp__brand {
		flex: 0 0 auto;
	}

	.nxlp .header-logo,
	.coz-kit-lp__logo {
		height: 42px !important;
		width: 42px !important;
	}

	.coz-landing-cart-access__icon {
		display: none;
	}
}

@media (max-width: 370px) {
	.nxlp .pill,
	.coz-kit-lp__pill {
		font-size: 11px !important;
		padding-inline: 8px !important;
	}

	.coz-landing-cart-access {
		padding-left: 9px;
	}

	.coz-landing-cart-access__copy strong {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.coz-landing-cart-access,
	.coz-landing-cart-toast {
		animation: none !important;
		transition: none !important;
	}
}
