html[lang="fa-IR"] :where(.woocommerce-cart-form, .wc-block-cart, .wc-block-checkout) {
	container-type: inline-size;
}

html[lang="fa-IR"] :where(.wc-block-cart-items, .shop_table, .woocommerce-checkout-review-order-table) {
	border: 1px solid var(--wp--preset--color--stone-border, #d9d5cc);
	border-collapse: separate;
	border-radius: var(--berelian-radius);
	border-spacing: 0;
	overflow: clip;
}

html[lang="fa-IR"] :where(.wc-block-components-totals-wrapper, .cart_totals, #payment) {
	background: var(--wp--preset--color--stone-surface, #f7f6f2);
	border-radius: var(--berelian-radius);
	padding: clamp(1rem, 3vw, 1.5rem);
}

html[lang="fa-IR"] :where(.wc-block-components-checkout-place-order-button, #place_order) {
	font-size: 1.05rem;
	font-weight: 700;
	inline-size: 100%;
	min-block-size: 3rem;
}

@container (width < 700px) {
	html[lang="fa-IR"] :where(.wc-block-cart-items, .shop_table) {
		display: block;
		overflow-x: auto;
	}
}
