/* Cart / checkout / thank-you — visual language from Zumi (blue bar, Alexandria). */

body.woocommerce-cart #content.site-content > .container,
body.woocommerce-checkout #content.site-content > .container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-cart #content.site-content > .container > .row,
body.woocommerce-checkout #content.site-content > .container > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.woocommerce-cart #primary.page-no-sidebar,
body.woocommerce-checkout #primary.page-no-sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
	margin: 0;
	padding: 0;
}

body.woocommerce-cart,
body.woocommerce-checkout {
	overflow-x: clip;
}

.hl-checkout-page {
	--hl-cart-color: #0b0284;
	--hl-cart-color-dark: #047ed5;
	--hl-cart-text: #222;
	--hl-cart-muted: #6b7280;
	--hl-cart-line: #e5e7eb;
	--hl-cart-bg: #f7f8fa;
	padding-bottom: 56px;
	font-family: Alexandria, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: var(--hl-cart-text);
	background-color: #fff;
}

.hl-checkout-page .container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	.hl-checkout-page .container {
		width: 540px;
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.hl-checkout-page .container {
		width: 720px;
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.hl-checkout-page .container {
		width: 960px;
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.hl-checkout-page .container {
		width: 1170px;
		max-width: 1170px;
	}
}

.hl-checkout-page .text-center {
	text-align: center;
}

.hl-checkout-page .text-uppercase {
	text-transform: uppercase;
}

.hl-checkout-page .wrapper-breadcrums {
	background-color: var(--hl-cart-color);
	padding: 5px 0 16px;
	color: #fff;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-checkout-page .wrapper-breadcrums h1 {
	margin: 30px 0 10px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	font-family: Alexandria, Arial, sans-serif;
	letter-spacing: 0;
}

.hl-checkout-page .wrapper-breadcrums a {
	color: #fff;
}

.hl-checkout-page .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.hl-checkout-page .breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hl-checkout-page .breadcrumb ul > li {
	text-transform: capitalize;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-family: Alexandria, Arial, sans-serif;
}

.hl-checkout-page .breadcrumb .delimiter {
	margin: 0 8px;
	opacity: 0.85;
}

.hl-checkout-page .breadcrumb .current-item {
	font-weight: 600;
}

.hl-checkout-page__body {
	padding-top: 8px;
	padding-bottom: 20px;
}

.hl-checkout-page .woocommerce {
	margin: 0;
}

.hl-checkout-page .woocommerce-notices-wrapper,
.hl-checkout-page .woocommerce-message,
.hl-checkout-page .woocommerce-info,
.hl-checkout-page .woocommerce-error,
.hl-checkout-page .woocommerce-NoticeGroup {
	margin-bottom: 18px;
}

.hl-checkout-page .woocommerce-message,
.hl-checkout-page .woocommerce-info,
.hl-checkout-page .woocommerce-error,
.hl-checkout-page ul.woocommerce-error {
	border: 1px solid var(--hl-cart-line);
	border-left: 4px solid var(--hl-cart-color);
	background: #f4f9ff;
	color: var(--hl-cart-text);
	padding: 12px 16px;
	border-radius: 8px;
	list-style: none;
}

.hl-checkout-page .woocommerce-error,
.hl-checkout-page ul.woocommerce-error {
	border-left-color: #e11d2e;
	background: #fff5f5;
}

.hl-checkout-page .woocommerce-message a,
.hl-checkout-page .woocommerce-info a {
	color: var(--hl-cart-color);
	font-weight: 600;
}

/* Steps */
.hl-checkout-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 22px 0 28px;
	padding: 0;
	flex-wrap: wrap;
}

.hl-checkout-steps__item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 18px;
}

.hl-checkout-steps__item + .hl-checkout-steps__item::before {
	content: "";
	position: absolute;
	left: -22px;
	top: 50%;
	width: 44px;
	height: 1px;
	background: var(--hl-cart-line);
}

.hl-checkout-steps__link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--hl-cart-muted);
	text-decoration: none;
	font-weight: 500;
}

.hl-checkout-steps__num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid var(--hl-cart-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	background: #fff;
}

