/* Asiami Cart & Checkout UI — selectors are scoped to accu body classes. */
body.accu-enabled .woocommerce,
body.accu-enabled .accu-intro,
body.accu-enabled .accu-mobile-checkout-bar,
body.accu-enabled .woocommerce :is(button, input, select, textarea, option),
body.accu-enabled .accu-intro :is(button, input, select, textarea, option),
body.accu-enabled .accu-mobile-checkout-bar :is(button, input, select, textarea, option),
body.accu-enabled .select2-container,
body.accu-enabled .select2-dropdown {
	font-family: inherit !important;
}

body.accu-enabled {
	--accu-red: #e6322f;
	--accu-red-dark: #c80f3b;
	--accu-pink: #db6a88;
	--accu-ink: #211f1d;
	--accu-muted: #777069;
	--accu-line: rgba(94, 73, 56, 0.12);
	--accu-ivory: #faf7f3;
	--accu-card: rgba(255, 255, 255, 0.9);
	--accu-shadow: 0 16px 42px rgba(51, 39, 29, 0.08);
	background: linear-gradient(180deg, #f7f5f2 0, #fbfaf8 480px, #fff 100%);
}

body.accu-enabled *,
body.accu-enabled *::before,
body.accu-enabled *::after {
	box-sizing: border-box;
}

body.accu-enabled .checkout-steps,
body.accu-enabled .wd-checkout-steps,
body.accu-enabled .cart-checkout-steps {
	display: none !important;
}

body.accu-enabled .page-title,
body.accu-enabled .page-title-default {
	display: none !important;
}

body.accu-enabled .site-content {
	padding-top: 34px;
	padding-bottom: 82px;
}

body.accu-enabled .site-content > .container,
body.accu-enabled .main-page-wrapper > .container,
body.accu-enabled .woocommerce-page-content {
	width: min(100% - 32px, 1240px);
	max-width: 1240px;
	margin-inline: auto;
}

body.accu-enabled .woocommerce {
	width: 100%;
	max-width: none;
	color: var(--accu-ink);
}

body.accu-enabled .woocommerce-notices-wrapper,
body.accu-enabled .woocommerce-error,
body.accu-enabled .woocommerce-message,
body.accu-enabled .woocommerce-info {
	grid-column: 1 / -1;
}

body.accu-enabled .woocommerce-error,
body.accu-enabled .woocommerce-message,
body.accu-enabled .woocommerce-info {
	margin: 0 0 18px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--accu-line);
	border-radius: 15px;
	box-shadow: 0 8px 24px rgba(54, 42, 31, 0.05);
	font-size: 13px;
	line-height: 1.8;
}

body.accu-enabled .woocommerce-error {
	border-right: 3px solid var(--accu-red-dark);
}

body.accu-enabled .woocommerce-message {
	border-right: 3px solid #71984d;
}

body.accu-enabled .woocommerce-info {
	border-right: 3px solid #c49a54;
}

.accu-intro {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 0 28px;
	padding: 24px 27px;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 14%, rgba(230, 50, 47, 0.11), transparent 31%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 239, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 25px;
	box-shadow: var(--accu-shadow), inset 0 1px 0 #fff;
	-webkit-backdrop-filter: blur(18px) saturate(135%);
	backdrop-filter: blur(18px) saturate(135%);
}

.accu-intro__copy {
	min-width: 280px;
}

.accu-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--accu-red-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
}

.accu-intro h1 {
	margin: 0;
	color: var(--accu-ink);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 900;
	line-height: 1.45;
}

.accu-intro p {
	margin: 7px 0 0;
	color: var(--accu-muted);
	font-size: 12.5px;
	line-height: 1.8;
}

.accu-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(110px, 1fr));
	width: min(100%, 520px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.accu-steps li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #9a938d;
}

.accu-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 9px;
	width: calc(100% - 42px);
	height: 1px;
	background: rgba(94, 73, 56, 0.14);
}

.accu-steps li > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(94, 73, 56, 0.13);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
}

.accu-steps li strong {
	position: relative;
	z-index: 1;
	padding-inline: 2px 8px;
	background: rgba(255, 250, 245, 0.7);
	font-size: 11.5px;
	font-weight: 750;
	white-space: nowrap;
}

.accu-steps li.is-active,
.accu-steps li.is-done {
	color: var(--accu-red-dark);
}

.accu-steps li.is-active > span {
	color: #fff;
	background: linear-gradient(135deg, var(--accu-red), var(--accu-red-dark));
	border-color: transparent;
	box-shadow: 0 7px 17px rgba(200, 15, 59, 0.2);
}

.accu-steps li.is-done > span {
	background: rgba(200, 15, 59, 0.08);
	border-color: rgba(200, 15, 59, 0.13);
}

/* Cart — desktop. */
body.accu-cart-page .woocommerce:not(.widget_shopping_cart) {
	display: block;
	width: 100% !important;
	max-width: none !important;
	direction: rtl;
}

body.accu-cart-page .accu-intro,
body.accu-cart-page .woocommerce-notices-wrapper,
body.accu-cart-page .woocommerce > .wc-empty-cart-message,
body.accu-cart-page .woocommerce > .return-to-shop {
	grid-column: 1 / -1;
	direction: rtl;
}

