:root {
	--mwraq-navy: #081225;
	--mwraq-ink: #0d1728;
	--mwraq-muted: #5f6b7a;
	--mwraq-line: rgba(13, 23, 40, 0.1);
	--mwraq-soft: #eef5ff;
	--mwraq-frost: rgba(255, 255, 255, 0.72);
	--mwraq-shadow: 0 24px 70px rgba(8, 18, 37, 0.14);
}

.mwraq-button-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0;
}

.mwraq-add-button,
.mwraq-submit {
	align-items: center;
	background: var(--mwraq-ink);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(8, 18, 37, 0.18);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 14px 20px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mwraq-add-button:hover,
.mwraq-submit:hover {
	background: #111827;
	box-shadow: 0 18px 42px rgba(8, 18, 37, 0.26);
	color: #fff;
	transform: translateY(-1px);
}

.mwraq-add-button:disabled,
.mwraq-submit:disabled {
	cursor: wait;
	opacity: 0.72;
}

.mwraq-view-link,
.mwraq-login-note {
	color: var(--mwraq-ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.mwraq-button-wrap.is-added .mwraq-qty-control,
.mwraq-button-wrap.is-added .mwraq-add-button {
	display: none !important;
}

.mwraq-button-wrap.is-added .mwraq-view-link {
	margin-left: 0 !important;
}

.mwraq-cart-button {
	align-items: center;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(8, 18, 37, 0.13);
	color: var(--mwraq-ink);
	display: inline-flex;
	font-weight: 800;
	gap: 9px;
	line-height: 1;
	padding: 11px 14px;
	position: relative;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.mwraq-cart-button:hover {
	background: var(--mwraq-ink);
	box-shadow: 0 20px 48px rgba(8, 18, 37, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.mwraq-cart-icon {
	align-items: center;
	background: #e9f2ff;
	border-radius: 6px;
	color: #2563eb;
	display: inline-flex;
	font-size: 15px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.mwraq-cart-badge {
	align-items: center;
	background: #dbeafe;
	border-radius: 999px;
	color: #0f1a2d;
	display: inline-flex;
	font-size: 12px;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 7px;
}

.mwraq-cart-button.has-items .mwraq-cart-badge {
	background: #ffffff;
	color: var(--mwraq-ink);
}

.mwraq-hidden-price {
	color: var(--mwraq-ink);
	font-weight: 800;
}

.mwraq-notice {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(8, 18, 37, 0.12);
	border-radius: 8px;
	box-shadow: var(--mwraq-shadow);
	color: var(--mwraq-ink);
	font-weight: 800;
	padding: 12px 14px;
}

.mwraq-qty-control {
	align-items: center;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(8, 18, 37, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(8, 18, 37, 0.08);
	display: inline-flex;
	height: 46px;
	overflow: hidden;
}

.mwraq-qty-control button {
	align-items: center;
	background: var(--mwraq-ink);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	width: 44px;
}

.mwraq-qty-control input {
	appearance: textfield;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-left: 1px solid rgba(8, 18, 37, 0.1);
	border-right: 1px solid rgba(8, 18, 37, 0.1);
	box-shadow: none;
	color: var(--mwraq-ink);
	font-weight: 800;
	height: 46px;
	margin: 0;
	text-align: center;
	width: 62px;
}

.mwraq-app {
	background:
		radial-gradient(circle at 18% 12%, rgba(219, 234, 254, 0.95), transparent 32%),
		linear-gradient(180deg, #f4f8ff 0%, #ffffff 44%, #eef5ff 100%);
	color: var(--mwraq-ink);
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: clamp(34px, 5vw, 72px) max(18px, calc((100vw - 1120px) / 2)) clamp(42px, 6vw, 86px);
	position: relative;
}

.mwraq-app::before {
	background: linear-gradient(135deg, rgba(8, 18, 37, 0.92), rgba(8, 18, 37, 0.72));
	border-radius: 0 0 26px 26px;
	content: "";
	height: 210px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.mwraq-app > * {
	position: relative;
	z-index: 1;
}

.mwraq-header {
	align-items: flex-end;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
	padding: 4px 0 18px;
}

.mwraq-kicker {
	color: #dbeafe;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.mwraq-header h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.04;
	margin: 0;
	max-width: 620px;
}

.mwraq-count {
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	padding: 10px 16px;
}

.mwraq-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
}

.mwraq-list,
.mwraq-form {
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	background: var(--mwraq-frost);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	box-shadow: var(--mwraq-shadow);
}

.mwraq-list {
	overflow: hidden;
}

.mwraq-item {
	display: grid;
	gap: 18px;
	grid-template-columns: 104px 1fr;
	padding: 20px;
}

.mwraq-item + .mwraq-item {
	border-top: 1px solid rgba(8, 18, 37, 0.08);
}

.mwraq-thumb img {
	aspect-ratio: 1;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(8, 18, 37, 0.1);
	height: 104px;
	object-fit: cover;
	width: 104px;
}

.mwraq-item h3 {
	color: var(--mwraq-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 6px;
}

.mwraq-sku {
	color: var(--mwraq-muted);
	font-size: 13px;
}

.mwraq-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: 14px;
}

.mwraq-remove {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(8, 18, 37, 0.12);
	border-radius: 8px;
	color: var(--mwraq-ink);
	cursor: pointer;
	font-weight: 800;
	padding: 11px 14px;
}

.mwraq-remove:hover {
	background: var(--mwraq-ink);
	color: #fff;
}

.mwraq-form {
	align-self: start;
	display: grid;
	gap: 14px;
	padding: 24px;
}

.mwraq-form h3 {
	color: var(--mwraq-ink);
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 6px;
}

.mwraq-form label {
	display: grid;
	gap: 7px;
}

.mwraq-form span {
	color: var(--mwraq-ink);
	font-size: 13px;
	font-weight: 800;
}

.mwraq-form input,
.mwraq-form textarea {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(8, 18, 37, 0.12);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--mwraq-ink);
	font-size: 15px;
	padding: 13px 14px;
	width: 100%;
}

.mwraq-form input:focus,
.mwraq-form textarea:focus {
	border-color: rgba(37, 99, 235, 0.56);
	box-shadow: 0 0 0 4px rgba(219, 234, 254, 0.9);
	outline: 0;
}

.mwraq-form-response {
	border-radius: 8px;
	font-weight: 800;
	padding: 0;
}

.mwraq-form-response.is-success,
.mwraq-form-response.is-error {
	padding: 12px;
}

.mwraq-form-response.is-success {
	background: rgba(236, 253, 243, 0.92);
	color: #067647;
}

.mwraq-form-response.is-error {
	background: rgba(255, 241, 243, 0.94);
	color: #b42318;
}

.mwraq-empty {
	padding: 28px;
}

.mwraq-empty strong {
	color: var(--mwraq-ink);
	font-size: 20px;
}

.mwraq-empty p {
	color: var(--mwraq-muted);
	margin-bottom: 0;
}

@media (max-width: 860px) {
	.mwraq-grid {
		grid-template-columns: 1fr;
	}

	.mwraq-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 520px) {
	.mwraq-app {
		padding-left: 14px;
		padding-right: 14px;
	}

	.mwraq-item {
		grid-template-columns: 76px 1fr;
		padding: 14px;
	}

	.mwraq-thumb img {
		height: 76px;
		width: 76px;
	}
}

/* Quote-page layout inspired by classic request-a-quote table/form pages. */
.mwraq-app {
	background: #f2f4f7;
	padding-top: 0;
}

.mwraq-app::before {
	display: none;
}

.mwraq-header {
	align-items: center;
	background: #007a33;
	justify-content: center;
	margin: 0 calc(-1 * max(18px, calc((100vw - 1120px) / 2))) 56px;
	min-height: 140px;
	padding: 26px 18px;
	text-align: center;
}

.mwraq-header > div {
	width: 100%;
}

.mwraq-header h2 {
	font-size: 44px;
	margin: 0 auto 8px;
}

.mwraq-kicker {
	display: none;
}

.mwraq-count {
	bottom: 18px;
	position: absolute;
	right: max(18px, calc((100vw - 1120px) / 2));
}

.mwraq-list,
.mwraq-form {
	background: #fff;
	border: 0;
	border-radius: 14px;
	box-shadow: none;
	padding: 24px;
}

.mwraq-list {
	min-height: 460px;
}

.mwraq-table-wrap {
	overflow-x: auto;
	width: 100%;
}

.mwraq-products-table {
	border-collapse: collapse;
	color: #0b1220;
	font-size: 16px;
	width: 100%;
}

.mwraq-products-table .mwraq-item {
	display: table-row;
}

.mwraq-products-table th,
.mwraq-products-table td {
	border: 1px solid #bdbdbd;
	padding: 14px;
	text-align: left;
	vertical-align: middle;
}

.mwraq-products-table th,
.mwraq-products-table tfoot th,
.mwraq-products-table tfoot td {
	font-weight: 800;
}

.mwraq-remove-col {
	width: 44px;
}

.mwraq-remove-cell {
	text-align: center;
}

.mwraq-remove {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #b00020;
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

.mwraq-thumb {
	width: 88px;
}

.mwraq-thumb img {
	box-shadow: none;
	height: 72px;
	width: 72px;
}

.mwraq-product-info h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	margin: 0;
}

.mwraq-line-total,
.mwraq-grand-total {
	font-size: 18px;
	white-space: nowrap;
}

.mwraq-table-qty {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: auto;
}

.mwraq-table-qty button {
	display: none;
}

.mwraq-table-qty input {
	border: 1px solid #777;
	border-radius: 4px;
	height: 46px;
	min-width: 46px;
	width: 46px;
}

.mwraq-update-row {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.mwraq-update-list,
.mwraq-submit {
	background: #007a33;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	min-height: 50px;
	padding: 14px 28px;
}

.mwraq-update-list:hover,
.mwraq-submit:hover {
	background: #00612a;
}

.mwraq-form h3 {
	font-size: 28px;
	margin-bottom: 12px;
}

.mwraq-form span {
	font-size: 15px;
	font-weight: 500;
}

.mwraq-form input,
.mwraq-form textarea,
.mwraq-form select {
	background: #fff;
	border: 1px solid #4b2b2b;
	border-radius: 3px;
	box-shadow: none;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

.mwraq-form textarea {
	min-height: 72px;
}

/* Premium visual pass for the Saudi homepage style. */
.mwraq-app {
	background:
		radial-gradient(circle at 18% 8%, rgba(219, 234, 254, 0.96), transparent 30%),
		linear-gradient(180deg, #f5f9ff 0%, #eef5ff 48%, #fff 100%);
	padding-top: 0;
}

.mwraq-app::before {
	display: none;
}

.mwraq-header {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(8, 18, 37, 0.96), rgba(8, 18, 37, 0.82)),
		linear-gradient(90deg, #081225, #1f2937);
	box-shadow: 0 28px 70px rgba(8, 18, 37, 0.18);
	justify-content: center;
	margin: 0 calc(-1 * max(18px, calc((100vw - 1120px) / 2))) 56px;
	min-height: 178px;
	padding: 38px 18px;
	text-align: center;
}

.mwraq-header h2 {
	font-size: clamp(38px, 5vw, 58px);
}

.mwraq-kicker {
	display: inline-block;
}

.mwraq-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

.mwraq-list,
.mwraq-form {
	background: rgba(255, 255, 255, 0.74);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(8, 18, 37, 0.12);
}

.mwraq-products-table {
	border-collapse: separate;
	border-spacing: 0;
}

.mwraq-products-table th,
.mwraq-products-table td {
	border: 0;
	border-bottom: 1px solid rgba(8, 18, 37, 0.1);
	padding: 16px 14px;
}

.mwraq-products-table th {
	background: rgba(255, 255, 255, 0.55);
	color: #081225;
	font-size: 13px;
	text-transform: uppercase;
}

.mwraq-products-table tfoot th,
.mwraq-products-table tfoot td {
	border-bottom: 0;
}

.mwraq-remove {
	align-items: center;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(8, 18, 37, 0.1);
	border-radius: 999px;
	color: #b42318;
	display: inline-flex;
	font-size: 18px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.mwraq-thumb img {
	box-shadow: 0 10px 24px rgba(8, 18, 37, 0.1);
}

.mwraq-product-info h3 {
	font-size: 17px;
	font-weight: 700;
}

.mwraq-table-qty {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(8, 18, 37, 0.1);
	height: 44px;
}

.mwraq-table-qty input {
	background: #fff;
	border: 0;
	border-radius: 8px;
	height: 42px;
	min-width: 54px;
	width: 54px;
}

.mwraq-update-list,
.mwraq-submit {
	background: #081225;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(8, 18, 37, 0.18);
}

.mwraq-update-list:hover,
.mwraq-submit:hover {
	background: #111827;
	transform: translateY(-1px);
}

.mwraq-form h3 {
	font-size: 30px;
	font-weight: 800;
}

.mwraq-form span {
	font-size: 14px;
	font-weight: 700;
}

.mwraq-form input,
.mwraq-form textarea,
.mwraq-form select {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(8, 18, 37, 0.14);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	min-height: 46px;
	padding: 11px 13px;
}

/* Final polish overrides. */
.mwraq-app,
.mwraq-app *,
.mwraq-button-wrap,
.mwraq-cart-button {
	font-weight: 500;
}

.mwraq-cart-button {
	overflow: hidden;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.mwraq-cart-button::before {
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.68), transparent);
	content: "";
	height: 140%;
	left: -80%;
	position: absolute;
	top: -20%;
	transform: skewX(-18deg);
	transition: left 420ms ease;
	width: 55%;
}

.mwraq-cart-button:hover {
	box-shadow: 0 22px 54px rgba(8, 18, 37, 0.25);
	transform: translateY(-2px);
}

.mwraq-cart-button:hover::before {
	left: 130%;
}

.mwraq-cart-button:hover .mwraq-cart-icon,
.mwraq-cart-button:hover .mwraq-cart-badge {
	background: #fff;
	color: #081225;
}

.mwraq-products-table {
	font-size: 15px;
}

.mwraq-products-table th,
.mwraq-products-table td {
	padding: 15px 12px;
}

.mwraq-products-table th {
	font-size: 12px;
	font-weight: 500;
}

.mwraq-remove {
	font-size: 16px;
	height: 30px;
	width: 30px;
}

.mwraq-product-info {
	min-width: 220px;
}

.mwraq-product-info h3 {
	font-size: 16px;
	font-weight: 500;
}

.mwraq-line-total,
.mwraq-grand-total,
.mwraq-table-qty input,
.mwraq-update-list,
.mwraq-submit {
	font-weight: 500;
}

.mwraq-empty {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 320px;
	text-align: center;
}

.mwraq-empty strong {
	font-size: 28px;
	font-weight: 500;
}

.mwraq-empty-shop {
	align-items: center;
	background: #081225;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(8, 18, 37, 0.18);
	color: #fff;
	display: inline-flex;
	font-weight: 500;
	justify-content: center;
	margin-top: 18px;
	min-height: 50px;
	padding: 14px 28px;
	text-decoration: none;
}

.mwraq-empty-shop:hover {
	background: #111827;
	color: #fff;
	transform: translateY(-1px);
}

/* Shop/catalog bulk quote controls */
.woocommerce ul.products li.product .mwraq-button-wrap,
.products .product .mwraq-button-wrap {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
	width: 100%;
}

.woocommerce ul.products li.product .mwraq-qty-control,
.products .product .mwraq-qty-control {
	height: 40px;
}

.woocommerce ul.products li.product .mwraq-qty-control button,
.products .product .mwraq-qty-control button {
	height: 40px;
	width: 36px;
}

.woocommerce ul.products li.product .mwraq-qty-control input,
.products .product .mwraq-qty-control input {
	height: 40px;
	width: 48px;
}

.woocommerce ul.products li.product .mwraq-add-button,
.products .product .mwraq-add-button {
	min-height: 40px;
	padding: 12px 14px;
	white-space: nowrap;
}

@media (max-width: 520px) {
	.woocommerce ul.products li.product .mwraq-button-wrap,
	.products .product .mwraq-button-wrap {
		justify-content: flex-start;
	}
}

.mwraq-popup-lock {
	overflow: hidden;
}

.mwraq-popup {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.mwraq-popup.is-open {
	display: block;
}

.mwraq-popup-backdrop {
	background: rgba(8, 18, 37, 0.42);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	inset: 0;
	position: absolute;
}

.mwraq-popup-dialog {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 16px;
	box-shadow: 0 34px 100px rgba(8, 18, 37, 0.28);
	left: 50%;
	max-height: 82vh;
	max-width: 820px;
	overflow: auto;
	padding: 28px;
	position: fixed;
	top: 58%;
	transform: translate(-50%, -50%);
	width: min(90vw, 820px);
}

.mwraq-popup-close {
	align-items: center;
	background: #081225;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	box-shadow: 0 12px 30px rgba(8, 18, 37, 0.28);
	font-size: 24px;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 42px;
	z-index: 5;
}

.mwraq-popup-close:hover {
	background: #111827;
	transform: translateY(-1px);
}

.mwraq-popup-steps {
	display: flex;
	gap: 8px;
	margin: 0 46px 22px 0;
}

.mwraq-popup-steps span {
	background: rgba(8, 18, 37, 0.08);
	border-radius: 999px;
	color: #5f6b7a;
	padding: 8px 12px;
}

.mwraq-popup[data-step="products"] [data-popup-dot="products"],
.mwraq-popup[data-step="form"] [data-popup-dot="form"],
.mwraq-popup[data-step="thanks"] [data-popup-dot="thanks"] {
	background: #081225;
	color: #fff;
}

.mwraq-popup-panel {
	display: none;
}

.mwraq-popup[data-step="products"] [data-popup-panel="products"],
.mwraq-popup[data-step="form"] [data-popup-panel="form"],
.mwraq-popup[data-step="thanks"] [data-popup-panel="thanks"] {
	display: block;
}

.mwraq-popup-head h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 4px;
}

.mwraq-popup-head p {
	color: #5f6b7a;
	margin: 0 0 20px;
}

.mwraq-popup-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 20px;
}

.mwraq-popup-next,
.mwraq-popup-link.as-button {
	background: #081225;
	border: 0;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 500;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	text-decoration: none;
}

.mwraq-popup-next:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.mwraq-popup.is-empty .mwraq-popup-next {
	display: none;
}

.mwraq-popup-link {
	color: #081225;
	font-weight: 500;
	text-decoration: none;
}

.mwraq-popup-thanks {
	text-align: center;
}

.mwraq-popup-check {
	align-items: center;
	background: #081225;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 28px;
	height: 64px;
	justify-content: center;
	margin: 20px auto 16px;
	width: 64px;
}

.mwraq-popup-loading {
	padding: 28px;
	text-align: center;
}

@media (max-width: 720px) {
	.mwraq-popup-dialog {
		border-radius: 14px;
		max-height: 94vh;
		padding: 20px;
		width: 94vw;
	}

	.mwraq-popup .mwraq-products-table {
		min-width: 620px;
	}

	.mwraq-popup-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mwraq-popup-next,
	.mwraq-popup-link.as-button {
		width: 100%;
	}

	.mwraq-popup-steps {
		margin-right: 42px;
		overflow: auto;
	}
}

/* WooCommerce-style quote sidebar drawer. */
html body .mwraq-popup {
	display: block !important;
	inset: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	transition: opacity 280ms ease !important;
	visibility: hidden !important;
	z-index: 999999 !important;
}

html body .mwraq-popup.is-open {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}

html body .mwraq-popup .mwraq-popup-backdrop {
	background: rgba(8, 18, 37, 0.48) !important;
	backdrop-filter: blur(9px) !important;
	-webkit-backdrop-filter: blur(9px) !important;
	inset: 0 !important;
	opacity: 0 !important;
	position: fixed !important;
	transition: opacity 280ms ease !important;
}

html body .mwraq-popup.is-open .mwraq-popup-backdrop {
	opacity: 1 !important;
}

html body .mwraq-popup .mwraq-popup-dialog {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96)) !important;
	border: 1px solid rgba(255, 255, 255, 0.86) !important;
	border-radius: 18px 0 0 18px !important;
	bottom: 0 !important;
	box-shadow: -24px 0 80px rgba(8, 18, 37, 0.24) !important;
	height: 100vh !important;
	left: auto !important;
	max-height: 100vh !important;
	max-width: 520px !important;
	overflow: auto !important;
	padding: 28px !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	transform: translateX(104%) !important;
	transition: transform 340ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
	width: min(92vw, 520px) !important;
	z-index: 2 !important;
}

html body .mwraq-popup.is-open .mwraq-popup-dialog {
	transform: translateX(0) !important;
}

@media (max-width: 720px) {
	html body .mwraq-popup .mwraq-popup-dialog {
		border-radius: 18px 0 0 18px !important;
		max-width: none !important;
		padding: 22px !important;
		width: min(94vw, 420px) !important;
	}

	.mwraq-popup .mwraq-products-table {
		min-width: 540px !important;
	}
}

/* Full-screen quote flow: no blur, no dimming. */
html body .mwraq-popup .mwraq-popup-backdrop {
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

html body .mwraq-popup .mwraq-popup-dialog {
	background: linear-gradient(180deg, #f5f9ff 0%, #eef5ff 48%, #fff 100%) !important;
	border: 0 !important;
	border-radius: 0 !important;
	bottom: 0 !important;
	box-shadow: none !important;
	height: 100vh !important;
	left: 0 !important;
	max-height: 100vh !important;
	max-width: none !important;
	overflow: auto !important;
	padding: 42px max(24px, calc((100vw - 1120px) / 2)) !important;
	right: 0 !important;
	top: 0 !important;
	transform: translateY(100%) !important;
	width: 100vw !important;
}

html body .mwraq-popup.is-open .mwraq-popup-dialog {
	transform: translateY(0) !important;
}

html body .mwraq-popup .mwraq-popup-panel {
	margin: 0 auto !important;
	max-width: 1120px !important;
}

.mwraq-popup .mwraq-table-wrap {
	background: rgba(255, 255, 255, 0.78) !important;
	border: 1px solid rgba(255, 255, 255, 0.82) !important;
	border-radius: 14px !important;
	box-shadow: 0 24px 70px rgba(8, 18, 37, 0.12) !important;
	padding: 22px !important;
}

.mwraq-popup .mwraq-form {
	margin: 0 auto !important;
	max-width: 760px !important;
}

.mwraq-popup-close {
	position: fixed !important;
	right: 24px !important;
	top: 24px !important;
}

@media (max-width: 720px) {
	html body .mwraq-popup .mwraq-popup-dialog {
		padding: 24px 14px !important;
	}

	.mwraq-popup .mwraq-products-table {
		min-width: 620px !important;
	}

	.mwraq-popup-close {
		right: 14px !important;
		top: 14px !important;
	}
}

/* Footer-rendered overlay escapes boxed Elementor headers and anchors to viewport right edge. */
html body > .mwraq-popup {
	left: 0 !important;
	right: 0 !important;
	width: 100vw !important;
}

html body > .mwraq-popup .mwraq-popup-dialog {
	border-radius: 18px 0 0 18px !important;
	box-shadow: -24px 0 80px rgba(8, 18, 37, 0.24) !important;
	height: 100vh !important;
	left: auto !important;
	max-width: 520px !important;
	padding: 28px !important;
	right: 0 !important;
	transform: translateX(104%) !important;
	width: min(92vw, 520px) !important;
}

html body > .mwraq-popup.is-open .mwraq-popup-dialog {
	transform: translateX(0) !important;
}

@media (max-width: 720px) {
	html body > .mwraq-popup .mwraq-popup-dialog {
		border-radius: 0 !important;
		max-width: none !important;
		width: 100vw !important;
	}
}

/* MWRAQ compact shop controls - stronger */
.woocommerce ul.products li.product .mwraq-button-wrap:not(.is-added),
.products .product .mwraq-button-wrap:not(.is-added) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.woocommerce ul.products li.product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control,
.products .product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 34px !important;
  border-radius: 7px !important;
}

.woocommerce ul.products li.product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control button,
.products .product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control button {
  width: 30px !important;
  min-width: 30px !important;
  height: 34px !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.woocommerce ul.products li.product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control input,
.products .product .mwraq-button-wrap:not(.is-added) .mwraq-qty-control input {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.woocommerce ul.products li.product .mwraq-button-wrap:not(.is-added) .mwraq-add-button,
.products .product .mwraq-button-wrap:not(.is-added) .mwraq-add-button {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* After added: only view quote */
.woocommerce ul.products li.product .mwraq-button-wrap.is-added,
.products .product .mwraq-button-wrap.is-added {
  display: flex !important;
  justify-content: center !important;
}

.woocommerce ul.products li.product .mwraq-button-wrap.is-added .mwraq-view-link,
.products .product .mwraq-button-wrap.is-added .mwraq-view-link {
  display: inline-flex !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}