.hl-checkout-steps__item.is-current .hl-checkout-steps__num,
.hl-checkout-steps__item.is-done .hl-checkout-steps__num {
	background: var(--hl-cart-color);
	border-color: var(--hl-cart-color);
	color: #fff;
}

.hl-checkout-steps__item.is-current .hl-checkout-steps__label {
	color: var(--hl-cart-text);
	font-weight: 600;
}

.hl-checkout-steps__item.is-done .hl-checkout-steps__label {
	color: var(--hl-cart-color);
}

/* Buttons */
.hl-checkout-page .button,
.hl-checkout-page button.button,
.hl-checkout-page a.button,
.hl-checkout-page #place_order,
.hl-checkout-page .checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 22px;
	border-radius: 6px;
	border: 1px solid var(--hl-cart-color);
	background: var(--hl-cart-color) !important;
	color: #fff !important;
	font-family: Alexandria, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	box-shadow: none !important;
	line-height: 1.2;
	cursor: pointer;
}

.hl-checkout-page .button:hover,
.hl-checkout-page button.button:hover,
.hl-checkout-page a.button:hover,
.hl-checkout-page #place_order:hover,
.hl-checkout-page .checkout-button:hover {
	background: var(--hl-cart-color-dark) !important;
	border-color: var(--hl-cart-color-dark);
	color: #fff !important;
}

.hl-checkout-page .hl-update-cart {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.hl-checkout-page .hl-cart-continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 22px;
	border-radius: 6px;
	border: 1px solid var(--hl-cart-color);
	background: #fff;
	color: var(--hl-cart-color);
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.hl-checkout-page .hl-cart-continue:hover {
	background: #f4f9ff;
	color: var(--hl-cart-color-dark);
}

/* Empty cart — match Zumi copy */
.hl-cart-empty {
	padding: 48px 16px 72px;
	text-align: center;
}

.hl-cart-empty__text {
	margin: 0;
	font-size: 16px;
	color: var(--hl-cart-text);
}

.hl-cart-empty__text a {
	color: var(--hl-cart-color);
	font-weight: 600;
	text-decoration: none;
}

.hl-cart-empty__text a:hover {
	text-decoration: underline;
}

/* Cart layout */
.hl-cart-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}

@media (min-width: 992px) {
	.hl-cart-layout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 32px;
	}
}

.hl-checkout-page table.shop_table {
	width: 100%;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.hl-checkout-page table.cart {
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	overflow: hidden;
}

.hl-checkout-page table.cart thead th {
	background: var(--hl-cart-bg);
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 12px 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: var(--hl-cart-muted);
	text-align: left;
}

.hl-checkout-page table.cart td {
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 16px 14px;
	vertical-align: middle;
	background: #fff;
}

.hl-checkout-page table.cart tbody tr:last-child td {
	border-bottom: 0;
}

.hl-checkout-page table.cart .product-thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	background: var(--hl-cart-bg);
	border-radius: 8px;
	border: 1px solid var(--hl-cart-line);
	display: block;
}

.hl-checkout-page table.cart .product-name a {
	color: var(--hl-cart-text);
	font-weight: 600;
	text-decoration: none;
	font-size: 15px;
}

.hl-checkout-page table.cart .product-name a:hover {
	color: var(--hl-cart-color);
}

.hl-checkout-page table.cart .variation,
.hl-checkout-page table.cart dl.variation {
	margin: 6px 0 0;
	font-size: 13px;
	color: var(--hl-cart-muted);
}

.hl-checkout-page table.cart .variation dt,
.hl-checkout-page table.cart .variation dd {
	display: inline;
	margin: 0;
	float: none;
}

.hl-checkout-page table.cart .product-price .amount,
.hl-checkout-page table.cart .product-subtotal .amount {
	font-weight: 600;
	color: var(--hl-cart-color);
	white-space: nowrap;
}

.hl-checkout-page table.cart .product-remove .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid var(--hl-cart-line);
	background: #fff !important;
	color: #9ca3af !important;
	font-size: 18px;
	line-height: 1;
	text-decoration: none !important;
}

