/* Shared classic WooCommerce Cart/Checkout presentation and dark component skin. */

body.ironbark-storefront-commerce {
	--ironbark-commerce-bg: #12100e;
	--ironbark-commerce-panel: #191410;
	--ironbark-commerce-panel-raised: #201a14;
	--ironbark-commerce-border: #34291f;
	--ironbark-commerce-border-strong: #4a3828;
	--ironbark-commerce-accent: #c58b59;
	--ironbark-commerce-accent-light: #dda36f;
	--ironbark-commerce-text: #f1ede8;
	--ironbark-commerce-muted: #aaa39c;
	--ironbark-commerce-danger: #e18b77;
	--ironbark-commerce-focus: #efb77e;
	background: var(--ironbark-commerce-bg);
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-commerce .site,
body.ironbark-storefront-commerce .site-main,
body.ironbark-storefront-commerce .site-content,
body.ironbark-storefront-commerce .content-area,
body.ironbark-storefront-commerce .content-bg,
body.ironbark-storefront-commerce main.wrap {
	background: var(--ironbark-commerce-bg);
}

body.ironbark-storefront-commerce #masthead,
body.ironbark-storefront-commerce #main-header,
body.ironbark-storefront-commerce #mobile-header,
body.ironbark-storefront-commerce .site-header,
body.ironbark-storefront-commerce .site-header-wrap,
body.ironbark-storefront-commerce .wp-block-kadence-header,
body.ironbark-storefront-commerce .entry-hero-container-inner,
body.ironbark-storefront-commerce .page-header,
body.ironbark-storefront-commerce .entry-header:not(.ironbark-commerce-flow-header) {
	display: none !important;
}

body.ironbark-storefront-commerce #ib-floating-bar,
body.ironbark-storefront-commerce #floating-quote-btn-container {
	display: none !important;
}

body.ironbark-storefront-cart .kadence-woo-cart-form-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

body.ironbark-storefront-commerce .site-container,
body.ironbark-storefront-commerce .content-container,
body.ironbark-storefront-commerce .content-area,
body.ironbark-storefront-commerce .site-main,
body.ironbark-storefront-commerce .entry-content-wrap,
body.ironbark-storefront-commerce .entry-content,
body.ironbark-storefront-commerce .woocommerce {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.ironbark-storefront-commerce .content-container {
	display: block;
}

body.ironbark-storefront-commerce .site-main {
	padding: 0 0.9rem 2rem;
}

body.ironbark-storefront-commerce .woocommerce {
	font-family: Montserrat, var(--global-body-font-family, sans-serif);
	font-size: 0.75rem;
}

body.ironbark-storefront-commerce .ironbark-commerce-flow-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 3.25rem;
	margin: 0 -0.9rem;
	padding: 0.65rem 0.9rem;
	border-bottom: 1px solid var(--ironbark-commerce-border);
	background: var(--ironbark-commerce-bg);
	color: var(--ironbark-commerce-muted);
	font-size: 0.69rem;
	line-height: 1.3;
}

body.ironbark-storefront-commerce .ironbark-commerce-flow-header__back,
body.ironbark-storefront-commerce .ironbark-commerce-flow-header__status {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 2.25rem;
	color: inherit;
	text-decoration: none;
}

body.ironbark-storefront-commerce .ironbark-commerce-flow-header__back:focus-visible {
	outline: 2px solid var(--ironbark-commerce-focus);
	outline-offset: 3px;
}

body.ironbark-storefront-commerce .ironbark-commerce-flow-header__back span:first-child {
	color: var(--ironbark-commerce-text);
	font-size: 1.15rem;
}

body.ironbark-storefront-commerce .ironbark-commerce-flow-header__status span:first-child {
	color: var(--ironbark-commerce-accent);
}

body.ironbark-storefront-commerce .ironbark-commerce-icon {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 0.72rem;
	height: 0.72rem;
	color: var(--ironbark-commerce-accent);
}

body.ironbark-storefront-commerce .ironbark-commerce-icon--bag {
	border: 1px solid currentColor;
	border-radius: 1px;
}