body.accu-cart-page .woocommerce-cart-form {
	direction: rtl;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 18px;
	background: var(--accu-card);
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 24px;
	box-shadow: var(--accu-shadow);
}

body.accu-cart-page .cart-collaterals {
	display: contents !important;
}

body.accu-cart-page .cart_totals {
	position: sticky;
	top: 26px;
	direction: rtl;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 22px;
	background:
		radial-gradient(circle at 86% 4%, rgba(230, 50, 47, 0.09), transparent 29%),
		rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-radius: 24px;
	box-shadow: var(--accu-shadow);
}

body.admin-bar.accu-cart-page .cart_totals {
	top: 58px;
}

body.accu-cart-page .cross-sells {
	width: 100% !important;
	max-width: none !important;
	margin: 58px 0 0 !important;
	direction: rtl;
}

body.accu-cart-page .woocommerce-cart-form table.shop_table {
	display: table;
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
}

body.accu-cart-page .woocommerce-cart-form table.shop_table thead th {
	padding: 8px 9px 14px;
	color: var(--accu-muted);
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--accu-line);
	font-size: 11px;
	font-weight: 750;
	text-align: right;
}

body.accu-cart-page .woocommerce-cart-form table.shop_table tbody td {
	padding: 17px 9px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--accu-line);
	vertical-align: middle;
}

body.accu-cart-page td.product-thumbnail {
	width: 88px;
}

body.accu-cart-page td.product-thumbnail img {
	display: block;
	width: 76px !important;
	height: 82px !important;
	margin: 0;
	object-fit: contain;
	background: #fff6ee;
	border: 1px solid rgba(230, 50, 47, 0.08);
	border-radius: 17px;
}

body.accu-cart-page td.product-name a {
	display: block;
	color: var(--accu-ink);
	font-size: 13px;
	font-weight: 780;
	line-height: 1.8;
	text-decoration: none;
}

body.accu-cart-page td.product-name a:hover {
	color: var(--accu-red-dark);
}

body.accu-cart-page td.product-name .variation,
body.accu-cart-page td.product-name .wd-product-detail {
	margin-top: 4px;
	color: var(--accu-muted);
	font-size: 10.5px;
}

body.accu-cart-page td.product-price,
body.accu-cart-page td.product-subtotal {
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.accu-mobile-label {
	display: none;
}

body.accu-cart-page td.product-subtotal {
	color: var(--accu-red-dark);
	font-weight: 850;
}

body.accu-cart-page td.product-remove {
	width: 38px;
	padding-inline: 3px !important;
}

body.accu-cart-page td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	color: #918980 !important;
	background: transparent !important;
	border: 0;
	border-radius: 11px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

body.accu-cart-page td.product-remove a.remove:hover {
	color: var(--accu-red-dark) !important;
	background: rgba(200, 15, 59, 0.06) !important;
}

body.accu-cart-page .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 105px;
	height: 38px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(94, 73, 56, 0.14);
	border-radius: 12px;
}

body.accu-cart-page .quantity input.qty {
	width: 39px;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: var(--accu-ink);
	background: transparent;
	border: 0;
	border-inline: 1px solid rgba(94, 73, 56, 0.11);
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	-moz-appearance: textfield;
}

body.accu-cart-page .quantity input.qty::-webkit-inner-spin-button,
body.accu-cart-page .quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.accu-cart-page .quantity :is(.plus, .minus) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: #4d4742;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

body.accu-cart-page .quantity :is(.plus, .minus):hover {
	color: var(--accu-red-dark);
	background: rgba(200, 15, 59, 0.05);
	box-shadow: none;
}

body.accu-cart-page .woocommerce-cart-form td.actions {
	padding: 18px 0 0 !important;
	border: 0 !important;
}

body.accu-cart-page td.actions .coupon {
	display: grid;
	grid-template-columns: minmax(170px, 1fr) auto;
	gap: 8px;
	float: none !important;
	width: min(100%, 430px);
}

body.accu-cart-page td.actions .coupon label {
	display: none;
}

body.accu-cart-page td.actions .coupon input.input-text {
	width: 100% !important;
	height: 44px;
	margin: 0 !important;
	padding: 0 13px;
	color: var(--accu-ink);
	background: #fff;
	border: 1px solid rgba(94, 73, 56, 0.14);
	border-radius: 13px;
	box-shadow: none;
	font-size: 12px;
}

body.accu-cart-page td.actions .coupon button,
body.accu-cart-page button[name="update_cart"] {
	height: 44px;
	min-height: 0;
	margin: 0 !important;
	padding: 0 18px;
	border-radius: 13px;
	box-shadow: none;
	font-size: 11.5px;
	font-weight: 800;
}

body.accu-cart-page td.actions .coupon button {
	color: #fff;
	background: var(--accu-red-dark);
	border: 0;
}