.hl-checkout-page table.cart .product-remove .remove:hover {
	border-color: #e11d2e;
	color: #e11d2e !important;
	background: #fff5f5 !important;
}

.hl-checkout-page table.cart td.actions {
	padding: 16px;
	background: var(--hl-cart-bg);
}

.hl-cart-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}

.hl-checkout-page .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 !important;
	align-items: center;
}

.hl-checkout-page .coupon .input-text {
	min-height: 44px;
	border: 1px solid var(--hl-cart-line) !important;
	border-radius: 6px;
	padding: 8px 12px;
	min-width: 180px;
	background: #fff;
	font-size: 14px;
}

.hl-checkout-page .coupon .button {
	min-height: 44px;
	text-transform: none;
}

/* Quantity */
.hl-checkout-page .quantity.nb-quantity.style-1 {
	display: inline-flex;
	position: relative;
	width: 92px;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 34px 0 10px;
	text-align: center;
	font-size: 14px;
	box-shadow: none;
	appearance: textfield;
	-moz-appearance: textfield;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty::-webkit-outer-spin-button,
.hl-checkout-page .quantity.nb-quantity.style-1 .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty-buttons {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty-buttons span {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	border-left: 0;
	height: 25px;
	line-height: 23px;
	background: #f2f2f2;
	cursor: pointer;
	box-sizing: border-box;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty-buttons span.quantity-plus {
	border-radius: 0 3px 0 0;
}

.hl-checkout-page .quantity.nb-quantity.style-1 .qty-buttons span.quantity-minus {
	border-top: 0;
	border-radius: 0 0 3px 0;
}

/* Totals */
.hl-checkout-page .cart-collaterals {
	width: 100% !important;
	float: none !important;
}

.hl-checkout-page .cart_totals {
	width: 100% !important;
	float: none !important;
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 20px 18px 18px;
	background: #fff;
}

.hl-checkout-page .cart_totals h2 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.hl-checkout-page .cart_totals table th,
.hl-checkout-page .cart_totals table td {
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 10px 0;
	background: transparent;
}

.hl-checkout-page .cart_totals table th {
	font-weight: 500;
	color: var(--hl-cart-muted);
	text-align: left;
}

.hl-checkout-page .cart_totals table td {
	text-align: right;
	font-weight: 600;
}

.hl-checkout-page .cart_totals .order-total th,
.hl-checkout-page .cart_totals .order-total td {
	border-bottom: 0;
	padding-top: 14px;
	font-size: 16px;
	color: var(--hl-cart-text);
}

.hl-checkout-page .cart_totals .order-total .amount {
	color: var(--hl-cart-color);
	font-size: 20px;
}

.hl-checkout-page .wc-proceed-to-checkout {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
}

.hl-checkout-page .wc-proceed-to-checkout .checkout-button {
	width: 100%;
}

/* Checkout form */
.hl-checkout-page form.checkout {
	margin: 0;
}

.hl-checkout-page #customer_details.col2-set,
.hl-checkout-page .hl-checkout-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	width: 100%;
	float: none;
}

.hl-checkout-page #customer_details .col-1,
.hl-checkout-page #customer_details .col-2 {
	width: 100%;
	float: none;
	max-width: none;
	padding: 0;
}

@media (min-width: 992px) {
	.hl-checkout-page #customer_details.col2-set,
	.hl-checkout-page .hl-checkout-layout {
		grid-template-columns: minmax(0, 1fr) 380px;
		gap: 32px;
		align-items: start;
	}

	.hl-checkout-page .hl-checkout-layout__aside,
	.hl-checkout-page #customer_details .col-2 {
		position: sticky;
		top: 20px;
	}
}

.hl-checkout-page .woocommerce-billing-fields,
.hl-checkout-page .woocommerce-shipping-fields,
.hl-checkout-page .woocommerce-additional-fields {
	background: #fff;
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 20px 20px 8px;
	margin-bottom: 16px;
}

.hl-checkout-page form.checkout h3,
.hl-checkout-page .woocommerce-billing-fields h3,
.hl-checkout-page .woocommerce-additional-fields h3,
.hl-checkout-page #order_review_heading {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.hl-checkout-page .form-row {
	margin: 0 0 14px;
	padding: 0;
}