body.ironbark-storefront-commerce .ironbark-commerce-icon--bag::before {
	position: absolute;
	top: -0.23rem;
	left: 0.16rem;
	width: 0.3rem;
	height: 0.25rem;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-radius: 0.2rem 0.2rem 0 0;
	content: '';
}

body.ironbark-storefront-commerce .ironbark-commerce-icon--lock {
	height: 0.57rem;
	margin-top: 0.15rem;
	border: 1px solid currentColor;
	border-radius: 1px;
}

body.ironbark-storefront-commerce .ironbark-commerce-icon--lock::before {
	position: absolute;
	top: -0.36rem;
	left: 0.13rem;
	width: 0.33rem;
	height: 0.34rem;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-radius: 0.25rem 0.25rem 0 0;
	content: '';
}

body.ironbark-storefront-commerce .ironbark-commerce-intro {
	display: block;
	margin: 0;
	padding: 1rem 0 0.8rem;
}

body.ironbark-storefront-commerce .ironbark-commerce-intro h1 {
	margin: 0;
	color: var(--ironbark-commerce-text);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.65rem, 8vw, 2.15rem);
	font-weight: 400;
	line-height: 1.05;
}

body.ironbark-storefront-commerce .ironbark-commerce-intro p {
	margin: 0.35rem 0 0;
	color: var(--ironbark-commerce-muted);
	font-size: 0.67rem;
	line-height: 1.45;
}

body.ironbark-storefront-commerce a {
	color: var(--ironbark-commerce-accent-light);
}

body.ironbark-storefront-commerce a:hover {
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-commerce button,
body.ironbark-storefront-commerce input,
body.ironbark-storefront-commerce select,
body.ironbark-storefront-commerce textarea,
body.ironbark-storefront-commerce .select2-container .select2-selection {
	font-family: inherit;
}

body.ironbark-storefront-commerce .woocommerce-error,
body.ironbark-storefront-commerce .woocommerce-info,
body.ironbark-storefront-commerce .woocommerce-message {
	box-sizing: border-box;
	width: 100%;
	margin: 0.75rem 0;
	padding: 0.8rem 0.9rem 0.8rem 2.25rem;
	border: 1px solid var(--ironbark-commerce-border-strong);
	background: var(--ironbark-commerce-panel-raised);
	color: var(--ironbark-commerce-text);
	font-size: 0.7rem;
	line-height: 1.5;
}

body.ironbark-storefront-commerce .woocommerce-error {
	border-color: var(--ironbark-commerce-danger);
}

body.ironbark-storefront-commerce .woocommerce-notices-wrapper:empty {
	display: none;
}

/* Shopping Bag. */

body.ironbark-storefront-cart .woocommerce-cart-form {
	margin: 0;
}

body.ironbark-storefront-cart .cart-summary {
	display: none;
}

body.ironbark-storefront-cart table.shop_table.cart,
body.ironbark-storefront-cart table.shop_table.cart tbody {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-cart table.shop_table.cart thead {
	display: none;
}

body.ironbark-storefront-cart table.shop_table.cart tr.cart_item {
	position: relative;
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr) 2rem;
	gap: 0.45rem 0.75rem;
	width: 100%;
	min-width: 0;
	padding: 0.75rem 0 0.9rem;
	border: 0;
	border-bottom: 1px solid var(--ironbark-commerce-border);
	background: transparent;
}

body.ironbark-storefront-cart table.shop_table.cart tr.cart_item td {
	display: block;
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ironbark-commerce-text);
	text-align: left !important;
}

