/* EZRA SHOP — Deals: bundle box + cart savings row. RTL-safe, Assistant font. */

.ezra-bundle {
	--ezra-deals-accent: #111;
	font-family: 'Assistant', sans-serif;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 22px;
	background: #fff;
	max-width: 780px;
	color: #111;
}
.ezra-bundle-title {
	margin: 0 0 16px;
	font-size: 1.3rem;
	font-weight: 800;
	color: #111;
}
.ezra-bundle-items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
}
.ezra-bundle-item {
	flex: 1 1 140px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	padding: 12px;
}
.ezra-bundle-img img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.ezra-bundle-name {
	font-weight: 600;
	margin: 8px 0 4px;
	font-size: 0.9rem;
	line-height: 1.3;
}
.ezra-bundle-price {
	color: #666;
	font-size: 0.9rem;
}
.ezra-bundle-plus {
	align-self: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--ezra-deals-accent);
	flex: 0 0 auto;
}
.ezra-bundle-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #eee;
}
.ezra-bundle-totals {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}
.ezra-bundle-was {
	text-decoration: line-through;
	color: #aaa;
	font-size: 0.95rem;
}
.ezra-bundle-now {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--ezra-deals-accent);
}
.ezra-bundle-save {
	background: #eafaf0;
	color: #1a7f4b;
	font-weight: 700;
	font-size: 0.85rem;
	padding: 4px 12px;
	border-radius: 999px;
}
.ezra-bundle-add {
	display: inline-block;
	background: var(--ezra-deals-accent);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	padding: 13px 30px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
}
.ezra-bundle-add:hover {
	color: #fff;
	opacity: 0.92;
}

/* Savings row in the cart / checkout totals */
.ezra-savings th,
.ezra-savings td {
	font-family: 'Assistant', sans-serif;
}

@media (max-width: 600px) {
	.ezra-bundle {
		padding: 16px;
	}
	.ezra-bundle-foot {
		justify-content: center;
	}
	.ezra-bundle-add {
		width: 100%;
		text-align: center;
	}
}