.hl-checkout-page .form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	color: var(--hl-cart-text);
}

.hl-checkout-page .form-row .optional {
	color: var(--hl-cart-muted);
	font-weight: 400;
}

.hl-checkout-page .form-row input.input-text,
.hl-checkout-page .form-row textarea.input-text,
.hl-checkout-page .form-row select,
.hl-checkout-page .select2-container .select2-selection--single {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--hl-cart-line) !important;
	border-radius: 6px;
	padding: 8px 12px;
	background: #fff;
	box-shadow: none;
	font-size: 14px;
}

.hl-checkout-page .form-row textarea.input-text {
	min-height: 90px;
}

.hl-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
	padding: 0;
}

.hl-checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.hl-checkout-page .checkout-order-review {
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 20px 18px 18px;
	background: #fff;
}

.hl-checkout-page .woocommerce-checkout-review-order-table thead th {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--hl-cart-muted);
}

.hl-checkout-page .woocommerce-checkout-review-order-table td,
.hl-checkout-page .woocommerce-checkout-review-order-table th {
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 12px 0;
	background: transparent;
	vertical-align: middle;
}

.hl-checkout-page .woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
	font-weight: 500;
	color: var(--hl-cart-muted);
}

.hl-checkout-page .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .order-total th,
.hl-checkout-page .woocommerce-checkout-review-order-table .order-total td {
	border-bottom: 0;
	font-size: 16px;
	color: var(--hl-cart-text);
	font-weight: 700;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .order-total .amount {
	color: var(--hl-cart-color);
}

.hl-review-product {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

.hl-review-product__thumb {
	flex: 0 0 auto;
}

.hl-review-product__thumb img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	background: var(--hl-cart-bg);
	border: 1px solid var(--hl-cart-line);
	border-radius: 6px;
	display: block;
}

.hl-review-product__info {
	flex: 1 1 0;
	min-width: 0;
	word-break: break-word;
}

.hl-review-product .hl-design-cart-meta,
.hl-review-product .variation {
	flex: 1 1 100%;
	width: 100%;
	margin-top: 0;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .product-name {
	min-width: 0;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .product-total {
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
	padding-left: 12px;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .cart_item--custom-design td {
	vertical-align: top;
}

#payment.woocommerce-checkout-payment {
	background: transparent !important;
	border: 0 !important;
	padding: 12px 0 0 !important;
}

.hl-checkout-page #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}

.hl-checkout-page #payment ul.payment_methods li {
	border: 1px solid var(--hl-cart-line);
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0 0 8px;
	background: #fff;
}

.hl-checkout-page #payment .payment_box {
	background: var(--hl-cart-bg);
	border-radius: 6px;
	padding: 10px 12px;
	margin: 10px 0 0;
}

.hl-checkout-page #payment .place-order {
	margin: 0;
	padding: 0;
}

.hl-checkout-page #place_order {
	width: 100%;
}

.hl-checkout-page .woocommerce-form-coupon-toggle,
.hl-checkout-page .woocommerce-form-login-toggle {
	margin-bottom: 16px;
}

.hl-checkout-page form.checkout_coupon,
.hl-checkout-page form.woocommerce-form-login {
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 18px;
	background: #fff;
}

.hl-checkout-page form.checkout_coupon .form-row {
	display: inline-block;
	width: auto;
	margin-right: 8px;
}

/* Thank you */
.hl-thankyou {
	max-width: 860px;
	margin: 0 auto 20px;
}

.hl-thankyou__hero {
	text-align: center;
	padding: 12px 0 24px;
}

.hl-thankyou__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--hl-cart-color);
	color: #fff;
	font-size: 28px;
	margin-bottom: 14px;
}

.hl-checkout-page .form-row-first,
.hl-checkout-page .form-row-last {
	float: left;
	width: 48%;
	overflow: visible;
}

.hl-checkout-page .form-row-first {
	margin-right: 4%;
}

.hl-checkout-page .form-row-wide {
	float: none;
	width: 100%;
}

