/* =====================================================================
   cogni.css — CTA Headline + Products + Guarantee sections
   Ported from donor/6a3d308584a1624045a347bc (bootstrap.css + vsl.css + custom.css)
   Everything is scoped under .cogni-embed so it can NOT collide with the
   host page's existing global rules (.container, .wrapper, .row, ...).
   ===================================================================== */

/* ---- Design tokens (scoped) ---- */
.cogni-embed {
	--primary-color: #6497B4;
	--secondary-color: #6497B4;
	--third-color: #3d3f3e;
	--fourth-color: #4e4e4e;
	--primary-color-light: #C4D0D2;
	--primary-color-dark: #C4D0D2;
	--secondary-color-light: #757575;
	--secondary-color-dark: #4a4e4c;
	--contrast-color: #E8F8C1;
	--text-color: #1C1F1D;
	--light-color: #F5F7F6;
	--button-color: #145419;
	--border-button-color: #3cd71d;
	--bonus-primary-color: #3b3a3a;
	--bonus-secondary-color: #303030;
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	font-family: "Nunito Sans", sans-serif;
	/* host page sets body { font-size: 18px }; the ported em-based component
	   styles were authored against a 16px base, so pin it here to match. */
	font-size: 16px;
}

.cogni-embed *,
.cogni-embed *::before,
.cogni-embed *::after {
	box-sizing: border-box;
	font-family: "Nunito Sans", sans-serif;
}

/* =====================================================================
   Bootstrap-equivalent grid & utilities (scoped subset)
   ===================================================================== */
.cogni-embed .container {
	width: 100%;
	padding-right: .75rem;
	padding-left: .75rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.cogni-embed .container { max-width: 540px; }
}
@media (min-width: 768px) {
	.cogni-embed .container { max-width: 720px; }
}
@media (min-width: 992px) {
	.cogni-embed .container { max-width: 960px; }
}
@media (min-width: 1200px) {
	.cogni-embed .container { max-width: 1140px; }
}
@media (min-width: 1400px) {
	.cogni-embed .container { max-width: 1320px; }
}

.cogni-embed .row {
	--bs-gutter-x: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.cogni-embed .row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.cogni-embed .col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 768px) {
	.cogni-embed .col-md-3 { flex: 0 0 auto; width: 25%; }
	.cogni-embed .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
	.cogni-embed .col-md-9 { flex: 0 0 auto; width: 75%; }
	.cogni-embed .order-md-1 { order: 1; }
	.cogni-embed .order-md-2 { order: 2; }
	.cogni-embed .order-md-3 { order: 3; }
}

/* spacing */
.cogni-embed .py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.cogni-embed .py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.cogni-embed .pb-4 { padding-bottom: 1.5rem; }
.cogni-embed .my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.cogni-embed .mb-0 { margin-bottom: 0; }
.cogni-embed .mb-3 { margin-bottom: 1rem; }
.cogni-embed .mt-3 { margin-top: 1rem; }

@media (min-width: 768px) {
	.cogni-embed .py-md-5 { padding-top: 3rem; padding-bottom: 3rem; }
	.cogni-embed .my-md-5 { margin-top: 3rem; margin-bottom: 3rem; }
}