body.ironbark-storefront-cart table.shop_table.cart tr.cart_item td::before {
	display: none;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-thumbnail {
	display: block !important;
	grid-column: 1;
	grid-row: 1 / span 4;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-thumbnail a,
body.ironbark-storefront-cart table.shop_table.cart td.product-thumbnail img {
	display: block;
	width: 5rem;
	height: 5.9rem;
	margin: 0;
	object-fit: contain;
	background: var(--ironbark-commerce-panel-raised);
}

body.ironbark-storefront-cart table.shop_table.cart td.product-name {
	grid-column: 2;
	grid-row: 1;
	padding-right: 0.25rem;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.35;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-name > a {
	display: inline;
	color: var(--ironbark-commerce-text);
	text-decoration: none;
}

body.ironbark-storefront-cart table.shop_table.cart dl.variation,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table dl.variation {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 0.18rem 0.35rem;
	margin: 0.4rem 0 0;
	color: var(--ironbark-commerce-muted);
	font-size: 0.6rem;
	font-weight: 400;
	line-height: 1.4;
}

body.ironbark-storefront-commerce dl.variation dt,
body.ironbark-storefront-commerce dl.variation dd,
body.ironbark-storefront-commerce dl.variation dd p {
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
}

body.ironbark-storefront-commerce dl.variation dt {
	color: var(--ironbark-commerce-accent);
	font-weight: 500;
}

/* Keep each variation label with its value while allowing unusually long values to wrap safely. */
body.ironbark-storefront-commerce dl.variation > .ironbark-cart-meta-pair {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 0.35rem;
	min-width: 0;
}

body.ironbark-storefront-commerce dl.variation > .ironbark-cart-meta-pair > dt {
	white-space: nowrap;
}

body.ironbark-storefront-commerce dl.variation > .ironbark-cart-meta-pair > dd {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.ironbark-storefront-commerce ul.wc-item-meta > li {
	break-inside: avoid;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-remove {
	grid-column: 3;
	grid-row: 1;
	align-self: start;
	justify-self: end;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ironbark-commerce-muted) !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-remove a.remove:hover,
body.ironbark-storefront-cart table.shop_table.cart td.product-remove a.remove:focus-visible {
	background: transparent;
	color: var(--ironbark-commerce-text) !important;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-price,
body.ironbark-storefront-cart table.shop_table.cart td.product-quantity,
body.ironbark-storefront-cart table.shop_table.cart td.product-subtotal {
	display: grid;
	grid-column: 2 / 4;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 1.8rem;
	color: var(--ironbark-commerce-text);
	font-size: 0.69rem;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-price {
	grid-row: 2;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-quantity {
	grid-row: 3;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-subtotal {
	grid-row: 4;
	color: var(--ironbark-commerce-accent-light);
	font-weight: 600;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-price::before,
body.ironbark-storefront-cart table.shop_table.cart td.product-quantity::before,
body.ironbark-storefront-cart table.shop_table.cart td.product-subtotal::before {
	display: block;
	color: var(--ironbark-commerce-muted);
	font-weight: 400;
}

body.ironbark-storefront-cart table.shop_table.cart td.product-price::before {
	content: 'Unit price';
}

body.ironbark-storefront-cart table.shop_table.cart td.product-quantity::before {
	content: 'Quantity';
}

body.ironbark-storefront-cart table.shop_table.cart td.product-subtotal::before {
	content: 'Subtotal';
}

body.ironbark-storefront-cart .product-quantity .quantity {
	display: inline-flex;
	align-items: stretch;
	justify-self: end;
	width: auto;
	margin: 0;
	border: 1px solid var(--ironbark-commerce-border-strong);
	background: var(--ironbark-commerce-panel);
}

body.ironbark-storefront-cart .product-quantity .qty {
	box-sizing: border-box;
	width: 2.4rem;
	min-width: 0;
	height: 2.75rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ironbark-commerce-text);
	font-size: 0.69rem;
	text-align: center;
	-moz-appearance: textfield;
}

body.ironbark-storefront-cart .product-quantity .qty::-webkit-inner-spin-button,
body.ironbark-storefront-cart .product-quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.ironbark-storefront-cart .ironbark-cart-quantity-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 2.75rem;
	min-width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ironbark-commerce-muted);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
}

body.ironbark-storefront-cart .ironbark-cart-quantity-step:hover,
body.ironbark-storefront-cart .ironbark-cart-quantity-step:focus-visible {
	background: var(--ironbark-commerce-panel-raised);
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-cart .ironbark-cart-quantity-step:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

body.ironbark-storefront-cart table.shop_table.cart tr:not(.cart_item) td.actions {
	display: block;
	width: 100%;
	padding: 0.8rem 0;
	border: 0;
	background: transparent;
	text-align: left;
}

body.ironbark-storefront-cart .actions .coupon {
	display: grid !important;
	float: none !important;
	grid-template-columns: minmax(0, 1fr) 8.25rem;
	gap: 0.45rem;
	width: 100%;
	margin: 0 0 0.55rem;
}

body.ironbark-storefront-cart .actions .coupon label {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

body.ironbark-storefront-cart .actions .coupon .input-text,
body.ironbark-storefront-commerce .checkout_coupon .input-text {
	float: none !important;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 2.75rem;
	margin: 0;
	padding: 0.6rem 0.7rem;
	border: 1px solid var(--ironbark-commerce-border-strong);
	border-radius: 0;
	background: var(--ironbark-commerce-panel);
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-cart .actions .coupon .input-text {
	grid-row: 1;
	grid-column: 1;
	min-width: 0;
}

body.ironbark-storefront-cart .actions button,
body.ironbark-storefront-commerce .checkout_coupon button {
	float: none !important;
	width: auto !important;
	min-width: 0;
	min-height: 2.75rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid var(--ironbark-commerce-border-strong);
	border-radius: 0;
	background: var(--ironbark-commerce-panel-raised);
	color: var(--ironbark-commerce-text);
	font-size: 0.68rem;
}

body.ironbark-storefront-cart .actions .coupon button[name='apply_coupon'] {
	display: block;
	grid-row: 1;
	grid-column: 2;
	width: 100% !important;
	background: var(--ironbark-commerce-panel-raised);
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

body.ironbark-storefront-cart.ironbark-cart-enhanced .actions button[name='update_cart'] {
	display: none;
}

body.ironbark-storefront-cart.ironbark-cart-is-updating .woocommerce-cart-form,
body.ironbark-storefront-cart.ironbark-cart-is-updating .cart_totals {
	opacity: 0.55;
	pointer-events: none;
}

body.ironbark-storefront-cart .cart-collaterals {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

body.ironbark-storefront-cart .cart-collaterals .cart_totals {
	float: none;
	order: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-cart .cart-collaterals .cart_totals > h2 {
	display: none;
}

body.ironbark-storefront-cart .cart-collaterals .cross-sells {
	float: none;
	order: 2;
	width: 100%;
	margin: 1.5rem 0 0;
}

body.ironbark-storefront-cart .cart_totals table.shop_table,
body.ironbark-storefront-cart .cart_totals table.shop_table tbody {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-cart .cart_totals table.shop_table tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 2.2rem;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-cart .cart_totals table.shop_table th,
body.ironbark-storefront-cart .cart_totals table.shop_table td {
	display: block;
	padding: 0.4rem 0;
	border: 0;
	background: transparent;
	color: var(--ironbark-commerce-text);
	font-size: 0.69rem;
	text-align: right;
}

body.ironbark-storefront-cart .cart_totals table.shop_table th {
	color: var(--ironbark-commerce-muted);
	font-weight: 400;
	text-align: left;
}

body.ironbark-storefront-cart .cart_totals table.shop_table td::before {
	display: none;
}

body.ironbark-storefront-cart .cart_totals .ironbark-commerce-delivery-note,
body.ironbark-storefront-cart .cart_totals .ironbark-commerce-estimated-total {
	display: grid;
}

body.ironbark-storefront-cart .cart_totals .ironbark-commerce-delivery-note td {
	color: var(--ironbark-commerce-muted);
}

body.ironbark-storefront-cart .cart_totals .ironbark-commerce-estimated-total {
	min-height: 3.6rem;
	margin-top: 0.4rem;
	border-top: 1px solid var(--ironbark-commerce-border);
}

body.ironbark-storefront-cart .cart_totals .ironbark-commerce-estimated-total th {
	color: var(--ironbark-commerce-text);
	font-size: 0.8rem;
	font-weight: 600;
}

body.ironbark-storefront-cart .cart_totals .ironbark-commerce-estimated-total td {
	color: var(--ironbark-commerce-accent-light);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.25rem;
}

body.ironbark-storefront-cart .cart_totals table.shop_table tr.order-total {
	display: none;
}

body.ironbark-storefront-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.ironbark-storefront-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 3rem;
	margin: 0.25rem 0 0;
	padding: 0.75rem 1rem;
	border: 1px solid var(--ironbark-commerce-text);
	border-radius: 2px;
	background: var(--ironbark-commerce-text);
	color: var(--ironbark-commerce-bg);
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

body.ironbark-storefront-cart .ironbark-commerce-secure-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0.7rem 0 0;
	color: var(--ironbark-commerce-muted);
	font-size: 0.58rem;
	line-height: 1.4;
}

body.ironbark-storefront-cart .cross-sells > h2 {
	color: var(--ironbark-commerce-text);
	font-size: 0.8rem;
}

/* Checkout. */

body.ironbark-storefront-checkout form.checkout.woocommerce-checkout,
body.ironbark-storefront-checkout #customer_details,
body.ironbark-storefront-checkout #customer_details .col-1,
body.ironbark-storefront-checkout #customer_details .col-2,
body.ironbark-storefront-checkout #order_review {
	display: block;
	box-sizing: border-box;
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
}

body.ironbark-storefront-checkout .ironbark-commerce-intro {
	padding-right: 0.9rem;
	padding-left: 0.9rem;
}

body.ironbark-storefront-checkout #order_review {
	padding: 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-checkout .woocommerce-form-login-toggle,
body.ironbark-storefront-checkout .woocommerce-form-coupon-toggle {
	margin: 0 0 0.6rem;
}

body.ironbark-storefront-checkout form.woocommerce-form-login,
body.ironbark-storefront-checkout form.checkout_coupon {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 0.8rem;
	padding: 0.8rem;
	border: 1px solid var(--ironbark-commerce-border);
	border-radius: 0;
	background: var(--ironbark-commerce-panel);
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout form.checkout_coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
}

body.ironbark-storefront-checkout form.checkout_coupon > p:first-child {
	grid-column: 1 / -1;
}

body.ironbark-storefront-checkout form.checkout_coupon .form-row {
	float: none;
	width: auto;
	margin: 0;
}

body.ironbark-storefront-checkout .woocommerce-billing-fields > h3,
body.ironbark-storefront-checkout .woocommerce-additional-fields > h3,
body.ironbark-storefront-checkout #order_review_heading,
body.ironbark-storefront-checkout .woocommerce-shipping-fields > h3 {
	margin: 1rem 0 0.75rem;
	color: var(--ironbark-commerce-text);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.25;
}

body.ironbark-storefront-checkout #order_review_heading {
	float: none;
	width: 100%;
	padding: 0;
}

body.ironbark-storefront-checkout .woocommerce-billing-fields__field-wrapper,
body.ironbark-storefront-checkout .woocommerce-shipping-fields__field-wrapper,
body.ironbark-storefront-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.65rem;
}

body.ironbark-storefront-checkout .form-row {
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.ironbark-storefront-checkout .form-row label,
body.ironbark-storefront-checkout .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

body.ironbark-storefront-checkout .form-row label {
	margin: 0 0 0.3rem;
	color: var(--ironbark-commerce-muted);
	font-size: 0.62rem;
	font-weight: 500;
	line-height: 1.4;
}

body.ironbark-storefront-checkout .form-row .required {
	color: var(--ironbark-commerce-accent-light);
}

body.ironbark-storefront-checkout .input-text,
body.ironbark-storefront-checkout select,
body.ironbark-storefront-checkout .select2-container .select2-selection--single,
body.ironbark-storefront-checkout textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 0.7rem;
	border: 1px solid var(--ironbark-commerce-border-strong);
	border-radius: 0;
	background: var(--ironbark-commerce-panel);
	color: var(--ironbark-commerce-text);
	font-size: 0.72rem;
	line-height: 1.3;
}

body.ironbark-storefront-checkout textarea {
	min-height: 6rem;
	resize: vertical;
}

body.ironbark-storefront-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--ironbark-commerce-text);
	line-height: 1.35rem;
}

body.ironbark-storefront-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 0.65rem;
}

body.ironbark-storefront-checkout .form-row.woocommerce-invalid .input-text,
body.ironbark-storefront-checkout .form-row.woocommerce-invalid select,
body.ironbark-storefront-checkout .form-row.woocommerce-invalid .select2-selection {
	border-color: var(--ironbark-commerce-danger);
}

body.ironbark-storefront-checkout #ship-to-different-address label,
body.ironbark-storefront-checkout .woocommerce-form__label-for-checkbox,
body.ironbark-storefront-checkout .ironbark-checkbox-line {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout input[type='checkbox'],
body.ironbark-storefront-checkout input[type='radio'] {
	flex: 0 0 auto;
	margin-top: 0.15rem;
	accent-color: var(--ironbark-commerce-accent);
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tbody,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table thead {
	display: none;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--ironbark-commerce-border);
	background: transparent;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table td {
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table td.product-name {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
}

body.ironbark-storefront-checkout .ironbark-checkout-product-card {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	min-width: 0;
}

body.ironbark-storefront-checkout .ironbark-checkout-product-image {
	display: block;
	flex: 0 0 3.65rem;
	width: 3.65rem;
	height: 3.65rem;
	background: var(--ironbark-commerce-panel-raised);
}

body.ironbark-storefront-checkout .ironbark-checkout-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

body.ironbark-storefront-checkout .ironbark-checkout-product-name {
	display: block;
	min-width: 0;
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table .product-quantity {
	color: var(--ironbark-commerce-muted);
	font-size: 0.65rem;
	font-weight: 400;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table td.product-total {
	padding-left: 0.3rem;
	color: var(--ironbark-commerce-accent-light);
	font-size: 0.72rem;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 0.75rem;
	min-height: 2.45rem;
	padding: 0.55rem 0;
	border: 0;
	background: transparent;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot th,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot td {
	display: block;
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ironbark-commerce-text);
	font-size: 0.69rem;
	line-height: 1.45;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot th {
	color: var(--ironbark-commerce-muted);
	font-weight: 400;
	text-align: left;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping {
	grid-template-columns: minmax(0, 1fr);
	padding-top: 0.8rem;
	border-top: 1px solid var(--ironbark-commerce-border);
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
	width: 100%;
	text-align: left;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total {
	align-items: center;
	min-height: 3.5rem;
	margin-top: 0.35rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	border-top: 1px solid var(--ironbark-commerce-border);
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
	color: var(--ironbark-commerce-text);
	font-size: 0.78rem;
	font-weight: 600;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	color: var(--ironbark-commerce-accent-light);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.2rem;
}

body.ironbark-storefront-checkout #shipping_method,
body.ironbark-storefront-checkout .woocommerce-shipping-methods {
	display: grid;
	gap: 0.55rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.ironbark-storefront-checkout #shipping_method li,
body.ironbark-storefront-checkout .woocommerce-shipping-methods li {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0.7rem;
	border: 1px solid var(--ironbark-commerce-border);
	background: var(--ironbark-commerce-panel);
	text-align: left;
}

body.ironbark-storefront-checkout #shipping_method li > label,
body.ironbark-storefront-checkout .woocommerce-shipping-methods li > label {
	color: var(--ironbark-commerce-text);
	font-weight: 500;
}

body.ironbark-storefront-checkout .ironbark-delivery-card-details,
body.ironbark-storefront-checkout .ironbark-site-delivery-controls,
body.ironbark-storefront-checkout .ironbark-tier1-installation {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin-top: 0.55rem;
	padding-top: 0.55rem;
	border-top: 1px solid var(--ironbark-commerce-border);
	color: var(--ironbark-commerce-muted);
	text-align: left;
}

body.ironbark-storefront-checkout .ironbark-delivery-subtitle,
body.ironbark-storefront-checkout .ironbark-delivery-warning,
body.ironbark-storefront-checkout .ironbark-estimated-freight {
	color: var(--ironbark-commerce-muted);
	font-size: 0.64rem;
	line-height: 1.5;
}

body.ironbark-storefront-checkout .ironbark-delivery-warning,
body.ironbark-storefront-checkout .ironbark-compliance-warning {
	color: var(--ironbark-commerce-danger);
}

body.ironbark-storefront-checkout .ironbark-klaviyo-consent-disclosure {
	box-sizing: border-box;
	width: 100%;
	margin: 0.9rem 0 0;
	color: var(--ironbark-commerce-muted);
	font-size: 0.69rem;
	line-height: 1.55;
}

body.ironbark-storefront-checkout .ironbark-klaviyo-consent-disclosure a {
	color: var(--ironbark-commerce-accent-light);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

body.ironbark-storefront-checkout .ironbark-klaviyo-consent-disclosure a:hover {
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout .ironbark-klaviyo-consent-disclosure a:focus-visible {
	outline: 2px solid var(--ironbark-commerce-accent-light);
	outline-offset: 0.18rem;
}

/* Freight adds these rows after shipping; their supporting copy needs the full summary width. */
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 0.25rem;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight > th,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight > td,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation > th,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation > td {
	width: 100%;
	min-width: 0;
	text-align: left;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight > td::before,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation > td::before,
body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight > td > br {
	display: none;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-estimated-freight > td > small {
	display: block;
	max-width: 100%;
	margin-top: 0.2rem;
	white-space: normal;
	overflow-wrap: anywhere;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation > td > label {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	width: 100%;
	min-width: 0;
	line-height: 1.45;
	white-space: normal;
}

body.ironbark-storefront-checkout table.woocommerce-checkout-review-order-table tfoot tr.ironbark-tier1-installation input[type='checkbox'] {
	flex: 0 0 auto;
	margin-top: 0.15em;
}

body.ironbark-storefront-checkout #payment {
	margin: 1rem 0 0;
	border: 1px solid var(--ironbark-commerce-border);
	border-radius: 0;
	background: var(--ironbark-commerce-panel);
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--ironbark-commerce-border);
}

body.ironbark-storefront-checkout #payment ul.payment_methods li {
	margin: 0;
	padding: 0.75rem;
	color: var(--ironbark-commerce-text);
}

body.ironbark-storefront-checkout #payment div.payment_box {
	margin: 0.55rem 0 0;
	padding: 0.7rem;
	border: 0;
	border-radius: 0;
	background: var(--ironbark-commerce-panel-raised);
	color: var(--ironbark-commerce-muted);
	font-size: 0.67rem;
}

body.ironbark-storefront-checkout #payment div.payment_box::before {
	border-bottom-color: var(--ironbark-commerce-panel-raised);
}

body.ironbark-storefront-checkout #payment .place-order {
	margin: 0;
	padding: 0.8rem;
}

body.ironbark-storefront-checkout #payment .woocommerce-privacy-policy-text,
body.ironbark-storefront-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: var(--ironbark-commerce-muted);
	font-size: 0.62rem;
	line-height: 1.5;
}

body.ironbark-storefront-checkout #place_order {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	float: none;
	width: 100%;
	min-height: 3rem;
	margin: 0.8rem 0 0;
	padding: 0.75rem 1rem;
	border: 1px solid var(--ironbark-commerce-accent);
	border-radius: 2px;
	background: var(--ironbark-commerce-accent);
	color: #12100e;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: none;
}

body.ironbark-storefront-commerce :where(a, button, input, select, textarea):focus-visible,
body.ironbark-storefront-commerce .select2-container--focus .select2-selection {
	outline: 2px solid var(--ironbark-commerce-focus);
	outline-offset: 2px;
}