body.accu-cart-page button[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.accu-cart-page .cart_totals h2 {
	margin: 0 0 16px;
	color: var(--accu-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
}

body.accu-cart-page .cart_totals table {
	width: 100%;
	margin: 0 0 16px;
	border: 0;
	background: transparent;
}

body.accu-cart-page .cart_totals table tr th,
body.accu-cart-page .cart_totals table tr td {
	padding: 12px 2px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--accu-line);
	font-size: 12px;
	line-height: 1.8;
	vertical-align: top;
}

body.accu-cart-page .cart_totals table tr th {
	width: 35%;
	color: #4f4944;
	font-weight: 750;
	text-align: right;
}

body.accu-cart-page .cart_totals table tr td {
	color: var(--accu-muted);
	text-align: left;
}

body.accu-cart-page .cart_totals table tr.order-total th,
body.accu-cart-page .cart_totals table tr.order-total td {
	padding-top: 17px;
	border-bottom: 0;
	font-size: 14px;
}

body.accu-cart-page .cart_totals table tr.order-total td {
	color: var(--accu-red-dark);
	font-size: 19px;
	font-weight: 900;
}

body.accu-cart-page .cart_totals .woocommerce-shipping-destination,
body.accu-cart-page .cart_totals .woocommerce-shipping-calculator {
	font-size: 10.5px;
}

body.accu-cart-page .wc-proceed-to-checkout {
	padding: 0;
}

body.accu-cart-page .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	min-height: 52px;
	margin: 0;
	padding: 0 18px;
	color: #fff;
	background: linear-gradient(135deg, #e6322f, #c80f3b);
	border: 1px solid rgba(164, 11, 43, 0.25);
	border-radius: 15px;
	box-shadow: 0 10px 22px rgba(200, 15, 59, 0.19);
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	text-align: center;
}

body.accu-cart-page .wc-proceed-to-checkout a.checkout-button:hover {
	color: #fff;
	background: linear-gradient(135deg, #d72827, #b70c34);
	box-shadow: 0 12px 26px rgba(200, 15, 59, 0.25);
}

body.accu-cart-page .cross-sells > h2 {
	position: relative;
	margin: 0 0 22px;
	padding-bottom: 12px;
	color: var(--accu-ink);
	font-size: 21px;
	font-weight: 900;
}

body.accu-cart-page .cross-sells > h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: var(--accu-red-dark);
	border-radius: 99px;
}

body.accu-cart-page.accu-cart-updating .woocommerce-cart-form,
body.accu-cart-page.accu-cart-updating .cart_totals {
	pointer-events: none;
	opacity: 0.62;
}

body.accu-cart-page.accu-cart-updating::after {
	content: "";
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	border: 3px solid rgba(200, 15, 59, 0.17);
	border-top-color: var(--accu-red-dark);
	border-radius: 50%;
	animation: accu-spin 650ms linear infinite;
}

/* Checkout — desktop. */
body.accu-checkout-page .woocommerce > .accu-intro {
	margin-bottom: 20px;
}

body.accu-checkout-page .woocommerce-form-coupon-toggle,
body.accu-checkout-page .woocommerce-form-login-toggle {
	margin: 0 0 10px;
}

body.accu-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
body.accu-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
	margin: 0;
	padding: 12px 16px;
	box-shadow: none;
	font-size: 11.5px;
}

body.accu-checkout-page .woocommerce-form-login-toggle,
body.accu-checkout-page .woocommerce-form-login-toggle .woocommerce-info,
body.accu-checkout-page form.woocommerce-form-login,
body.accu-checkout-page form.woocommerce-form-login p,
body.accu-checkout-page .woocommerce-account-fields,
body.accu-checkout-page .woocommerce-account-fields p,
body.accu-checkout-page .woocommerce-account-fields label,
body.accu-checkout-page .create-account,
body.accu-checkout-page .create-account label {
	direction: rtl !important;
	text-align: right !important;
}

body.accu-checkout-page .accu-hide-delivery-schedule {
	display: none !important;
}

body.accu-checkout-page form.checkout_coupon,
body.accu-checkout-page form.woocommerce-form-login {
	margin: 0 0 18px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--accu-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(54, 42, 31, 0.05);
}

body.accu-checkout-page form.checkout_coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 130px;
	gap: 9px;
}

body.accu-checkout-page form.checkout_coupon > p:first-child {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--accu-muted);
	font-size: 11px;
}

body.accu-checkout-page form.checkout_coupon .form-row {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

body.accu-checkout-page form.checkout_coupon button {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	color: #fff;
	background: var(--accu-red-dark);
	border: 0;
	border-radius: 13px;
	font-size: 11.5px;
	font-weight: 800;
}

body.accu-checkout-page form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(370px, 415px) minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 24px;
	align-items: start;
	width: 100% !important;
	max-width: none !important;
	margin-top: 20px;
	direction: ltr;
}

body.accu-checkout-page #customer_details {
	display: block;
	grid-column: 2;
	grid-row: 1 / span 3;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 24px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-radius: 24px;
	box-shadow: var(--accu-shadow);
	direction: rtl;
}

body.accu-checkout-page #customer_details > .col-1,
body.accu-checkout-page #customer_details > .col-2 {
	float: none;
	flex: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

body.accu-checkout-page #customer_details > .col-2 {
	margin-top: 18px;
}

body.accu-checkout-page #customer_details h3,
body.accu-checkout-page #order_review_heading {
	margin: 0 0 20px;
	color: var(--accu-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
}