/* flex / display / text */
.cogni-embed .d-flex { display: flex; }
.cogni-embed .d-none { display: none; }
@media (min-width: 768px) {
	.cogni-embed .d-md-block { display: block; }
}
.cogni-embed .align-items-center { align-items: center; }
.cogni-embed .justify-content-center { justify-content: center; }
.cogni-embed .flex-wrap { flex-wrap: wrap; }
.cogni-embed .gap-2 { gap: .5rem; }
.cogni-embed .text-center { text-align: center; }
.cogni-embed .text-start { text-align: left; }
.cogni-embed .text-white { color: #fff; }
.cogni-embed .position-relative { position: relative; }
.cogni-embed .fs-2 { font-size: calc(1.325rem + .9vw); }
@media (min-width: 1200px) {
	.cogni-embed .fs-2 { font-size: 2rem; }
}

.cogni-embed img { max-width: 100%; }
.cogni-embed figure { margin: 0; }
/* neutralize host .wrapper { padding-top: 45px } on product card wrappers */
.cogni-embed .wrapper { padding-top: 0; }

/* ---- helper classes (from custom.css) ---- */
.cogni-embed .primary-bg-section { background-color: var(--primary-color); }
.cogni-embed .text-green { color: #22e525; }
.cogni-embed .white-link { color: #fff; }
.cogni-embed .fw-bold { font-weight: 700; }

/* =====================================================================
   Components (from vsl.css)
   ===================================================================== */

/* ---- strip3 ---- */
.cogni-embed .strip3 {
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

.cogni-embed ul.strip3-list {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.cogni-embed ul.strip3-list li {
	padding: 0 22px;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	list-style: none;
	margin-top: 1rem;
}

.cogni-embed ul.strip3-list li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	height: 18px;
	background: #e6dede;
	width: 2px;
}

.cogni-embed ul.strip3-list li:last-child::after { display: none; }

@media (max-width: 991px) {
	.cogni-embed ul.strip3-list li { font-size: 14px; line-height: 20px; }
	.cogni-embed ul.strip3-list li::after { display: none; }
}

@keyframes rotateP {
	0% { transform: rotate(0); }
	50% { transform: rotate(180deg); }
	100% { transform: rotate(180deg); }
}

.cogni-embed .hourglass {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 8px 0 0;
	animation: rotateP 2.5s ease-in-out forwards infinite;
	max-width: 25px;
	filter: invert(1);
}

/* ---- shipping box ---- */
.cogni-embed .shipbx {
	width: 710px;
	height: 90px;
	border: 2px solid var(--secondary-color);
	border-radius: 14px;
	margin: 30px auto 10px auto;
	display: block;
	position: relative;
	padding: 17px 25px 15px 150px;
	color: #000;
}

.cogni-embed .shipiconbx {
	background: var(--secondary-color);
	padding: 19px 5px 19px 7px;
	border-radius: 12px 0 0 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.cogni-embed .shipiconbx img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.cogni-embed .shipiconbx::after {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 15px solid var(--secondary-color);
	border-bottom: 45px solid transparent;
}

.cogni-embed .shipbx-txt1 {
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	font-weight: 700;
}

.cogni-embed .shipbx-txt1 .red {
	color: var(--secondary-color);
	font-weight: 700;
}

.cogni-embed .shipbx-txt2 {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.cogni-embed .item-img { position: relative; }

@media (max-width: 991px) {
	.cogni-embed .shipbx {
		width: 370px;
		max-width: 100%;
		height: auto;
		padding: 10px 5px 10px 98px;
	}
	.cogni-embed .shipbx-txt1 { font-size: 18px; line-height: 26px; }
	.cogni-embed .shipbx-txt2 { font-size: 13px; line-height: 21px; }
	.cogni-embed .shipiconbx { height: 100%; width: 70px; }
	.cogni-embed .shipiconbx img {
		width: 65px;
		position: absolute;
		display: block;
		top: calc(50% - 20px);
	}
	.cogni-embed .shipiconbx::after {
		border-top: 58px solid transparent;
		border-left: 15px solid var(--secondary-color);
		border-bottom: 58px solid transparent;
		top: calc(50% - 60px);
	}
}

/* ---- guarantee ---- */
.cogni-embed #guarantee {
	position: relative;
	color: #fff;
	background: linear-gradient(90deg, var(--primary-color-dark), var(--primary-color));
}

.cogni-embed #guarantee .container { max-width: 1100px; }
.cogni-embed #guarantee h2 { color: #fff; }
.cogni-embed #guarantee h2 span { color: var(--third-color); }
.cogni-embed #guarantee img { max-width: 200px; }

.cogni-embed #guarantee .badges img {
	background-color: #fff;
	max-width: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 599px) {
	.cogni-embed #guarantee .badges img { max-width: 70px; }
}

/* ---- headline / countdown ---- */
.cogni-embed .countdown {
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.cogni-embed .title-claim {
	font-size: 37px;
	font-weight: 700;
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.cogni-embed .title-claim { font-size: 30px; }
}

/* =====================================================================
   Product cards (from vsl.css)
   ===================================================================== */
.cogni-embed .products { position: relative; }

.cogni-embed .products .title {
	text-align: center;
	margin-bottom: 0.75em;
	font-size: 2.25em;
}

@media (max-width: 599px) {
	.cogni-embed .products .title { font-size: 1.25em; }
}

.cogni-embed .products .item {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	color: var(--text-color);
	background-color: white;
	border-radius: 1em;
	overflow: hidden;
	border: 2px solid var(--secondary-color);
	box-shadow: var(--bs-box-shadow-sm);
}

@media (min-width: 976px) {
	.cogni-embed .products .item { margin-left: 10px; margin-right: 10px; }
}

.cogni-embed .products .item:hover { scale: 1.025; }

.cogni-embed .products .item .wrapper {
	border-radius: 18px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .wrapper {
		grid-template-areas: "header header""title info""img info""img totals""footer footer";
		grid-template-columns: 1fr 1fr;
		align-items: center;
		-moz-column-gap: 0.5em;
		column-gap: 0.5em;
		padding: 0.5em 0;
	}
}

.cogni-embed .products .item .item-header {
	grid-area: title;
	padding: 0.25em 0.5em;
	background-color: var(--secondary-color);
	font-weight: 800;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-header {
		background-color: transparent;
		font-size: 1.4em;
		padding: 0;
	}
}

.cogni-embed .products .item .item-img { grid-area: img; }

.cogni-embed .products .item .item-img .supply {
	padding: 1em 0.5em;
	text-align: center;
	line-height: 1;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-img .supply { font-size: 1em; padding: 0; }
}

.cogni-embed .products .item .item-img .supply b {
	display: block;
	font-size: 1.75em;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-img .supply b { font-size: 1.25em; }
}

.cogni-embed .products .item .item-img img { max-height: 200px; }

.cogni-embed .products .item .item-info {
	grid-area: info;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.cogni-embed .products .item .item-info .price {
	display: flex;
	text-align: start;
	gap: 0.25em;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	line-height: 1;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	/* override host global .price { font-size: 40px; font-weight: 700 } */
	font-size: 16px;
	font-weight: 400;
}

.cogni-embed .products .item .item-info .price b {
	font-size: 4em;
	text-align: center;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-info .price b {
		font-size: 5em;
		letter-spacing: -0.06em;
	}
}

.cogni-embed .products .item .item-info .price sup { font-size: 0.6em; top: -0.5em; }
.cogni-embed .products .item .item-info .price span { font-weight: 800; padding-right: 0; }

@media (max-width: 767px) {
	.cogni-embed .products .item .item-info .price span { font-size: 0.8em; }
}

.cogni-embed .products .item .item-info .savings {
	font-size: 0.8em;
	font-weight: 800;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-info .savings { font-size: 1em; }
}

.cogni-embed .products .item .item-info .savings > div {
	padding: 0.5em;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.4196078431);
}

.cogni-embed .products .item .item-info .savings > div:first-child {
	border-top: 1px dashed rgba(0, 0, 0, 0.4196078431);
	color: #000;
}

.cogni-embed .products .item .item-info .savings > div:nth-child(2) { display: none; }

@media (max-width: 767px) {
	.cogni-embed .products .item .item-info .savings > div { padding: 0.5em 0; }
}

.cogni-embed .products .item .item-info .savings span {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 0.25em;
	line-height: 1;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-info .savings span { letter-spacing: -0.4px; }
}

.cogni-embed .products .item .item-buy { grid-area: footer; }

.cogni-embed .products .item .item-buy .button {
	padding: 0.65em;
	margin: 0.5em 0.25em;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-buy .button {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.15em;
	}
	.cogni-embed .products .item .item-buy .buy-button-label { font-size: 1.2em; }
}

.cogni-embed .products .item .item-buy .button span {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 0.25em;
}

.cogni-embed .products .item .item-buy .card-flags {
	max-width: 220px;
	margin-bottom: 0.5em;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-buy .card-flags { display: none; }
}

.cogni-embed .products .item .item-totals {
	grid-area: totals;
	font-size: 0.9em;
}

@media (max-width: 767px) {
	.cogni-embed .products .item .item-totals { font-size: 1em; }
}

.cogni-embed .products .item .item-totals .totals s {
	text-decoration-color: red;
	text-decoration-thickness: 2px;
}

.cogni-embed .products .item .item-totals .totals span { color: var(--contrast-color); }
.cogni-embed .products .item .item-totals .shipping { font-weight: 800; }
.cogni-embed .products .item .item-totals .shipping span { color: #dc3545; }

.cogni-embed .products .item.promo {
	color: white;
	background-color: white;
	border: 2px solid var(--primary-color);
}

.cogni-embed .products .item.promo .wrapper {
	background-image: radial-gradient(circle at 50% 50%, var(--primary-color), var(--secondary-color)), linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
}

@media (max-width: 767px) {
	.cogni-embed .products .item.promo .wrapper {
		grid-template-areas: "header header""img info""img totals""footer footer";
	}
}

.cogni-embed .products .item.promo .item-header {
	grid-area: header;
	background-color: white;
	color: var(--primary-color);
	text-shadow: none;
}

@media (max-width: 767px) {
	.cogni-embed .products .item.promo .item-header {
		margin: -0.55em 0 0.5em;
		padding: 0.25em;
	}
}

.cogni-embed .products .item.promo .item-img img { max-height: 240px; }

.cogni-embed .products .item.promo .item-info .savings > div {
	color: white;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4196078431);
}

.cogni-embed .products .item.promo .item-info .savings > div:first-child {
	border-top: 1px dashed rgba(255, 255, 255, 0.4196078431);
}

.cogni-embed .products .item.promo .item-info .savings > div:nth-child(2) { display: block; }

.cogni-embed .products .item.promo .item-buy .button {
	color: var(--text-color);
	background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
	text-shadow: none;
}

.cogni-embed .products .item.promo .item-buy .button:hover {
	background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

.cogni-embed .products .item.promo .item-totals .shipping span { color: var(--contrast-color); }

/* ---- buy button ---- */
.cogni-embed .buy-button {
	text-decoration: none;
	display: block;
	font-size: 1.5rem;
	padding: 0.8rem 0.5rem;
	text-transform: uppercase;
	background: linear-gradient(0deg, #1ca11e, #0c9c0e);
	margin: 1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: .3s;
}

.cogni-embed .buy-button:hover {
	box-shadow: 0px 4px 10px var(--contrast-color);
	transform: scale(1.05);
}

.cogni-embed .buy-button-label {
	background: linear-gradient(180deg, #fff, #fff);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	background-clip: text;
	-webkit-background-clip: text;
	text-align: center;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
	.cogni-embed .buy-button {
		padding: 0.85em;
		font-size: 1.15em;
	}
}

.cogni-embed .products .item.promo .item-img img,
.cogni-embed .products .item .item-img img { max-width: 100%; }