.hl-checkout-page .woocommerce-billing-fields__field-wrapper::after,
.hl-checkout-page .woocommerce-shipping-fields__field-wrapper::after,
.hl-checkout-page .woocommerce-additional-fields__field-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.hl-checkout-page #ship-to-different-address {
	font-size: 15px;
	margin: 0 0 12px;
}

.hl-checkout-page.is-thankyou .woocommerce > .woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border: 0;
	background: transparent;
	padding: 12px 0 8px;
	color: var(--hl-cart-text);
}

.hl-checkout-page.is-thankyou .woocommerce > .woocommerce-thankyou-order-received::before {
	content: "✓";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--hl-cart-color);
	color: #fff;
	font-size: 28px;
}

.hl-checkout-page.is-thankyou form.woocommerce-form-login {
	max-width: 520px;
	margin: 16px auto 24px;
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}

.hl-thankyou .woocommerce-thankyou-order-received {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--hl-cart-text);
}

.hl-thankyou .woocommerce-order-overview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

@media (min-width: 768px) {
	.hl-thankyou .woocommerce-order-overview {
		grid-template-columns: repeat(4, 1fr);
	}
}

.hl-thankyou .woocommerce-order-overview li {
	margin: 0;
	padding: 14px;
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	background: #fff;
	font-size: 13px;
	color: var(--hl-cart-muted);
}

.hl-thankyou .woocommerce-order-overview li strong {
	display: block;
	margin-top: 4px;
	font-size: 15px;
	color: var(--hl-cart-text);
}

.hl-thankyou__details {
	border: 1px solid var(--hl-cart-line);
	border-radius: 10px;
	padding: 18px 18px 8px;
	background: #fff;
	margin-bottom: 22px;
}

.hl-thankyou__details h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.hl-thankyou__details table.shop_table th,
.hl-thankyou__details table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--hl-cart-line);
	padding: 10px 0;
	background: transparent;
}

.hl-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

/* Custom design products (Thiết kế đồng phục) — compact row */
.hl-checkout-page table.cart tr.cart_item--custom-design td {
	vertical-align: middle;
}

.hl-checkout-page table.cart tr.cart_item--custom-design .product-price,
.hl-checkout-page table.cart tr.cart_item--custom-design .product-quantity,
.hl-checkout-page table.cart tr.cart_item--custom-design .product-subtotal {
	padding-top: 16px;
}

.hl-design-cart-meta {
	margin-top: 8px;
	max-width: 100%;
}

.hl-design-cart-meta__main {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border: 1px solid var(--hl-cart-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
}

.hl-design-cart-meta__previews {
	flex: 0 0 auto;
}

.hl-design-cart-meta__body {
	flex: 1 1 auto;
	min-width: 0;
}

.hl-design-cart-meta__specs {
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.35;
	color: var(--hl-cart-text);
}

.hl-design-cart-meta__sep {
	margin: 0 6px;
	color: #c4c9d0;
}

.hl-design-color {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.hl-design-color__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid rgb(0 0 0 / 12%);
	vertical-align: middle;
	margin-right: 2px;
}

.hl-design-cart-meta__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.hl-design-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.hl-design-badge--custom {
	background: rgb(0 148 255 / 10%);
	color: var(--hl-cart-color);
	border: 1px solid rgb(0 148 255 / 22%);
}

.hl-design-badge--art {
	background: rgb(16 185 129 / 10%);
	color: #047857;
	border: 1px solid rgb(16 185 129 / 22%);
}

.hl-design-badge--art .amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.hl-design-badge--art small {
	font-size: 10px;
	font-weight: 500;
	opacity: 0.85;
	margin-left: 2px;
}

.hl-design-cart-meta__details {
	margin-top: 4px;
}

.hl-design-cart-meta__details summary {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--hl-cart-color);
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.hl-design-cart-meta__details summary::-webkit-details-marker {
	display: none;
}

.hl-design-cart-meta__details summary::before {
	content: "▸";
	font-size: 10px;
	transition: transform 0.15s ease;
}

.hl-design-cart-meta__details[open] summary::before {
	transform: rotate(90deg);
}

.hl-design-cart-meta__details-inner {
	margin-top: 6px;
	padding: 8px 10px;
	border: 1px dashed var(--hl-cart-line);
	border-radius: 6px;
	background: #fff;
}

.halink-design-preview-grid--cart-compact {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
}

.halink-design-preview-grid--cart-compact .halink-design-preview-grid__item {
	flex: 0 0 auto;
	margin: 0;
}

.halink-design-preview-grid--cart-compact .halink-design-preview-grid__item a {
	display: block;
	line-height: 0;
}

.halink-design-preview-grid--cart-compact .halink-design-preview-grid__item img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	border: 1px solid var(--hl-cart-line);
	border-radius: 4px;
	background: #fff;
}

