.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	color: var(--anmt-dark-text);
	margin: 56px auto;
	max-width: var(--anmt-container);
	width: calc(100% - (var(--anmt-gutter) * 2));
}

.woocommerce table.shop_table {
	background: #FFFFFF;
	border: 1px solid var(--anmt-border-soft);
	border-collapse: collapse;
	border-radius: 0;
	color: var(--anmt-dark-text);
}

.woocommerce table.shop_table th {
	background: var(--anmt-offwhite);
	color: var(--text-primary);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border-color: var(--anmt-border-soft);
	padding: 18px;
}

.woocommerce-cart-form .product-name a {
	font-family: var(--anmt-font-heading);
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce .quantity .qty {
	max-width: 82px;
	min-height: 44px;
	text-align: center;
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--anmt-offwhite);
	border: 1px solid var(--anmt-border-soft);
	color: var(--anmt-dark-text);
	padding: 28px;
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
	color: var(--anmt-white);
	font-size: 24px;
	text-transform: uppercase;
}

.cart_totals h2,
.woocommerce-checkout-review-order h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	color: var(--anmt-dark-text);
}

.woocommerce-checkout form.checkout {
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
	align-self: end;
	margin: 0;
}

.woocommerce-checkout #order_review {
	align-self: start;
}

.woocommerce form .form-row {
	margin-bottom: 18px;
	padding: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
	width: calc(50% - 9px);
}

.anmt-checkout-trust {
	background: var(--anmt-white);
	border: 1px solid rgba(111, 137, 139, 0.32);
	color: var(--anmt-graphite);
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 18px;
	padding: 16px;
}

.anmt-checkout-trust strong {
	color: var(--anmt-dark-text);
	display: block;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

body.anmt-site .woocommerce-info,
body.anmt-site .woocommerce-message,
body.anmt-site .woocommerce-error,
body.anmt-site .woocommerce .woocommerce-info,
body.anmt-site .woocommerce .woocommerce-message,
body.anmt-site .woocommerce .woocommerce-error,
body.anmt-site .woocommerce-notices-wrapper .woocommerce-info,
body.anmt-site .woocommerce-notices-wrapper .woocommerce-message,
body.anmt-site .woocommerce-notices-wrapper .woocommerce-error,
body.anmt-site .woocommerce-checkout #payment div.payment_box,
body.anmt-site .woocommerce-checkout .woocommerce-NoticeGroup,
body.anmt-site .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	background: #23494C !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
	color: #FFFFFF !important;
}

body.anmt-site .woocommerce-error {
	background: #0F1113 !important;
	border-color: rgba(255, 255, 255, 0.32) !important;
}

body.anmt-site .woocommerce-info::before,
body.anmt-site .woocommerce-message::before,
body.anmt-site .woocommerce-error::before {
	color: #FFFFFF !important;
}

body.anmt-site .woocommerce-info a,
body.anmt-site .woocommerce-message a,
body.anmt-site .woocommerce-error a,
body.anmt-site .woocommerce-checkout #payment div.payment_box a {
	color: #FFFFFF !important;
	text-decoration: underline;
}

body.anmt-site .woocommerce-info .button,
body.anmt-site .woocommerce-message .button,
body.anmt-site .woocommerce-error .button,
body.anmt-site .woocommerce-info a.button,
body.anmt-site .woocommerce-message a.button,
body.anmt-site .woocommerce-error a.button {
	background: #0F1113 !important;
	border: 1px solid rgba(255, 255, 255, 0.45) !important;
	color: #FFFFFF !important;
}

body.anmt-site .woocommerce-info .button:hover,
body.anmt-site .woocommerce-message .button:hover,
body.anmt-site .woocommerce-error .button:hover,
body.anmt-site .woocommerce-info a.button:hover,
body.anmt-site .woocommerce-message a.button:hover,
body.anmt-site .woocommerce-error a.button:hover,
body.anmt-site .woocommerce-info .button:focus-visible,
body.anmt-site .woocommerce-message .button:focus-visible,
body.anmt-site .woocommerce-error .button:focus-visible {
	background: #6F898B !important;
	border-color: #FFFFFF !important;
	color: #FFFFFF !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--anmt-border-soft);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	padding: 14px 0;
	text-transform: uppercase;
}