body.accu-checkout-page #order_review_heading {
	position: sticky;
	top: 30px;
	z-index: 3;
	grid-column: 1;
	grid-row: 1;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 21px 22px 12px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	box-shadow: 0 10px 32px rgba(51, 39, 29, 0.06);
	direction: rtl;
}

body.accu-checkout-page #order_review {
	position: sticky;
	top: 94px;
	grid-column: 1;
	grid-row: 2;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 0 22px 22px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-top: 0;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 18px 42px rgba(51, 39, 29, 0.08);
	direction: rtl;
}

body.admin-bar.accu-checkout-page #order_review {
	top: 126px;
}

body.admin-bar.accu-checkout-page #order_review_heading {
	top: 62px;
}

body.accu-checkout-page .woocommerce-billing-fields__field-wrapper,
body.accu-checkout-page .woocommerce-shipping-fields__field-wrapper,
body.accu-checkout-page .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
}

body.accu-checkout-page .woocommerce-billing-fields__field-wrapper::before,
body.accu-checkout-page .woocommerce-billing-fields__field-wrapper::after,
body.accu-checkout-page .woocommerce-shipping-fields__field-wrapper::before,
body.accu-checkout-page .woocommerce-shipping-fields__field-wrapper::after,
body.accu-checkout-page .woocommerce-additional-fields__field-wrapper::before,
body.accu-checkout-page .woocommerce-additional-fields__field-wrapper::after {
	display: none !important;
	content: none !important;
}

body.accu-checkout-page .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.accu-checkout-page .form-row-wide,
body.accu-checkout-page #billing_address_1_field,
body.accu-checkout-page #billing_address_2_field,
body.accu-checkout-page #order_comments_field,
body.accu-checkout-page .create-account {
	grid-column: 1 / -1;
}

body.accu-checkout-page .form-row label {
	display: block;
	margin: 0 1px 6px;
	color: #4d4742;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.7;
}

body.accu-checkout-page .form-row .required {
	color: var(--accu-red-dark);
	text-decoration: none;
}

body.accu-checkout-page .input-text,
body.accu-checkout-page select,
body.accu-checkout-page .select2-container--default .select2-selection--single {
	width: 100%;
	height: 45px;
	min-height: 45px;
	margin: 0;
	padding: 0 13px;
	color: var(--accu-ink);
	background: #fff;
	border: 1px solid rgba(94, 73, 56, 0.14);
	border-radius: 12px;
	box-shadow: none;
	font-size: 12px;
	line-height: 43px;
}

body.accu-checkout-page textarea.input-text {
	height: 112px;
	min-height: 112px;
	padding-top: 11px;
	line-height: 1.9;
	resize: vertical;
}

body.accu-checkout-page .input-text:focus,
body.accu-checkout-page select:focus,
body.accu-checkout-page .select2-container--open .select2-selection--single {
	border-color: rgba(200, 15, 59, 0.43);
	box-shadow: 0 0 0 3px rgba(200, 15, 59, 0.06);
	outline: 0;
}

body.accu-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--accu-ink);
	font-size: 12px;
	line-height: 43px;
}

body.accu-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px;
	left: 9px;
	right: auto;
}

body.accu-checkout-page #order_review table.shop_table {
	width: 100%;
	margin: 0 0 14px;
	border: 0;
	background: rgba(255, 255, 255, 0.62);
	border-radius: 15px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

body.accu-checkout-page #order_review table.shop_table th,
body.accu-checkout-page #order_review table.shop_table td {
	padding: 11px 10px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--accu-line);
	font-size: 11.5px;
	line-height: 1.8;
	vertical-align: top;
}

body.accu-checkout-page #order_review table.shop_table thead th {
	color: var(--accu-muted);
	font-size: 10.5px;
	font-weight: 750;
}

body.accu-checkout-page #order_review .product-name {
	color: #4e4843;
	font-weight: 650;
	text-align: right;
}

body.accu-checkout-page #order_review .product-total {
	text-align: left;
	white-space: nowrap;
}

body.accu-checkout-page #order_review tr.order-total th,
body.accu-checkout-page #order_review tr.order-total td {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--accu-red-dark);
	border-bottom: 0;
	font-size: 15px;
	font-weight: 900;
}

body.accu-checkout-page #payment {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body.accu-checkout-page #payment ul.payment_methods {
	margin: 0 0 12px;
	padding: 0;
	background: transparent;
	border: 0;
	list-style: none;
}

body.accu-checkout-page #payment ul.payment_methods li {
	margin: 0 0 8px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--accu-line);
	border-radius: 14px;
}

body.accu-checkout-page #payment ul.payment_methods li label {
	color: #3e3935;
	font-size: 12px;
	font-weight: 800;
}

body.accu-checkout-page #payment ul.payment_methods li img {
	max-height: 30px;
	margin-inline: 7px;
	vertical-align: middle;
}

body.accu-checkout-page #payment div.payment_box {
	margin: 9px 0 0;
	padding: 10px 12px;
	color: var(--accu-muted);
	background: #faf8f5;
	border-radius: 11px;
	font-size: 10.5px;
	line-height: 1.9;
}

body.accu-checkout-page #payment div.form-row.place-order {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
}

