// ------------------------------------
// CHECKOUT SHIPPING METHODS
// ------------------------------------

// Hide default radio elements with opacity to allow for keyboard navigation
body#{ $_body-theme-selector } .shipping-method__option input[type="radio"] {
	display: block !important; // Needed to override theme styles set with `!important`
}