.hl-design-art-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hl-design-art-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 3px 0;
	font-size: 12px;
	border-bottom: 1px solid rgb(229 231 235 / 80%);
}

.hl-design-art-list li:last-child {
	border-bottom: 0;
}

.hl-design-art-list__price {
	color: var(--hl-cart-color);
	font-weight: 600;
}

.hl-design-cart-meta__notes {
	margin: 6px 0 0;
	font-size: 12px;
	color: var(--hl-cart-muted);
	line-height: 1.45;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .hl-design-cart-meta {
	margin-top: 2px;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .hl-design-cart-meta__main {
	flex-direction: column;
	align-items: flex-start;
	padding: 8px 10px;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .hl-design-cart-meta__previews {
	width: 100%;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .halink-design-preview-grid--cart-compact {
	flex-wrap: wrap;
}

.hl-checkout-page .woocommerce-checkout-review-order-table .halink-design-preview-grid--cart-compact .halink-design-preview-grid__item img {
	width: 32px;
	height: 32px;
}

.mini-cart-wrap .hl-design-cart-meta__main {
	padding: 6px 8px;
}

.mini-cart-wrap .hl-design-cart-meta__specs {
	font-size: 12px;
}

.mini-cart-wrap .halink-design-preview-grid--cart-compact .halink-design-preview-grid__item img {
	width: 32px;
	height: 32px;
}

@media (max-width: 767px) {
	.hl-checkout-page .wrapper-breadcrums h1 {
		font-size: 1.8rem;
		margin-top: 18px;
	}

	.hl-checkout-page table.cart thead {
		display: none;
	}

	.hl-checkout-page table.cart,
	.hl-checkout-page table.cart tbody,
	.hl-checkout-page table.cart tr.cart_item,
	.hl-checkout-page table.cart td {
		display: block;
		width: 100%;
	}

	.hl-checkout-page table.cart tr.cart_item {
		position: relative;
		padding: 16px 16px 16px 112px;
		border-bottom: 1px solid var(--hl-cart-line);
	}

	.hl-checkout-page table.cart tr.cart_item--custom-design {
		padding-bottom: 20px;
	}

	.hl-checkout-page table.cart tr.cart_item--custom-design .product-price,
	.hl-checkout-page table.cart tr.cart_item--custom-design .product-quantity,
	.hl-checkout-page table.cart tr.cart_item--custom-design .product-subtotal {
		padding-top: 8px;
	}

	.hl-design-cart-meta__main {
		flex-direction: column;
		align-items: flex-start;
	}

	.hl-checkout-page table.cart td {
		border: 0 !important;
		padding: 4px 0 !important;
		text-align: left !important;
	}

	.hl-checkout-page table.cart td.product-remove {
		position: absolute;
		top: 12px;
		right: 12px;
		width: auto;
	}

	.hl-checkout-page table.cart td.product-thumbnail {
		position: absolute;
		left: 16px;
		top: 16px;
		width: 80px;
	}

	.hl-checkout-page table.cart td::before {
		display: none !important;
	}

	.hl-checkout-page table.cart td.actions {
		padding: 16px !important;
	}

	.hl-checkout-steps__label {
		display: none;
	}

	.hl-checkout-steps__item {
		padding: 0 10px;
	}

	.hl-checkout-page .form-row-first,
	.hl-checkout-page .form-row-last {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.hl-checkout-steps__item + .hl-checkout-steps__item::before {
		left: -16px;
		width: 32px;
	}
}
