.afg-gift-card {
	display: flex;
	align-items: stretch;
	margin-top: -21px;
	padding: 30px 12px 10px;
	border: 1px solid #e6dcb8;
	border-radius: 14px;
	position: relative;
	z-index: 0;
	font-size: 12px;
	line-height: 1.35;
}

.afg-gift-card__image {
	flex: 0 0 auto;
	width: 35%;
	max-width: 200px;
	margin: 0 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.afg-gift-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 5px;
}

.afg-gift-card__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 0 4px;
	min-width: 0;
}

.afg-gift-card:not(:has(.afg-gift-card__image)) .afg-gift-card__content {
	padding: 0 8px;
}

.afg-gift-card__badge {
	font-weight: 600;
	font-size: 14px;
}

.afg-gift-card__name {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
}

.afg-gift-card__price {
	font-size: 12px;
	font-weight: 400;
}

.afg-gift-card__price strong {
	font-weight: 600;
}

.afg-gift-card__old-price {
	text-decoration: line-through;
	font-weight: 400;
	margin-left: 6px;
}

.afg-gift-card__old-price .woocommerce-Price-amount {
	color: inherit;
	font-weight: 400;
}

.afg-cart-item-badge {
	margin: 2px 0 0;
	font-size: 12px;
	font-weight: 500;
	color: var(--cl-green-4);
}

.afg-cart-item-badge__multi {
	margin-left: 4px;
	padding: 1px 6px;
	background: var(--cl-green-4);
	color: #fff;
	border-radius: 999px;
	font-weight: 700;
	font-size: 11px;
}

.afg-cart-price {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
}

.cart_summary_products_subtotal .afg-cart-price {
	display: flex;
	gap: 0;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.afg-cart-free {
	font-weight: 600;
	color: var(--cl-green-4);
}

.afg-cart-old-price {
	opacity: 0.6;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 12px;
}

.afg-cart-old-price .woocommerce-Price-amount {
	color: inherit;
}

.afg-locked-qty {
	display: none;
}
