.cart-secure-checkout {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.cart-secure-checkout .cart-secure-checkout__header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: #8b8b8b;
	font-size: 1.3rem;
}

.cart-secure-checkout .svg-wrapper {
	width: 12px;
	height: 16px;
}
