/* Global: no border-radius — high specificity to beat .checkout-page .btn_fill etc. */
:root,
html,
body,
html body,
html body[style],
html body.checkout-page,
html body .checkout-page,
html body .basket-page {
	--cp-radius: 0 !important;
	--bp-radius: 0 !important;
	--radius: 0 !important;
	--border-radius: 0 !important;
	--bs-border-radius: 0 !important;
	--bs-border-radius-sm: 0 !important;
	--bs-border-radius-lg: 0 !important;
	--bs-border-radius-xl: 0 !important;
	--bs-border-radius-2xl: 0 !important;
	--bs-border-radius-pill: 0 !important;
}

html body *,
html body *::before,
html body *::after,
html body[style] *,
html body[style] *::before,
html body[style] *::after,
html body[style] [class],
html body[style] [class]::before,
html body[style] [class]::after,
html body[style] [class][class],
html body[style] [class][class][class],
html body[style] [id],
html body[style] button,
html body[style] a,
html body[style] input,
html body[style] select,
html body[style] textarea,
html body[style] .btn,
html body[style] .btn_fill,
html body[style] .btn_border,
html body[style] .btn-default,
html body[style] .btn-primary,
html body[style] .pb-mini-btn,
html body[style] .pb-link-btn,
html body[style] [class*="btn"],
html body[style] [class*="Btn"],
html body[style] [data-save-button],
html body[style] [type="submit"],
html body[style] [type="button"],
html body[style] [type="reset"],
html body .checkout-page .btn,
html body .checkout-page .btn_fill,
html body .checkout-page .btn_border,
html body .checkout-page .btn.btn-default,
html body .checkout-page .pb-mini-btn,
html body .checkout-page .pb-link-btn,
html body .checkout-page [data-save-button],
html body .checkout-page [class*="btn"],
html body .basket-page .btn,
html body .basket-page .btn_fill,
html body .basket-page .btn_border,
html body .basket-page [class*="btn"] {
	border-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
