/**
 * @ownership commerce-chrome
 * Phase 034.2.1B — Compact commerce site header + journey spacing.
 *
 * woocommerce-commerce-chrome.css
 * ----------------
 * Allowed selectors:
 *   body.dsp-commerce-chrome*
 *   .dsp-commerce*
 *   .dsp-site-header*
 *
 * Forbidden:
 *   body (bare)
 *   html
 *   main
 *   .dsp-product-card*
 *   .dsp-home*
 *
 * Scoped to body.dsp-commerce-chrome (cart, checkout, thank-you, orders).
 */

body.dsp-commerce-chrome .dsp-site-header__inner {
	min-height: 3.25rem;
	gap: var(--dsp-space-2);
	padding-block: var(--dsp-space-2);
	flex-wrap: nowrap;
}

body.dsp-commerce-chrome .dsp-site-header__brand {
	flex-shrink: 0;
}

body.dsp-commerce-chrome .dsp-site-header__navigation {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: center;
}

body.dsp-commerce-chrome .dsp-site-header__utilities {
	flex-shrink: 0;
	gap: var(--dsp-space-1);
}

body.dsp-commerce-chrome .dsp-nav__list {
	flex-wrap: nowrap;
}

body.dsp-commerce-chrome .dsp-nav__link {
	padding: var(--dsp-space-2) var(--dsp-space-3);
	font-size: var(--dsp-font-size-xs);
}

body.dsp-commerce-chrome .dsp-preferences--desktop .dsp-preferences__field {
	flex-direction: row;
	align-items: center;
	gap: var(--dsp-space-1);
}

body.dsp-commerce-chrome .dsp-preferences--desktop .dsp-preferences__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.dsp-commerce-chrome .dsp-preferences--desktop .dsp-preferences__control {
	width: 5.5rem;
	padding-inline: var(--dsp-space-2) var(--dsp-space-5);
}

body.dsp-commerce-chrome .dsp-site-header__logo-img,
body.dsp-commerce-chrome .dsp-site-header__logo img,
body.dsp-commerce-chrome .dsp-site-header__logo .custom-logo-link img {
	height: 40px;
	max-height: 40px;
}

body.dsp-commerce-chrome .dsp-site-header__utility {
	min-width: 2.25rem;
	min-height: 2.25rem;
}

body.dsp-commerce-chrome .dsp-main {
	padding-block: var(--dsp-space-4);
}

body.dsp-commerce-chrome .dsp-commerce {
	padding-block: var(--dsp-space-5) var(--dsp-space-10);
}

body.dsp-commerce-chrome .dsp-commerce-header {
	margin-bottom: var(--dsp-space-5);
}

body.dsp-commerce-chrome .dsp-commerce-header__title {
	font-size: clamp(1.5rem, 2.5vw, var(--dsp-font-size-2xl));
}

@media (max-width: 1023px) {
	.dsp-commerce__layout,
	.dsp-commerce__layout--checkout {
		grid-template-columns: 1fr;
	}

	.dsp-commerce__sidebar,
	.dsp-commerce__sidebar .cart_totals,
	.dsp-commerce__sidebar #order_review {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.dsp-commerce .dsp-container {
		overflow-x: clip;
	}
}

@media (max-width: 767px) {
	body.dsp-commerce-chrome .dsp-site-header__navigation {
		display: none;
	}

	.dsp-commerce__layout {
		gap: var(--dsp-space-6);
	}
}
