/* RTL Adjustments for Bundle Page */

.bundle-discount-badge {
	right: auto;
	left: 20px;
}

.bundle-product-item:hover {
	transform: translateX(-5px);
}

.bundle-category-badge {
	align-self: flex-end;
}

.bundle-actions {
	direction: rtl;
}

.related-bundle-badge {
	right: auto;
	left: 15px;
}

.bundle-product-details {
	direction: rtl;
}

.bundle-section-title {
	direction: rtl;
}

.bundle-price-row {
	direction: rtl;
}

.bundle-savings {
	direction: rtl;
}

.bundle-hero-content {
	direction: rtl;
}

.bundle-features {
	direction: rtl;
}

.bundle-size-buttons {
	direction: rtl;
}

.related-bundles-grid {
	direction: rtl;
}
