.ln-cart-offers {
	margin-top: 48px;
	padding: 32px 24px 28px;
	background-color: #edf1f1;
}

.ln-cart-offers__title {
	margin: 0 0 24px;
	color: #3d3935;
	font-family: "PFHandbookPro", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

.ln-cart-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ln-cart-offers__grid[data-count="1"] {
	grid-template-columns: minmax(0, 1fr);
	max-width: 420px;
}

.ln-cart-offers__grid[data-count="2"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ln-cart-offers__card {
	display: flex;
	gap: 16px;
	min-height: 148px;
	padding: 16px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px rgba(61, 57, 53, 0.06);
}

.ln-cart-offers__image {
	flex: 0 0 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 132px;
	overflow: hidden;
}

.ln-cart-offers__image:hover {
	text-decoration: none;
}

.ln-cart-offers__image img,
.ln-cart-offers__image-img {
	width: 100%;
	height: 132px;
	object-fit: cover;
}

.ln-cart-offers__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
}

.ln-cart-offers__name {
	display: block;
	margin-bottom: 8px;
	color: #000000;
	font-family: "PFHandbookPro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	text-decoration: none;
}

.ln-cart-offers__name:hover {
	color: #0d566e;
	text-decoration: none;
}

.ln-cart-offers__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	font-family: "PFHandbookPro", sans-serif;
}

.ln-cart-offers__price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0;
}

.ln-cart-offers__price del {
	color: #8c8b89;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-decoration: line-through;
}

.ln-cart-offers__price ins {
	color: #6b7f2a;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-decoration: none;
}

.ln-cart-offers__price .woocommerce-Price-amount,
.ln-cart-offers__price .woocommerce-Price-amount bdi,
.ln-cart-offers__price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.ln-cart-offers__price > .woocommerce-Price-amount,
.ln-cart-offers__price .price > .woocommerce-Price-amount,
.ln-cart-offers__price .price > span:not(del):not(ins) {
	color: #6b7f2a;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}

.ln-cart-offers__actions {
	display: flex;
	justify-content: center;
	margin-top: auto;
	padding-top: 12px;
}

.woocommerce .ln-cart-offers__button.button,
.ln-cart-offers__button.button,
a.ln-cart-offers__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: auto;
	margin: 0;
	padding: 10px 18px;
	border: none !important;
	border-radius: 0;
	background-color: #0d566e !important;
	color: #ffffff !important;
	font-family: "PFHandbookPro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 118.75%;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 0.2s;
}

.woocommerce .ln-cart-offers__button.button:hover,
.ln-cart-offers__button.button:hover,
a.ln-cart-offers__button:hover {
	background-color: #096989 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

@media only screen and (max-width: 1024px) {
	.ln-cart-offers__grid,
	.ln-cart-offers__grid[data-count="2"],
	.ln-cart-offers__grid[data-count="3"] {
		grid-template-columns: 1fr;
		max-width: none;
	}
}

@media only screen and (max-width: 600px) {
	.ln-cart-offers {
		margin-top: 32px;
		padding: 24px 16px;
	}

	.ln-cart-offers__title {
		font-size: 18px;
	}

	.ln-cart-offers__card {
		min-height: 0;
		padding: 12px;
	}

	.ln-cart-offers__image {
		flex-basis: 72px;
		width: 72px;
		height: 100%;
	}
	.ln-cart-offers__image img,
	.ln-cart-offers__image-img {
		height: 100%;
	}

	.ln-cart-offers__name {
		font-size: 15px;
	}

	.woocommerce .ln-cart-offers__button.button,
	.ln-cart-offers__button.button {
		padding: 8px 14px;
		font-size: 13px;
	}
}
