/* 5Hunnid4teen — WooCommerce checkout + stem uploader
   Brand tokens mirror the Elementor build so the shop does not read as bolted on. */

.woocommerce-page,
.woocommerce-checkout,
.woocommerce-order-received {
	--h4t-ink: #0a0a0a;
	--h4t-ink-2: #141414;
	--h4t-ink-3: #1f1f1f;
	--h4t-bone: #f4f2ef;
	--h4t-bone-dim: #c9c6c1;
	--h4t-gray: #8a8a8a;
	--h4t-red: #c80000;
	--h4t-red-hi: #e50914;
}

/* ---------- shared shell ---------- */
.woocommerce-checkout .site-content,
.woocommerce-order-received .site-content {
	background: var(--h4t-ink);
}

.woocommerce form .form-row label,
.woocommerce-checkout h3 {
	color: var(--h4t-bone);
	font-family: Inter, system-ui, sans-serif;
}

.woocommerce-checkout h3 {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 22px;
	margin: 32px 0 14px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	background: var(--h4t-ink-2);
	border: 1px solid var(--h4t-ink-3);
	border-radius: 8px;
	color: var(--h4t-bone);
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	padding: 12px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
	border-color: var(--h4t-red);
	box-shadow: 0 0 0 3px rgba(200, 0, 0, 0.18);
	outline: none;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
	color: var(--h4t-gray);
}

.h4t-hidden {
	display: none !important;
}

/* ---------- notes + policy ---------- */
.h4t-checkout-extra .h4t-notes textarea {
	min-height: 130px;
	resize: vertical;
}

.h4t-policy-box {
	background: var(--h4t-ink-2);
	border: 1px solid var(--h4t-ink-3);
	border-left: 3px solid var(--h4t-red);
	border-radius: 8px;
	padding: 16px 18px;
	margin: 18px 0 14px;
}

.h4t-policy-text {
	color: var(--h4t-bone-dim);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 10px;
}

.h4t-policy-text:last-child {
	margin-bottom: 0;
}

.h4t-policy-text strong {
	color: var(--h4t-bone);
}

.h4t-ack {
	margin-bottom: 8px;
}

.h4t-ack label {
	color: var(--h4t-bone) !important;
	font-size: 15px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.h4t-ack input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--h4t-red);
	flex: 0 0 auto;
}

/* ---------- pay button ---------- */
.woocommerce #payment #place_order,
.woocommerce-checkout button.button.alt {
	background: var(--h4t-red);
	color: var(--h4t-bone);
	font-family: Anton, Impact, sans-serif;
	font-size: 17px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	padding: 16px 30px;
	width: 100%;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce #payment #place_order:hover,
.woocommerce-checkout button.button.alt:hover {
	background: var(--h4t-red-hi);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(200, 0, 0, 0.32);
}

/* ---------- thank you ---------- */
.h4t-booked {
	text-align: center;
	padding: 8px 0 4px;
}

.h4t-booked-emoji {
	font-size: 46px;
	margin: 0 0 4px;
	line-height: 1;
}

.h4t-booked-title {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	color: var(--h4t-bone);
	font-size: clamp(30px, 5vw, 44px);
	margin: 0 0 6px;
	letter-spacing: 0.01em;
}

.h4t-booked-order {
	color: var(--h4t-gray);
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.h4t-upload-card {
	background: var(--h4t-ink-2);
	border: 1px solid var(--h4t-ink-3);
	border-radius: 12px;
	padding: 30px 26px;
	text-align: left;
	max-width: 760px;
	margin: 0 auto 34px;
}

.h4t-upload-title {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	color: var(--h4t-bone);
	font-size: 24px;
	margin: 0 0 10px;
}

.h4t-upload-sub {
	color: var(--h4t-bone-dim);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 6px;
}

.h4t-upload-hint,
.h4t-upload-retention {
	color: var(--h4t-gray);
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.h4t-upload-existing {
	color: var(--h4t-bone);
	background: rgba(200, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	margin: 0 0 16px;
}

.h4t-upload-max {
	color: var(--h4t-gray);
	font-size: 13px;
	text-align: center;
	margin: 14px 0 0;
}

.h4t-upload-done {
	color: var(--h4t-bone);
	background: rgba(200, 0, 0, 0.14);
	border-left: 3px solid var(--h4t-red);
	border-radius: 8px;
	padding: 14px 16px;
	margin: 16px 0 0;
	font-size: 15px;
}

.h4t-upload-error {
	color: var(--h4t-bone);
	background: var(--h4t-ink-3);
	border-left: 3px solid var(--h4t-red);
	border-radius: 8px;
	padding: 16px;
	margin: 0;
}

/* ---------- Uppy, restyled to the brand ---------- */
#h4t-uploader .uppy-Dashboard-inner {
	background: var(--h4t-ink);
	border: 1px dashed #333;
	border-radius: 10px;
}

#h4t-uploader .uppy-Dashboard-AddFiles {
	border: none;
}

#h4t-uploader .uppy-Dashboard-AddFiles-title,
#h4t-uploader .uppy-Dashboard-note {
	color: var(--h4t-bone-dim);
	font-family: Inter, system-ui, sans-serif;
}

#h4t-uploader .uppy-Dashboard-browse {
	color: var(--h4t-red-hi);
	font-weight: 600;
}

