/* Commerce shell — cart / checkout / account V2 wrapper */

body.hh-v2-commerce-page {
	background: #f4f1ed;
}

body.hh-v2-commerce-page .site-main,
body.hh-v2-commerce-page #primary {
	max-width: none;
	padding: 0;
}

.hh-v2-commerce-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 1.25rem 1rem 3rem;
}

.hh-v2-commerce-shell__head {
	margin-bottom: 1.25rem;
}

.hh-v2-commerce-shell__title {
	font-family: var(--hh-font-display, "Cormorant Garamond", serif);
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 600;
	color: #1a1a1a;
	margin: 0;
}

.hh-v2-commerce-shell__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(26, 26, 26, 0.06);
	padding: clamp(1rem, 3vw, 2rem);
}

.hh-v2-commerce-shell__empty-lead {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: #1a1a1a;
}

.hh-v2-commerce-shell__empty-sub {
	margin: 0 0 1.25rem;
	color: #5c5c5c;
}

.hh-v2-commerce-shell__empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

/* Woo tables & forms */
.hh-v2-commerce-shell .woocommerce table.shop_table {
	border: 1px solid #ece7e1;
	border-radius: 12px;
	overflow: hidden;
}

.hh-v2-commerce-shell .woocommerce table.shop_table th,
.hh-v2-commerce-shell .woocommerce table.shop_table td {
	padding: 0.85rem 1rem;
	border-color: #ece7e1;
}

.hh-v2-commerce-shell .woocommerce .button,
.hh-v2-commerce-shell .woocommerce button.button,
.hh-v2-commerce-shell .woocommerce a.button,
.hh-v2-commerce-shell .woocommerce input.button {
	background: #c41e3a !important;
	border-color: #c41e3a !important;
	color: #fff !important;
	border-radius: 999px;
	font-weight: 600;
	padding: 0.65rem 1.35rem;
}

.hh-v2-commerce-shell .woocommerce .button.alt,
.hh-v2-commerce-shell .woocommerce #place_order {
	background: #c41e3a !important;
}

.hh-v2-commerce-shell .woocommerce form .form-row input.input-text,
.hh-v2-commerce-shell .woocommerce form .form-row textarea,
.hh-v2-commerce-shell .woocommerce form .form-row select {
	border: 1px solid #d8d0c8;
	border-radius: 10px;
	padding: 0.65rem 0.85rem;
}

.hh-v2-commerce-shell .woocommerce-checkout #order_review,
.hh-v2-commerce-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.hh-v2-commerce-shell .woocommerce-account .woocommerce-MyAccount-content {
	background: transparent;
}

.hh-v2-commerce-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hh-v2-commerce-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
	display: inline-block;
	padding: 0.45rem 0.9rem;
	border: 1px solid #d8d0c8;
	border-radius: 999px;
	text-decoration: none;
	color: #1a1a1a;
}

.hh-v2-commerce-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

@media (max-width: 767px) {
	.hh-v2-commerce-shell {
		padding: 1rem 0.75rem 2.5rem;
	}

	.hh-v2-commerce-shell__card {
		padding: 1rem;
		border-radius: 12px;
	}

	.hh-v2-commerce-shell .woocommerce table.shop_table {
		font-size: 0.9rem;
	}
}
