.apo-purchase-trust {
	width: 100%;
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid #e2e7e6;
}

.single-product .summary .woocommerce-variation-add-to-cart .quantity {
	width: 177px;
	flex: 0 0 177px;
}

.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	width: 100%;
	min-height: 66px;
	flex: 0 0 100%;
	padding: 0 30px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(105deg, #315875 0%, #416d88 55%, #315875 100%);
	background-size: 180% 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	letter-spacing: .01em;
	text-transform: none;
	box-shadow: 0 14px 32px rgba(34, 75, 105, .18);
	transition: background-position .35s ease, box-shadow .25s ease, transform .2s ease;
}

.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
	background-position: 100% 0;
	box-shadow: 0 18px 38px rgba(34, 75, 105, .26);
	transform: translateY(-2px);
}

.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:active {
	box-shadow: 0 8px 18px rgba(34, 75, 105, .2);
	transform: translateY(0) scale(.995);
}

.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading {
	cursor: wait;
	opacity: .8;
}

.apo-purchase-trust *,
.apo-purchase-trust *::before,
.apo-purchase-trust *::after {
	box-sizing: border-box;
}

.apo-purchase-trust__icons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.apo-purchase-trust__icons > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #345d7e;
	text-align: center;
}

.apo-purchase-trust__icons svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .25s ease, color .25s ease;
}

.apo-purchase-trust__icons span {
	color: #596562;
	font: 600 11px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.apo-purchase-trust__icons > div:hover svg {
	color: #16885b;
	transform: translateY(-3px);
}

.apo-purchase-trust__checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.apo-purchase-trust__checks > div {
	display: flex;
	min-height: 72px;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	border: 1px solid #b9dccb;
	border-radius: 8px;
	background: #f3f9f6;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.apo-purchase-trust__checks > div:hover {
	border-color: #72b895;
	box-shadow: 0 9px 25px rgba(22, 136, 91, .08);
	transform: translateY(-2px);
}

.apo-purchase-trust__checks svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	fill: none;
	stroke: #16885b;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.apo-purchase-trust__checks p,
.apo-purchase-trust__checks strong,
.apo-purchase-trust__checks span {
	display: block;
	margin: 0;
}

.apo-purchase-trust__checks strong {
	color: #16885b;
	font: 700 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.apo-purchase-trust__checks span {
	margin-top: 2px;
	color: #5f6b68;
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 600px) {
	.single-product .summary .woocommerce-variation-add-to-cart {
		display: flex;
		grid-template-columns: none;
	}

	.single-product .summary .woocommerce-variation-add-to-cart .quantity {
		width: 132px;
		flex-basis: 132px;
	}

	.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		min-height: 58px;
		font-size: 14px;
		border-radius: 8px;
	}

	.apo-purchase-trust {
		margin-top: 23px;
		padding-top: 22px;
	}

	.apo-purchase-trust__icons {
		gap: 8px;
		margin-bottom: 13px;
	}

	.apo-purchase-trust__icons > div {
		gap: 7px;
	}

	.apo-purchase-trust__icons svg {
		width: 21px;
		height: 21px;
	}

	.apo-purchase-trust__icons span {
		font-size: 8.5px;
		letter-spacing: .035em;
	}

	.apo-purchase-trust__checks {
		gap: 8px;
	}

	.apo-purchase-trust__checks > div {
		min-height: 67px;
		gap: 9px;
		padding: 11px 10px;
	}

	.apo-purchase-trust__checks svg {
		width: 19px;
		height: 19px;
		flex-basis: 19px;
	}

	.apo-purchase-trust__checks strong {
		font-size: 8px;
		letter-spacing: .035em;
	}

	.apo-purchase-trust__checks span {
		font-size: 10.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button,
	.apo-purchase-trust__icons svg,
	.apo-purchase-trust__checks > div {
		transition: none;
	}
}