#h4t-uploader .uppy-StatusBar-actionBtn--upload {
	background: var(--h4t-red);
	font-family: Anton, Impact, sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 8px;
}

#h4t-uploader .uppy-StatusBar-actionBtn--upload:hover {
	background: var(--h4t-red-hi);
}

#h4t-uploader .uppy-StatusBar,
#h4t-uploader .uppy-StatusBar.is-waiting {
	background: var(--h4t-ink-2);
}

#h4t-uploader .uppy-StatusBar-progress {
	background: var(--h4t-red);
}

#h4t-uploader .uppy-Dashboard-Item {
	border-bottom-color: var(--h4t-ink-3);
}

#h4t-uploader .uppy-Dashboard-Item-name,
#h4t-uploader .uppy-Dashboard-Item-statusSize,
#h4t-uploader .uppy-StatusBar-statusPrimary {
	color: var(--h4t-bone);
}

@media (max-width: 640px) {
	.h4t-upload-card {
		padding: 22px 16px;
	}
}

/* ---------- Interac e-Transfer instructions ---------- */
.h4t-etransfer {
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-left: 3px solid var(--h4t-red, #c80000);
	border-radius: 12px;
	padding: 26px;
	max-width: 760px;
	margin: 0 auto 28px;
}

.h4t-etransfer h3 {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	color: var(--h4t-bone, #f4f2ef);
	font-size: 22px;
	margin: 0 0 16px;
}

.h4t-etransfer-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.h4t-etransfer-list li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid var(--h4t-ink-3, #1f1f1f);
	font-family: Inter, system-ui, sans-serif;
}

.h4t-etransfer-list li:last-child {
	border-bottom: none;
}

.h4t-et-k {
	color: var(--h4t-gray, #8a8a8a);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	flex: 0 0 auto;
}

.h4t-et-v {
	color: var(--h4t-bone, #f4f2ef);
	font-size: 15px;
	font-weight: 600;
	text-align: right;
	word-break: break-word;
}

.h4t-etransfer-note {
	color: var(--h4t-bone-dim, #c9c6c1);
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

/* ---------- Order received: WooCommerce's own defaults land dark-blue on
   near-black here, which is close to unreadable. Repaint the whole block. ---------- */
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-notice--success {
	color: var(--h4t-bone, #f4f2ef);
	font-family: Inter, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px;
}

.woocommerce ul.order_details {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 30px;
	list-style: none;
	margin: 0 auto 30px;
	padding: 20px 24px;
	max-width: 900px;
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 12px;
}

.woocommerce ul.order_details li {
	float: none;
	margin: 0;
	padding: 0 30px 0 0;
	border-right: 1px solid var(--h4t-ink-3, #1f1f1f);
	color: var(--h4t-gray, #8a8a8a);
	font-family: Inter, system-ui, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.4;
}

.woocommerce ul.order_details li:last-child {
	border-right: none;
	padding-right: 0;
}

.woocommerce ul.order_details li strong {
	display: block;
	margin-top: 6px;
	color: var(--h4t-bone, #f4f2ef);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	color: var(--h4t-bone, #f4f2ef);
	font-size: 22px;
	margin: 30px 0 14px;
}

.woocommerce table.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
	font-family: Inter, system-ui, sans-serif;
}

.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td {
	padding: 13px 14px;
	border-bottom: 1px solid var(--h4t-ink-3, #1f1f1f);
	text-align: left;
	color: var(--h4t-bone-dim, #c9c6c1);
	font-size: 15px;
}

.woocommerce table.woocommerce-table--order-details thead th {
	color: var(--h4t-gray, #8a8a8a);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot td {
	color: var(--h4t-bone, #f4f2ef);
	font-weight: 700;
}

.woocommerce table.woocommerce-table--order-details a {
	color: var(--h4t-bone, #f4f2ef);
	text-decoration: none;
	border-bottom: 1px solid var(--h4t-red, #c80000);
}

.woocommerce table.woocommerce-table--order-details a:hover {
	color: var(--h4t-red-hi, #e50914);
}

.woocommerce-customer-details address {
	color: var(--h4t-bone-dim, #c9c6c1);
	font-family: Inter, system-ui, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 1.7;
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 10px;
	padding: 18px 20px;
}

.woocommerce-customer-details address a,
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	color: var(--h4t-bone, #f4f2ef);
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background: var(--h4t-ink-2, #141414);
	border-top: 3px solid var(--h4t-red, #c80000);
	color: var(--h4t-bone, #f4f2ef);
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
	color: var(--h4t-red, #c80000);
}

@media (max-width: 640px) {
	.woocommerce ul.order_details {
		gap: 16px;
		padding: 18px;
	}

	.woocommerce ul.order_details li {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
}

/* ---------- Cart + checkout surfaces ----------
   Woo/Astra ship blue buttons, white table headers and near-black price text,
   none of which survive contact with this palette. Red below is the same
   #c80000 / #e50914 pair as the header Book Now button. ---------- */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button {
	background: var(--h4t-red, #c80000);
	color: #fff;
	font-family: Inter, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	border: none;
	border-radius: 8px;
	padding: 13px 26px;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-message a.button:hover {
	background: var(--h4t-red-hi, #e50914);
	color: #fff;
	box-shadow: 0 8px 20px rgba(200, 0, 0, 0.3);
}

/* Money, everywhere it appears */
.woocommerce .woocommerce-Price-amount,
.woocommerce .woocommerce-Price-currencySymbol,
.woocommerce td.product-price,
.woocommerce td.product-subtotal,
.woocommerce td.product-total,
.woocommerce .cart_totals .amount,
.woocommerce .cart-subtotal .amount,
.woocommerce .order-total .amount,
.woocommerce ul.order_details li strong .amount {
	color: var(--h4t-bone, #f4f2ef);
}

.woocommerce .order-total .amount,
.woocommerce .cart-subtotal .amount {
	font-weight: 700;
}

/* Line-item tables */
.woocommerce table.shop_table {
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 12px;
	color: var(--h4t-bone-dim, #c9c6c1);
	font-family: Inter, system-ui, sans-serif;
}

.woocommerce table.shop_table thead th {
	background: var(--h4t-ink-3, #1f1f1f);
	color: var(--h4t-gray, #8a8a8a);
	font-family: Inter, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--h4t-ink-3, #1f1f1f);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border-top: 1px solid var(--h4t-ink-3, #1f1f1f);
	color: var(--h4t-bone-dim, #c9c6c1);
}

.woocommerce table.shop_table tfoot th {
	color: var(--h4t-gray, #8a8a8a);
	font-weight: 600;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table td.product-name {
	color: var(--h4t-bone, #f4f2ef);
	text-decoration: none;
	font-weight: 600;
}

.woocommerce table.shop_table td.product-name a:hover {
	color: var(--h4t-red-hi, #e50914);
}

.woocommerce table.shop_table td.product-thumbnail img {
	border-radius: 8px;
}

.woocommerce a.remove {
	color: var(--h4t-gray, #8a8a8a) !important;
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background: var(--h4t-red, #c80000) !important;
}

/* Cart totals panel */
.woocommerce .cart_totals {
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 12px;
	padding: 24px;
}

.woocommerce .cart_totals h2,
.woocommerce-cart .cart-collaterals h2 {
	background: transparent;
	color: var(--h4t-bone, #f4f2ef);
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.02em;
	padding: 0 0 14px;
	margin: 0;
}

.woocommerce .cart_totals table.shop_table {
	background: transparent;
	border: none;
}

.woocommerce .cart_totals th {
	color: var(--h4t-gray, #8a8a8a);
	font-weight: 600;
}

/* Coupon field sits outside .form-row, so it misses the input styling above */
.woocommerce #coupon_code {
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 8px;
	color: var(--h4t-bone, #f4f2ef);
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	padding: 12px 14px;
}

.woocommerce #coupon_code::placeholder {
	color: var(--h4t-gray, #8a8a8a);
}

/* Checkout order review */
.woocommerce-checkout #order_review_heading {
	font-family: Anton, Impact, sans-serif;
	text-transform: uppercase;
	color: var(--h4t-bone, #f4f2ef);
	font-size: 22px;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
	color: var(--h4t-bone, #f4f2ef);
}

.woocommerce-checkout #payment {
	background: var(--h4t-ink-2, #141414);
	border: 1px solid var(--h4t-ink-3, #1f1f1f);
	border-radius: 12px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--h4t-ink-3, #1f1f1f);
}

.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce-checkout #payment div.payment_box {
	color: var(--h4t-bone, #f4f2ef);
}

.woocommerce-checkout #payment div.payment_box {
	background: var(--h4t-ink-3, #1f1f1f);
	color: var(--h4t-bone-dim, #c9c6c1);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--h4t-ink-3, #1f1f1f);
}

@media (max-width: 640px) {
	.woocommerce table.shop_table thead th {
		font-size: 10px;
	}
}