body.accu-checkout-page #place_order {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 100%;
	height: 52px;
	min-height: 52px;
	margin: 9px 0 0;
	padding: 0 17px;
	color: #fff;
	background: linear-gradient(135deg, #e6322f, #c80f3b);
	border: 1px solid rgba(164, 11, 43, 0.25);
	border-radius: 15px;
	box-shadow: 0 10px 22px rgba(200, 15, 59, 0.19);
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
}

body.accu-checkout-page #place_order:hover {
	background: linear-gradient(135deg, #d72827, #b70c34);
	box-shadow: 0 12px 26px rgba(200, 15, 59, 0.25);
}

body.accu-checkout-page .woocommerce-privacy-policy-text {
	order: 1;
	color: var(--accu-muted);
	font-size: 9.5px;
	line-height: 1.8;
}

.accu-payment-reassurance {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 11px;
	padding: 10px 11px;
	color: #66824a;
	background: rgba(111, 151, 75, 0.07);
	border: 1px solid rgba(111, 151, 75, 0.12);
	border-radius: 13px;
}

.accu-payment-reassurance svg {
	flex: 0 0 auto;
}

.accu-payment-reassurance div {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.accu-payment-reassurance strong {
	font-size: 10.5px;
	font-weight: 850;
}

.accu-payment-reassurance span {
	color: var(--accu-muted);
	font-size: 9px;
	line-height: 1.6;
}

body.accu-checkout-page .asmln-root {
	display: none !important;
}

body.accu-checkout-page .footer-container,
body.accu-checkout-page footer.footer-container {
	display: none !important;
}

.accu-mobile-checkout-bar {
	display: none;
}

@keyframes accu-spin {
	to { transform: rotate(360deg); }
}

/* Cart desktop structure is detected at runtime so WoodMart wrappers cannot collapse it. */
@media (min-width: 768px) {
	body.accu-cart-page .accu-cart-summary-column.cart-collaterals,
	body.accu-cart-page .cart-content-wrapper > .cart-collaterals {
		display: block !important;
	}

	body.accu-cart-page .cart-content-wrapper,
	body.accu-cart-page .accu-cart-layout {
		display: grid !important;
		grid-template-columns: 365px minmax(0, 1fr) !important;
		grid-template-areas: "summary main" !important;
		align-items: start !important;
		gap: 24px !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 1240px !important;
		min-width: 0 !important;
		margin: 0 auto !important;
		padding: 0 !important;
		direction: ltr;
	}

	body.accu-cart-page .cart-content-wrapper > form.woocommerce-cart-form {
		grid-area: main !important;
	}

	body.accu-cart-page .cart-content-wrapper > .cart_totals,
	body.accu-cart-page .cart-content-wrapper > .cart-collaterals {
		grid-area: summary !important;
	}

	body.accu-cart-page .accu-cart-layout > .accu-cart-main-column {
		grid-area: main !important;
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		direction: rtl;
	}

	body.accu-cart-page .accu-cart-layout > .accu-cart-summary-column {
		grid-area: summary !important;
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		direction: rtl;
	}

	body.accu-cart-page .accu-cart-main-column .woocommerce-cart-form,
	body.accu-cart-page .accu-cart-summary-column .cart-collaterals,
	body.accu-cart-page .accu-cart-summary-column .cart_totals,
	body.accu-cart-page .cart-content-wrapper > form.woocommerce-cart-form,
	body.accu-cart-page .cart-content-wrapper > .cart_totals,
	body.accu-cart-page .cart-content-wrapper > .cart-collaterals {
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.accu-cart-page .cart_totals .cart-totals-inner {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.accu-cart-page .accu-cart-layout table.shop_table {
		width: 100% !important;
		max-width: 100% !important;
		table-layout: auto;
	}

	/* Checkout desktop: target WoodMart's real columns instead of inner elements. */
	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout {
		display: grid !important;
		grid-template-columns: 415px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		grid-template-areas:
			"summary-heading main"
			"summary main" !important;
		align-items: start !important;
		gap: 0 24px !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 1240px !important;
		min-width: 0 !important;
		margin: 20px auto 0 !important;
		padding: 0 !important;
		direction: ltr;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-main-column {
		grid-area: main !important;
		float: none !important;
		clear: none !important;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		direction: rtl;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-column {
		grid-area: summary !important;
		float: none !important;
		clear: none !important;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		direction: rtl;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-shell {
		position: sticky !important;
		top: 30px !important;
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		align-self: start !important;
	}

	body.admin-bar.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-shell {
		top: 62px !important;
	}

	body.accu-checkout-page .accu-checkout-summary-shell #order_review_heading,
	body.accu-checkout-page .accu-checkout-summary-shell #order_review {
		position: static !important;
		top: auto !important;
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-heading:not(.accu-checkout-summary-shell *) {
		grid-area: summary-heading !important;
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column #order_review,
	body.accu-checkout-page .accu-checkout-summary-column .woocommerce-checkout-review-order,
	body.accu-checkout-page .accu-checkout-summary-column .checkout-order-review,
	body.accu-checkout-page .accu-checkout-main-column #customer_details,
	body.accu-checkout-page .accu-checkout-main-column > .col2-set {
		float: none !important;
		clear: none !important;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column table.shop_table {
		width: 100% !important;
		max-width: 100% !important;
		table-layout: auto;
	}

	body.accu-checkout-page #billing_first_name_field,
	body.accu-checkout-page #billing_last_name_field,
	body.accu-checkout-page #shipping_first_name_field,
	body.accu-checkout-page #shipping_last_name_field {
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	body.accu-checkout-page #billing_first_name_field,
	body.accu-checkout-page #shipping_first_name_field {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.accu-checkout-page #billing_last_name_field,
	body.accu-checkout-page #shipping_last_name_field {
		grid-column: 2 !important;
		grid-row: 1 !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column .woodmart-table-wrapper,
	body.accu-checkout-page .accu-checkout-summary-column .wd-table-wrapper {
		float: none !important;
		clear: both !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 14px !important;
		padding: 0 !important;
		overflow: hidden !important;
		background: rgba(255, 255, 255, 0.62) !important;
		border-radius: 17px !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column .woodmart-table-wrapper table.shop_table,
	body.accu-checkout-page .accu-checkout-summary-column .wd-table-wrapper table.shop_table {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		border-radius: inherit !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column #order_review > table.shop_table,
	body.accu-checkout-page .accu-checkout-summary-column #order_review > .woocommerce-checkout-review-order-table {
		float: none !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 14px !important;
		overflow: hidden !important;
		border-radius: 17px !important;
	}

	body.accu-checkout-page .accu-checkout-summary-column .accu-checkout-order-table-shell {
		float: none !important;
		clear: both !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		overflow: hidden !important;
		border-radius: 17px !important;
	}
}

@media (max-width: 1024px) {
	body.accu-cart-page .cart-content-wrapper,
	body.accu-cart-page .accu-cart-layout {
		grid-template-columns: 320px minmax(0, 1fr) !important;
		gap: 16px !important;
	}

	body.accu-checkout-page form.woocommerce-checkout {
		grid-template-columns: minmax(330px, 355px) minmax(0, 1fr);
		column-gap: 16px;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout {
		grid-template-columns: 355px minmax(0, 1fr) !important;
		gap: 0 16px !important;
	}

	.accu-intro {
		padding: 20px;
	}

	.accu-intro__copy {
		min-width: 230px;
	}

	.accu-steps {
		grid-template-columns: repeat(3, minmax(92px, 1fr));
	}

	.accu-steps li strong {
		font-size: 10.5px;
	}
}

@media (max-width: 767px) {
	body.accu-enabled {
		background: linear-gradient(180deg, #f5f3f0 0, #faf8f5 430px, #fff 100%);
	}

	body.accu-enabled .site-content {
		padding-top: 14px;
		padding-bottom: 38px;
	}

	body.accu-enabled .site-content > .container,
	body.accu-enabled .main-page-wrapper > .container,
	body.accu-enabled .woocommerce-page-content {
		width: min(100% - 20px, 560px);
	}

	.accu-intro {
		display: block;
		margin-bottom: 14px;
		padding: 18px 16px 15px;
		border-radius: 20px;
	}

	.accu-intro__copy {
		min-width: 0;
		text-align: right;
	}

	.accu-intro h1 {
		font-size: 22px;
	}

	.accu-intro p {
		font-size: 11px;
	}

	.accu-steps {
		width: 100%;
		margin-top: 16px;
	}

	.accu-steps li {
		gap: 5px;
	}

	.accu-steps li > span {
		width: 30px;
		height: 30px;
		border-radius: 10px;
		font-size: 10px;
	}

	.accu-steps li strong {
		display: none;
	}

	.accu-steps li:not(:last-child)::after {
		top: 15px;
		left: 7px;
		width: calc(100% - 35px);
	}

	body.accu-enabled .woocommerce-error,
	body.accu-enabled .woocommerce-message,
	body.accu-enabled .woocommerce-info {
		padding: 11px 13px;
		border-radius: 13px;
		font-size: 10.5px;
	}

	/* Cart — mobile card layout. */
	body.accu-cart-page .woocommerce:not(.widget_shopping_cart) {
		display: block;
		direction: rtl;
	}

	body.accu-cart-page .woocommerce-cart-form {
		margin: 0;
		padding: 10px;
		border-radius: 21px;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table,
	body.accu-cart-page .woocommerce-cart-form table.shop_table tbody {
		display: block;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table thead {
		display: none;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table tr.cart_item {
		position: relative !important;
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr) 88px;
		grid-template-areas:
			"remove name image"
			"remove price image"
			"remove quantity image"
			"subtotal subtotal subtotal";
		gap: 5px 10px;
		width: 100% !important;
		min-width: 0;
		margin: 0 0 9px;
		padding: 10px;
		overflow: hidden;
		direction: ltr;
		background: rgba(255, 255, 255, 0.87);
		border: 1px solid rgba(94, 73, 56, 0.09);
		border-radius: 18px;
		box-shadow: 0 7px 20px rgba(55, 42, 31, 0.045);
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table tr.cart_item:last-of-type {
		margin-bottom: 0;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table tr.cart_item td {
		position: static !important;
		inset: auto !important;
		float: none !important;
		transform: none !important;
		display: block;
		width: auto;
		min-width: 0;
		padding: 0;
		border: 0;
		text-align: right !important;
		direction: rtl;
	}

	body.accu-cart-page tr.cart_item td::before {
		display: none !important;
	}

	body.accu-cart-page tr.cart_item td.product-thumbnail {
		grid-area: image;
		align-self: start;
		width: 88px !important;
		max-width: 88px !important;
		height: 96px;
		overflow: hidden;
		border-radius: 14px;
	}

	body.accu-cart-page tr.cart_item td.product-thumbnail > a {
		position: static !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 88px !important;
		max-width: 88px !important;
		height: 96px !important;
		margin: 0 !important;
		overflow: hidden;
		border-radius: 14px;
		transform: none !important;
	}

	body.accu-cart-page tr.cart_item td.product-thumbnail img {
		position: static !important;
		inset: auto !important;
		display: block !important;
		width: 88px !important;
		max-width: 88px !important;
		height: 96px !important;
		margin: 0 !important;
		object-fit: contain;
		border-radius: 14px;
		transform: none !important;
	}

	body.accu-cart-page tr.cart_item td.product-name {
		grid-area: name;
		position: relative !important;
		z-index: 2;
		align-self: start;
		width: 100% !important;
		padding-top: 2px;
	}

	body.accu-cart-page td.product-name a {
		display: -webkit-box;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.7;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.accu-cart-page tr.cart_item td.product-price {
		grid-area: price;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		color: var(--accu-muted);
		font-size: 10.5px;
	}

	body.accu-cart-page tr.cart_item td.product-quantity {
		grid-area: quantity;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	.accu-mobile-label {
		display: inline-block;
		margin-left: 8px;
		color: var(--accu-muted);
		font-size: 10.5px;
		font-weight: 600;
	}

	body.accu-cart-page tr.cart_item td.product-remove {
		grid-area: remove;
		align-self: start;
		justify-self: end;
		width: 30px !important;
	}

	body.accu-cart-page tr.cart_item td.product-remove a.remove::before,
	body.accu-cart-page tr.cart_item td.product-remove a.remove::after {
		display: none !important;
		content: none !important;
	}

	body.accu-cart-page tr.cart_item td.product-subtotal {
		grid-area: subtotal;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		margin-top: 5px;
		padding-top: 8px !important;
		border-top: 1px solid var(--accu-line) !important;
		font-size: 12px;
	}

	body.accu-cart-page tr.cart_item td.product-subtotal::before {
		content: "جمع جزء" !important;
		display: block !important;
		float: none;
		color: var(--accu-muted);
		font-size: 10.5px;
		font-weight: 600;
	}

	body.accu-cart-page .quantity {
		min-width: 96px;
		height: 34px;
		border-radius: 10px;
	}

	body.accu-cart-page .quantity input.qty {
		height: 32px;
		line-height: 32px;
	}

	body.accu-cart-page .quantity :is(.plus, .minus) {
		height: 32px;
	}

	body.accu-cart-page td.product-remove a.remove {
		width: 32px;
		height: 32px;
		font-size: 21px;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table tr:last-child {
		display: block;
	}

	body.accu-cart-page .woocommerce-cart-form td.actions {
		display: block !important;
		padding-top: 10px !important;
	}

	body.accu-cart-page td.actions .coupon {
		grid-template-columns: minmax(0, 1fr) 105px;
		width: 100%;
	}

	body.accu-cart-page td.actions .coupon input.input-text,
	body.accu-cart-page td.actions .coupon button {
		height: 42px;
		border-radius: 12px;
		font-size: 10.5px;
	}

	body.accu-cart-page .cart_totals {
		position: static;
		width: 100% !important;
		margin: 12px 0 0 !important;
		padding: 17px;
		border-radius: 21px;
	}

	body.accu-cart-page .cart_totals h2 {
		font-size: 17px;
	}

	body.accu-cart-page .cart_totals table tr th,
	body.accu-cart-page .cart_totals table tr td {
		font-size: 10.5px;
	}

	body.accu-cart-page .cart_totals table tr.order-total td {
		font-size: 16px;
	}

	body.accu-cart-page .wc-proceed-to-checkout a.checkout-button {
		height: 48px;
		min-height: 48px;
		font-size: 12px;
	}

	body.accu-cart-page .cross-sells {
		margin-top: 34px !important;
	}

	body.accu-cart-page .cross-sells > h2 {
		font-size: 18px;
	}

	body.accu-cart-page {
		padding-bottom: 82px;
	}

	.accu-mobile-checkout-bar {
		position: fixed;
		right: 10px;
		bottom: calc(77px + env(safe-area-inset-bottom));
		left: 10px;
		z-index: 999990;
		display: block;
		width: auto;
		max-width: 540px;
		margin: 0 auto;
		padding: 7px;
		background: rgba(255, 250, 245, 0.82);
		border: 1px solid rgba(255, 255, 255, 0.9);
		border-radius: 19px;
		box-shadow: 0 12px 35px rgba(44, 32, 23, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
		-webkit-backdrop-filter: blur(18px) saturate(145%);
		backdrop-filter: blur(18px) saturate(145%);
	}

	.accu-mobile-checkout-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 46px;
		min-height: 46px;
		padding: 0 15px;
		color: #fff !important;
		background: linear-gradient(135deg, #e6322f, #c80f3b);
		border-radius: 14px;
		box-shadow: 0 8px 18px rgba(200, 15, 59, 0.19);
		font-size: 12px;
		font-weight: 850;
		line-height: 1;
		text-decoration: none;
	}

	/* Checkout — mobile flow. */
	body.accu-checkout-page form.checkout_coupon {
		grid-template-columns: minmax(0, 1fr) 95px;
		padding: 11px;
	}

	body.accu-checkout-page form.woocommerce-checkout {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100% !important;
		margin-top: 12px;
		direction: rtl;
	}

	/* WoodMart keeps the billing form and payment review in separate wrappers. */
	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-main-column {
		order: 1 !important;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-heading:not(.accu-checkout-summary-shell *) {
		order: 2 !important;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-column {
		order: 3 !important;
	}

	body.accu-checkout-page form.woocommerce-checkout.accu-checkout-layout > .accu-checkout-summary-shell {
		position: static !important;
		top: auto !important;
	}

	body.accu-checkout-page #customer_details {
		order: 1;
		width: 100% !important;
		max-width: none !important;
		padding: 16px 13px;
		border-radius: 21px;
	}

	body.accu-checkout-page #customer_details h3,
	body.accu-checkout-page #order_review_heading {
		font-size: 17px;
	}

	body.accu-checkout-page .woocommerce-billing-fields__field-wrapper,
	body.accu-checkout-page .woocommerce-shipping-fields__field-wrapper,
	body.accu-checkout-page .woocommerce-additional-fields__field-wrapper {
		display: block;
	}

	body.accu-checkout-page #billing_first_name_field,
	body.accu-checkout-page #billing_last_name_field,
	body.accu-checkout-page #shipping_first_name_field,
	body.accu-checkout-page #shipping_last_name_field {
		width: 100% !important;
		max-width: none !important;
	}

	body.accu-checkout-page .form-row {
		margin-bottom: 11px !important;
	}

	body.accu-checkout-page .form-row:last-child {
		margin-bottom: 0 !important;
	}

	body.accu-checkout-page .form-row label {
		margin-bottom: 5px;
		font-size: 10.5px;
	}

	body.accu-checkout-page .input-text,
	body.accu-checkout-page select,
	body.accu-checkout-page .select2-container--default .select2-selection--single {
		height: 43px;
		min-height: 43px;
		border-radius: 11px;
		font-size: 11px;
		line-height: 41px;
	}

	body.accu-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 11px;
		line-height: 41px;
	}

	body.accu-checkout-page textarea.input-text {
		height: 96px;
		min-height: 96px;
	}

	body.accu-checkout-page #order_review_heading {
		position: static;
		order: 2;
		width: 100% !important;
		max-width: none !important;
		padding: 17px 15px 8px;
		border-radius: 21px 21px 0 0;
	}

	body.accu-checkout-page #order_review {
		position: static;
		order: 3;
		width: 100% !important;
		max-width: none !important;
		padding: 0 13px 15px;
		border-radius: 0 0 21px 21px;
	}

	body.accu-checkout-page .accu-checkout-summary-column .woodmart-table-wrapper,
	body.accu-checkout-page .accu-checkout-summary-column .wd-table-wrapper,
	body.accu-checkout-page .accu-checkout-summary-column .accu-checkout-order-table-shell,
	body.accu-checkout-page .accu-checkout-summary-column #order_review > table.shop_table,
	body.accu-checkout-page .accu-checkout-summary-column #order_review > .woocommerce-checkout-review-order-table {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		overflow: hidden !important;
		border-radius: 16px !important;
	}

	body.accu-checkout-page #order_review table.shop_table th,
	body.accu-checkout-page #order_review table.shop_table td {
		padding: 10px 8px;
		font-size: 10.5px;
	}

	body.accu-checkout-page #order_review tr.order-total th,
	body.accu-checkout-page #order_review tr.order-total td {
		font-size: 14px;
	}

	body.accu-checkout-page #payment ul.payment_methods li {
		padding: 10px;
	}

	body.accu-checkout-page #place_order {
		height: 49px;
		min-height: 49px;
		font-size: 12px;
	}

	.accu-payment-reassurance {
		padding: 9px;
	}
}

@media (max-width: 380px) {
	.accu-intro {
		padding-inline: 13px;
	}

	body.accu-cart-page .woocommerce-cart-form table.shop_table tr.cart_item {
		grid-template-columns: 28px minmax(0, 1fr) 76px;
		gap-inline: 8px;
	}

	body.accu-cart-page tr.cart_item td.product-thumbnail,
	body.accu-cart-page tr.cart_item td.product-thumbnail > a,
	body.accu-cart-page tr.cart_item td.product-thumbnail img {
		width: 76px !important;
		max-width: 76px !important;
		height: 86px !important;
	}

	body.accu-cart-page td.actions .coupon {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.accu-enabled *,
	body.accu-enabled *::before,
	body.accu-enabled *::after {
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
		animation-duration: 1ms !important;
	}
}
