.woocommerce-main { padding-block: clamp(44px,7vw,88px); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto !important; margin: 0 !important; padding: 0 0 20px; overflow: hidden; background: #fff; border: 1px solid var(--np-border); border-radius: var(--np-radius); }
.woocommerce ul.products li.product a img { margin: 0 0 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-right: 18px; margin-left: 18px; }
.woocommerce ul.products li.product .price { color: var(--np-accent); font-weight: 700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { padding: 12px 18px; background: var(--np-accent); color: var(--np-secondary); border-radius: var(--np-radius); font-family: var(--np-button-font); font-size: var(--np-button-size); font-weight: var(--np-button-weight); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--np-accent); color: #fff; opacity: .86; }
.woocommerce span.onsale { min-width: 48px; min-height: 48px; display: grid; place-items: center; background: var(--np-accent); }
.woocommerce div.product div.images img { border-radius: var(--np-radius); }
.woocommerce div.product .product_title { font-size: clamp(2rem,4vw,3rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--np-accent); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--np-accent); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--np-accent); }
@media(max-width:1024px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:782px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.woocommerce ul.products{grid-template-columns:1fr}}

/* =========================================================
   Kios Store Modern Checkout
   ========================================================= */
body.np-modern-checkout .site-main {
	padding-block: clamp(28px, 4vw, 56px);
}
body.np-modern-checkout .content-layout {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0;
}
body.np-modern-checkout .widget-area,
body.np-modern-checkout .entry-header,
body.np-modern-checkout .breadcrumbs,
body.np-modern-checkout .breadcrumb,
body.np-modern-checkout .woocommerce-breadcrumb {
	display: none !important;
}
body.np-modern-checkout .entry-single,
body.np-modern-checkout .content-area,
body.np-modern-checkout .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
}
body.np-modern-checkout main.np-container {
	width: min(calc(100% - 40px), 1080px);
}

/* Checkout notifications */
body.np-modern-checkout .woocommerce-NoticeGroup,
body.np-modern-checkout .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}
body.np-modern-checkout .woocommerce-error,
body.np-modern-checkout .woocommerce-info,
body.np-modern-checkout .woocommerce-message {
	margin: 0 0 20px;
	border: 1px solid #eadfd6;
	border-top-width: 1px;
	border-radius: 8px;
	background: #fffaf6;
	box-shadow: none;
}

/* Two-column checkout inspired by the supplied reference. */
body.np-modern-checkout form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
	grid-template-areas:
		"customer heading"
		"customer review";
	column-gap: clamp(28px, 4vw, 48px);
	row-gap: 0;
	align-items: start;
	max-width: 1040px;
	margin-inline: auto;
}
body.np-modern-checkout #customer_details {
	grid-area: customer;
	width: 100%;
	float: none;
}
body.np-modern-checkout #order_review_heading {
	grid-area: heading;
	margin: 0 0 14px;
	padding: 0;
	font-family: var(--np-body-font);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.25;
	color: #181512;
}
body.np-modern-checkout #order_review {
	grid-area: review;
	width: 100%;
	float: none;
	padding: clamp(16px, 2vw, 22px);
	border: 1px solid #eee5de;
	border-radius: 8px;
	background: #f8f4ef;
	box-shadow: 0 12px 35px rgba(65, 48, 37, .05);
}
body.np-modern-checkout #customer_details .col-1,
body.np-modern-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}
body.np-modern-checkout #customer_details .col-2 {
	margin-top: 18px;
}
body.np-modern-checkout .woocommerce-billing-fields > h3,
body.np-modern-checkout .woocommerce-shipping-fields > h3,
body.np-modern-checkout .woocommerce-additional-fields > h3 {
	margin: 0 0 18px;
	font-family: var(--np-body-font);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.25;
	color: #181512;
}

/* Field grid. Third-party Indonesian location plugins are left intact and
   district/kecamatan fields are recognised by common IDs/classes. */
body.np-modern-checkout .woocommerce-billing-fields__field-wrapper,
body.np-modern-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}
body.np-modern-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
body.np-modern-checkout .woocommerce-shipping-fields__field-wrapper > .form-row {
	grid-column: 1 / -1;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.np-modern-checkout #billing_first_name_field,
body.np-modern-checkout #billing_last_name_field,
body.np-modern-checkout #shipping_first_name_field,
body.np-modern-checkout #shipping_last_name_field {
	grid-column: span 3;
}
body.np-modern-checkout #billing_state_field,
body.np-modern-checkout #billing_city_field,
body.np-modern-checkout #billing_postcode_field,
body.np-modern-checkout #shipping_state_field,
body.np-modern-checkout #shipping_city_field,
body.np-modern-checkout #shipping_postcode_field,
body.np-modern-checkout .form-row[id*="district"],
body.np-modern-checkout .form-row[id*="subdistrict"],
body.np-modern-checkout .form-row[id*="kecamatan"],
body.np-modern-checkout .form-row[class*="district"],
body.np-modern-checkout .form-row[class*="subdistrict"],
body.np-modern-checkout .form-row[class*="kecamatan"] {
	grid-column: span 2;
}
body.np-modern-checkout .form-row label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #5f554f;
}
body.np-modern-checkout .form-row .required {
	color: #dc5a43;
}
body.np-modern-checkout .form-row input.input-text,
body.np-modern-checkout .form-row textarea,
body.np-modern-checkout .form-row select,
body.np-modern-checkout .select2-container .select2-selection--single {
	width: 100%;
	min-height: 48px;
	margin: 0;
	border: 1px solid #e5ded8;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	font-family: var(--np-body-font);
	font-size: 13px;
	color: #332d29;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
body.np-modern-checkout .form-row input.input-text,
body.np-modern-checkout .form-row select {
	padding: 0 13px;
}
body.np-modern-checkout .form-row textarea {
	min-height: 98px;
	padding: 12px 13px;
	resize: vertical;
}
body.np-modern-checkout .form-row input.input-text:focus,
body.np-modern-checkout .form-row textarea:focus,
body.np-modern-checkout .form-row select:focus,
body.np-modern-checkout .select2-container--open .select2-selection--single {
	outline: none;
	border-color: var(--np-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--np-accent) 12%, transparent);
}
body.np-modern-checkout .select2-container {
	width: 100% !important;
}
body.np-modern-checkout .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 36px 0 13px;
}
body.np-modern-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: normal;
	color: #332d29;
}
body.np-modern-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}
body.np-modern-checkout .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

/* Ship-to-different-address toggle */
body.np-modern-checkout #ship-to-different-address {
	margin: 4px 0 16px;
	font-family: var(--np-body-font);
	font-size: 13px;
	font-weight: 600;
}
body.np-modern-checkout #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
body.np-modern-checkout #ship-to-different-address-checkbox {
	width: 18px;
	height: 18px;
	accent-color: var(--np-accent);
}
body.np-modern-checkout .woocommerce-additional-fields {
	margin-top: 16px;
}

/* Order review card */
body.np-modern-checkout table.shop_table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
body.np-modern-checkout table.shop_table thead {
	display: none;
}
body.np-modern-checkout table.shop_table th,
body.np-modern-checkout table.shop_table td {
	padding: 12px 12px;
	border: 0;
	border-bottom: 1px solid #eee6df;
	font-size: 13px;
	vertical-align: middle;
}
body.np-modern-checkout table.shop_table tr:last-child th,
body.np-modern-checkout table.shop_table tr:last-child td {
	border-bottom: 0;
}
body.np-modern-checkout table.shop_table th {
	font-weight: 600;
	color: #665a53;
}
body.np-modern-checkout table.shop_table td {
	text-align: right;
	color: #332d29;
}
body.np-modern-checkout table.shop_table .product-name {
	text-align: left;
}
body.np-modern-checkout .np-checkout-product-line {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}
body.np-modern-checkout .np-checkout-product-image {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	padding: 4px;
	border: 1px solid #eee5de;
	border-radius: 6px;
	background: #fff;
}
body.np-modern-checkout .np-checkout-product-thumb {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: contain;
	border-radius: 4px;
}
body.np-modern-checkout .np-checkout-product-name {
	min-width: 0;
	font-weight: 600;
	line-height: 1.45;
	color: #2d2824;
}
body.np-modern-checkout table.shop_table .cart-subtotal th,
body.np-modern-checkout table.shop_table .cart-subtotal td,
body.np-modern-checkout table.shop_table .woocommerce-shipping-totals th,
body.np-modern-checkout table.shop_table .woocommerce-shipping-totals td {
	padding-top: 13px;
	padding-bottom: 13px;
}
body.np-modern-checkout table.shop_table .order-total th,
body.np-modern-checkout table.shop_table .order-total td {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 15px;
	font-weight: 700;
	color: #2c2723;
}
body.np-modern-checkout ul#shipping_method {
	margin: 0;
	padding: 0;
	list-style: none;
}
body.np-modern-checkout ul#shipping_method li {
	margin: 6px 0;
}
body.np-modern-checkout ul#shipping_method input[type="radio"] {
	accent-color: var(--np-accent);
}

/* Coupon + payment */
body.np-modern-checkout .woocommerce-form-coupon-toggle {
	margin: 0 auto 18px;
	max-width: 1040px;
}
body.np-modern-checkout form.checkout_coupon {
	margin: 0 auto 20px;
	max-width: 1040px;
	border: 1px dashed #e3d8cf;
	border-radius: 7px;
	background: #fffaf6;
}
body.np-modern-checkout #payment {
	margin-top: 18px;
	border-radius: 6px;
	background: transparent;
}
body.np-modern-checkout #payment ul.payment_methods {
	padding: 14px 0;
	border-bottom: 0;
}
body.np-modern-checkout #payment ul.payment_methods li {
	margin-bottom: 10px;
	font-size: 13px;
}
body.np-modern-checkout #payment div.payment_box {
	margin: 8px 0 12px;
	padding: 14px;
	border: 1px solid #eee5de;
	border-radius: 6px;
	background: #fff;
	font-size: 12px;
	line-height: 1.6;
	color: #655b55;
}
body.np-modern-checkout #payment div.payment_box::before {
	display: none;
}
body.np-modern-checkout #payment .place-order {
	padding: 16px 0 0;
}
body.np-modern-checkout #payment #place_order {
	float: none;
	width: 100%;
	min-height: 48px;
	margin: 0;
	border: 1px solid var(--np-accent);
	border-radius: 6px;
	background: var(--np-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .01em;
}
body.np-modern-checkout #payment #place_order:hover {
	filter: brightness(.92);
	opacity: 1;
}
body.np-modern-checkout .woocommerce-privacy-policy-text,
body.np-modern-checkout .woocommerce-terms-and-conditions-wrapper {
	font-size: 11px;
	line-height: 1.6;
	color: #776c65;
}

/* WooCommerce Blocks fallback styling. If another plugin prevents the classic
   compatibility renderer, the block checkout still follows the same visual UI. */
body.np-modern-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
	max-width: 1040px;
	margin-inline: auto;
}
body.woocommerce-checkout .wc-block-checkout {
	gap: clamp(28px, 4vw, 48px);
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
	padding: clamp(16px, 2vw, 22px);
	border: 1px solid #eee5de;
	border-radius: 8px;
	background: #f8f4ef;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-address-form select {
	border-radius: 6px !important;
	border-color: #e5ded8 !important;
	box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-button:not(.is-link) {
	border-radius: 6px;
	background: var(--np-cart-button-bg, var(--np-accent));
	color: var(--np-cart-button-text, #fff);
}
body.woocommerce-checkout .wc-block-components-button:not(.is-link):hover {
	background: var(--np-cart-button-hover-bg, var(--np-accent));
	color: var(--np-cart-button-hover-text, #fff);
}

@media (max-width: 900px) {
	body.np-modern-checkout form.woocommerce-checkout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"customer"
			"heading"
			"review";
		row-gap: 24px;
	}
	body.np-modern-checkout #order_review_heading {
		margin-bottom: -10px;
	}
	body.np-modern-checkout #order_review {
		position: static;
	}
}

@media (max-width: 640px) {
	body.np-modern-checkout main.np-container {
		width: min(calc(100% - 28px), 1080px);
	}
	body.np-modern-checkout .site-main {
		padding-block: 24px 36px;
	}
	body.np-modern-checkout .woocommerce-billing-fields__field-wrapper,
	body.np-modern-checkout .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 11px;
	}
	body.np-modern-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
	body.np-modern-checkout .woocommerce-shipping-fields__field-wrapper > .form-row,
	body.np-modern-checkout #billing_first_name_field,
	body.np-modern-checkout #billing_last_name_field,
	body.np-modern-checkout #shipping_first_name_field,
	body.np-modern-checkout #shipping_last_name_field,
	body.np-modern-checkout #billing_state_field,
	body.np-modern-checkout #billing_city_field,
	body.np-modern-checkout #billing_postcode_field,
	body.np-modern-checkout #shipping_state_field,
	body.np-modern-checkout #shipping_city_field,
	body.np-modern-checkout #shipping_postcode_field,
	body.np-modern-checkout .form-row[id*="district"],
	body.np-modern-checkout .form-row[id*="subdistrict"],
	body.np-modern-checkout .form-row[id*="kecamatan"] {
		grid-column: 1;
	}
	body.np-modern-checkout #order_review {
		padding: 14px;
	}
	body.np-modern-checkout .np-checkout-product-image {
		flex-basis: 54px;
		width: 54px;
		height: 54px;
	}
}


/* v1.8.9: Native Checkout Block safe styling - no runtime conversion. */
body.np-modern-checkout .wc-block-checkout {
	max-width: 1040px;
	margin: 0 auto;
	gap: 28px;
}
body.np-modern-checkout .wc-block-checkout__main {
	min-width: 0;
}
body.np-modern-checkout .wc-block-checkout__sidebar {
	background: #f7f4ef;
	border: 1px solid rgba(75, 52, 37, .10);
	border-radius: 10px;
	padding: 22px;
	align-self: start;
}
body.np-modern-checkout .wc-block-components-checkout-step {
	margin-bottom: 20px;
}
body.np-modern-checkout .wc-block-components-checkout-step__heading {
	margin-bottom: 12px;
}
body.np-modern-checkout .wc-block-components-checkout-step__title {
	font-size: 20px;
	line-height: 1.3;
}
body.np-modern-checkout .wc-block-components-text-input input,
body.np-modern-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.np-modern-checkout .wc-block-components-address-form select {
	min-height: 48px;
	border-radius: 7px;
}
body.np-modern-checkout .wc-block-components-order-summary {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
body.np-modern-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button {
	width: 100%;
	min-height: 50px;
	border-radius: 7px;
}
@media (max-width: 781px) {
	body.np-modern-checkout .wc-block-checkout {
		display: block;
	}
	body.np-modern-checkout .wc-block-checkout__sidebar {
		margin-top: 22px;
		padding: 16px;
	}
}

/* =========================================================
   Kios Store v1.9.0 - Clean Cart & Shipping Calculator
   Keeps WooCommerce markup intact and fixes mobile stacking.
   ========================================================= */
body.woocommerce-cart .site-main {
	padding-block: clamp(28px, 4vw, 56px);
}
body.woocommerce-cart .content-layout {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0;
}
body.woocommerce-cart .widget-area,
body.woocommerce-cart .breadcrumbs,
body.woocommerce-cart .breadcrumb,
body.woocommerce-cart .woocommerce-breadcrumb {
	display: none !important;
}
body.woocommerce-cart .entry-single,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
}
body.woocommerce-cart main.np-container {
	width: min(calc(100% - 36px), 1180px);
}
body.woocommerce-cart .entry-title {
	margin: 0 0 28px;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.05;
}

/* Notices */
body.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 22px;
}
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
	margin: 0 0 18px;
	padding: 15px 18px 15px 48px;
	border: 1px solid #eadfd6;
	border-top: 3px solid var(--np-accent);
	border-radius: 8px;
	background: #fbf9f7;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.55;
}
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before {
	top: 16px;
	left: 18px;
}

/* Cart table */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table {
	border: 1px solid #e6e0db;
	border-radius: 10px;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
	padding: 16px 18px;
	border-color: #ece7e3;
	vertical-align: middle;
}
body.woocommerce-cart table.shop_table thead th {
	background: #faf8f6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #5c514b;
}
body.woocommerce-cart table.shop_table .product-thumbnail img {
	width: 72px;
	border-radius: 8px;
	background: #f7f5f2;
}
body.woocommerce-cart table.shop_table .product-name a {
	font-weight: 700;
	color: #2d2825;
}
body.woocommerce-cart table.shop_table .product-remove a {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 23px;
	line-height: 1;
	color: #b42318 !important;
	background: #fff4f2;
}
body.woocommerce-cart table.shop_table .product-remove a:hover {
	background: #b42318;
	color: #fff !important;
}
body.woocommerce-cart .quantity .qty {
	width: 78px;
	min-height: 46px;
	padding: 8px;
	border: 1px solid #ddd6d1;
	border-radius: 7px;
	background: #fff;
	text-align: center;
}

/* Coupon + cart actions */
body.woocommerce-cart table.shop_table td.actions {
	padding: 16px;
	background: #fbfaf8;
}
body.woocommerce-cart table.shop_table td.actions .coupon {
	display: flex;
	align-items: stretch;
	gap: 10px;
}
body.woocommerce-cart table.shop_table td.actions .coupon .input-text {
	width: min(260px, 100%);
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid #dcd4ce;
	border-radius: 7px;
	background: #fff;
	font-size: 14px;
}
body.woocommerce-cart table.shop_table td.actions .button,
body.woocommerce-cart .cart_totals .button,
body.woocommerce-cart button[name="calc_shipping"] {
	min-height: 46px;
	border: 1px solid var(--np-cart-secondary-border, #d8cec8) !important;
	border-radius: 7px;
	background: var(--np-cart-secondary-bg, #fff) !important;
	color: var(--np-cart-secondary-text, #111827) !important;
	font-weight: 700;
	box-shadow: none;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 46px;
	border: 1px solid var(--np-cart-button-bg, var(--np-accent)) !important;
	border-radius: 7px;
	background: var(--np-cart-button-bg, var(--np-accent)) !important;
	color: var(--np-cart-button-text, #fff) !important;
	font-weight: 700;
	box-shadow: none;
}
body.woocommerce-cart table.shop_table td.actions .button:hover,
body.woocommerce-cart .cart_totals .button:hover,
body.woocommerce-cart button[name="calc_shipping"]:hover {
	border-color: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
	background: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
	color: var(--np-cart-button-hover-text, #fff) !important;
	opacity: 1;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	border-color: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
	background: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
	color: var(--np-cart-button-hover-text, #fff) !important;
	opacity: 1;
}
body.woocommerce-cart table.shop_table td.actions .button:disabled,
body.woocommerce-cart table.shop_table td.actions .button.disabled {
	background: #ddd3cc !important;
	color: #8b817a !important;
	opacity: 1;
}

/* Totals / shipping calculator */
body.woocommerce-cart .cart-collaterals {
	margin-top: 34px;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
	float: right;
	width: min(100%, 560px);
}
body.woocommerce-cart .cart_totals > h2 {
	margin: 0 0 18px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.15;
}
body.woocommerce-cart .cart_totals table.shop_table th {
	width: 34%;
	font-weight: 700;
	color: #39312d;
}
body.woocommerce-cart .cart_totals table.shop_table td {
	text-align: right;
	color: #39312d;
}
body.woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
	line-height: 1.55;
}
body.woocommerce-cart .cart_totals ul#shipping_method {
	margin: 0;
	padding: 0;
	list-style: none;
}
body.woocommerce-cart .cart_totals ul#shipping_method li {
	margin: 0 0 8px;
}
body.woocommerce-cart .woocommerce-shipping-destination {
	margin: 8px 0;
	font-size: 13px;
	color: #71665f;
}
body.woocommerce-cart .shipping-calculator-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-weight: 600;
	color: var(--np-accent);
}
body.woocommerce-cart .shipping-calculator-form {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #e5ded8;
	border-radius: 8px;
	background: #faf8f6;
	text-align: left;
}
body.woocommerce-cart .shipping-calculator-form .form-row {
	margin: 0 0 11px;
	padding: 0;
}
body.woocommerce-cart .shipping-calculator-form .form-row:last-of-type {
	margin-bottom: 12px;
}
body.woocommerce-cart .shipping-calculator-form input.input-text,
body.woocommerce-cart .shipping-calculator-form select,
body.woocommerce-cart .shipping-calculator-form .select2-container .select2-selection--single {
	width: 100% !important;
	min-height: 48px;
	border: 1px solid #dcd4ce;
	border-radius: 7px;
	background: #fff;
	font-size: 14px;
	box-shadow: none;
}
body.woocommerce-cart .shipping-calculator-form input.input-text,
body.woocommerce-cart .shipping-calculator-form select {
	padding: 0 13px;
}
body.woocommerce-cart .shipping-calculator-form .select2-container {
	width: 100% !important;
}
body.woocommerce-cart .shipping-calculator-form .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 36px 0 13px;
}
body.woocommerce-cart .shipping-calculator-form .select2-selection__rendered {
	padding: 0 !important;
	line-height: normal !important;
}
body.woocommerce-cart .shipping-calculator-form button[name="calc_shipping"] {
	width: 100%;
	margin: 0;
}
body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 18px 0 0;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font-size: 15px;
}

@media (max-width: 767px) {
	body.woocommerce-cart main.np-container {
		width: min(calc(100% - 28px), 1180px);
	}
	body.woocommerce-cart .site-main {
		padding-block: 24px 36px;
	}
	body.woocommerce-cart .entry-title {
		margin-bottom: 20px;
		font-size: 38px;
	}
	body.woocommerce-cart .woocommerce-message,
	body.woocommerce-cart .woocommerce-info,
	body.woocommerce-cart .woocommerce-error {
		padding: 13px 14px 13px 42px;
		font-size: 13px;
	}
	body.woocommerce-cart .woocommerce-message::before,
	body.woocommerce-cart .woocommerce-info::before,
	body.woocommerce-cart .woocommerce-error::before {
		left: 14px;
		top: 14px;
	}

	/* Override WooCommerce's cramped mobile table layout. */
	body.woocommerce-cart table.shop_table_responsive,
	body.woocommerce-cart table.shop_table_responsive tbody,
	body.woocommerce-cart table.shop_table_responsive tr,
	body.woocommerce-cart table.shop_table_responsive td {
		display: block;
		width: 100%;
	}
	body.woocommerce-cart table.shop_table_responsive thead {
		display: none;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item {
		position: relative;
		margin: 0;
		padding: 12px 14px;
		border: 0;
		border-bottom: 10px solid #f7f4f1;
		background: #fff;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item:last-child {
		border-bottom-width: 0;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		min-height: 50px;
		padding: 12px 0 !important;
		border: 0;
		border-bottom: 1px solid #eee9e5;
		text-align: right !important;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item td:last-child {
		border-bottom: 0;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
		float: none !important;
		margin: 0;
		font-size: 13px;
		font-weight: 700;
		color: #403832;
		text-align: left;
		content: attr(data-title);
	}
	body.woocommerce-cart table.shop_table_responsive td.product-remove {
		position: absolute;
		top: 10px;
		right: 12px;
		z-index: 2;
		display: block !important;
		width: auto;
		min-height: 0;
		padding: 0 !important;
		border: 0 !important;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-remove::before,
	body.woocommerce-cart table.shop_table_responsive td.product-thumbnail::before {
		display: none;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-thumbnail {
		display: none !important;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-name {
		padding-right: 48px !important;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-name a {
		max-width: 68%;
		text-align: right;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-quantity .quantity {
		margin-left: auto;
	}
	body.woocommerce-cart table.shop_table_responsive td.product-subtotal {
		font-weight: 700;
	}

	body.woocommerce-cart table.shop_table td.actions {
		display: block !important;
		padding: 14px !important;
		text-align: left !important;
	}
	body.woocommerce-cart table.shop_table td.actions::before {
		display: none !important;
	}
	body.woocommerce-cart table.shop_table td.actions .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(130px, .9fr);
		gap: 10px;
		width: 100%;
	}
	body.woocommerce-cart table.shop_table td.actions .coupon .input-text,
	body.woocommerce-cart table.shop_table td.actions .coupon .button {
		width: 100% !important;
		margin: 0 !important;
	}
	body.woocommerce-cart table.shop_table td.actions > .button {
		width: 100% !important;
		margin-top: 10px !important;
	}

	body.woocommerce-cart .cart-collaterals {
		margin-top: 28px;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
	}
	body.woocommerce-cart .cart_totals > h2 {
		font-size: 34px;
	}
	body.woocommerce-cart .cart_totals table.shop_table,
	body.woocommerce-cart .cart_totals table.shop_table tbody,
	body.woocommerce-cart .cart_totals table.shop_table tr,
	body.woocommerce-cart .cart_totals table.shop_table th,
	body.woocommerce-cart .cart_totals table.shop_table td {
		display: block;
		width: 100% !important;
	}
	body.woocommerce-cart .cart_totals table.shop_table tr {
		padding: 14px;
		border-bottom: 1px solid #ece7e3;
	}
	body.woocommerce-cart .cart_totals table.shop_table tr:last-child {
		border-bottom: 0;
	}
	body.woocommerce-cart .cart_totals table.shop_table th,
	body.woocommerce-cart .cart_totals table.shop_table td {
		padding: 0 !important;
		border: 0;
		text-align: left !important;
	}
	body.woocommerce-cart .cart_totals table.shop_table th {
		margin-bottom: 7px;
		font-size: 13px;
		line-height: 1.35;
	}
	body.woocommerce-cart .cart_totals table.shop_table td {
		font-size: 14px;
		line-height: 1.55;
	}
	body.woocommerce-cart .cart_totals .cart-subtotal td,
	body.woocommerce-cart .cart_totals .order-total td {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		gap: 20px;
		font-weight: 700;
	}
	body.woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
		padding-top: 2px !important;
	}
	body.woocommerce-cart .shipping-calculator-button {
		display: flex;
		justify-content: flex-start;
		width: fit-content;
		margin: 12px 0 0;
	}
	body.woocommerce-cart .shipping-calculator-form {
		margin-top: 12px;
		padding: 14px;
	}
	body.woocommerce-cart .shipping-calculator-form .form-row,
	body.woocommerce-cart .shipping-calculator-form p {
		text-align: left !important;
	}
	body.woocommerce-cart .shipping-calculator-form input,
	body.woocommerce-cart .shipping-calculator-form select,
	body.woocommerce-cart .shipping-calculator-form .select2-container {
		text-align: left !important;
	}
}

@media (max-width: 420px) {
	body.woocommerce-cart main.np-container {
		width: min(calc(100% - 22px), 1180px);
	}
	body.woocommerce-cart table.shop_table td.actions .coupon {
		grid-template-columns: 1fr;
	}
	body.woocommerce-cart table.shop_table_responsive tr.cart_item {
		padding-inline: 12px;
	}
}


/* =========================================================
   Kios Store 1.9.2 - WooCommerce catalogue & responsive fix
   Removes blog-sidebar artefacts and normalises desktop/tablet/mobile layouts.
   ========================================================= */
body.woocommerce .woocommerce-main,
body.woocommerce-page .woocommerce-main {
  width: min(calc(100% - 40px), var(--np-container));
  margin-inline: auto;
  padding-block: clamp(34px, 5vw, 64px);
}

/* Shop/product pages are full-width commerce surfaces, never blog sidebars. */
body.woocommerce .woocommerce-main + .widget-area,
body.woocommerce-page .woocommerce-main + .widget-area,
body.post-type-archive-product #secondary,
body.tax-product_cat #secondary,
body.tax-product_tag #secondary,
body.single-product #secondary {
  display: none !important;
}

/* Catalogue heading / toolbar. */
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  margin: 0 0 26px;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

body.post-type-archive-product .term-description,
body.tax-product_cat .term-description,
body.tax-product_tag .term-description {
  max-width: 760px;
  margin: 0;
  color: var(--np-muted);
  font-size: 14px;
  line-height: 1.75;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 22px;
  color: var(--np-muted);
  font-size: 12px;
  line-height: 1.5;
}

.woocommerce .woocommerce-result-count {
  margin: 10px 0 24px;
  color: var(--np-muted);
  font-size: 13px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 24px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 210px;
  min-height: 42px;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--np-border);
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
}

/* Product archive grid/cards. */
.woocommerce ul.products {
  clear: both;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin: 0 0 38px;
}

.woocommerce ul.products li.product {
  min-width: 0;
  padding: 0 0 16px;
  border: 1px solid #ebe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(68,44,31,.035);
  transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(68,44,31,.08);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  min-width: 0;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  object-fit: contain;
  background: #f7f3ef;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.9em;
  margin: 0 14px 6px;
  padding: 0;
  color: #2b231f;
  font-family: var(--np-body-font);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.woocommerce ul.products li.product .price {
  display: block;
  min-height: 1.6em;
  margin: 0 14px 12px;
  color: #4c403b;
  font-size: 12px;
  font-weight: 600;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  width: calc(100% - 28px);
  min-height: 38px;
  margin: 0 14px;
  padding: 9px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.25;
}

.woocommerce ul.products li.product .added_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid var(--np-accent);
  color: var(--np-accent);
  font-size: 11px;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 8px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--np-border);
  border-radius: 6px;
  background: #fff;
  color: var(--np-body-color);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--np-accent);
  background: var(--np-accent);
  color: #fff;
}

/* Single product: stable two-column desktop, stacked on smaller screens. */
body.single-product .woocommerce-main > .product {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

body.single-product .woocommerce-main > .product > .woocommerce-product-gallery,
body.single-product .woocommerce-main > .product > .summary {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.single-product .woocommerce-main > .product > .woocommerce-tabs,
body.single-product .woocommerce-main > .product > .related,
body.single-product .woocommerce-main > .product > .upsells {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

body.single-product .woocommerce-main .summary .product_title {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

body.single-product .woocommerce-main .summary p.price {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.5vw, 28px);
}

body.single-product .woocommerce-main .summary .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin: 22px 0;
}

body.single-product .woocommerce-main .summary .quantity .qty {
  width: 82px;
  min-height: 46px;
  border-radius: 6px;
  text-align: center;
}

body.single-product .woocommerce-main .summary .single_add_to_cart_button {
  min-height: 46px;
  padding-inline: 22px;
}

body.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 24px !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--np-border) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--np-accent) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  padding: 10px 16px !important;
  font-size: 12px;
}

/* My Account should also stay inside the viewport. */
body.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--np-border);
  border-radius: 8px;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 11px 14px;
  border-bottom: 1px solid var(--np-border);
  color: var(--np-body-color);
  font-size: 13px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: color-mix(in srgb, var(--np-accent) 8%, #fff);
  color: var(--np-accent);
  font-weight: 700;
}

@media (max-width: 1024px) {
  body.woocommerce .woocommerce-main,
  body.woocommerce-page .woocommerce-main {
    width: min(calc(100% - 32px), var(--np-container));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  body.single-product .woocommerce-main > .product {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .92fr);
    gap: 32px;
  }
}

@media (max-width: 782px) {
  body.woocommerce .woocommerce-main,
  body.woocommerce-page .woocommerce-main {
    width: min(calc(100% - 28px), var(--np-container));
    padding-block: 28px 40px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .woocommerce .woocommerce-result-count {
    margin-bottom: 10px;
  }

  .woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-inline: 10px;
    font-size: 12px;
  }

  .woocommerce ul.products li.product .price {
    margin: 0 10px 10px;
    font-size: 11px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
    width: calc(100% - 20px);
    min-height: 36px;
    margin-inline: 10px;
    padding-inline: 7px;
    font-size: 10px;
  }

  body.single-product .woocommerce-main > .product {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.single-product .woocommerce-main > .product > .woocommerce-tabs,
  body.single-product .woocommerce-main > .product > .related,
  body.single-product .woocommerce-main > .product > .upsells {
    grid-column: auto;
  }

  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 480px) {
  body.woocommerce .woocommerce-main,
  body.woocommerce-page .woocommerce-main {
    width: min(calc(100% - 24px), var(--np-container));
  }

  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title,
  body.tax-product_tag .woocommerce-products-header__title {
    font-size: 34px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .woocommerce ul.products li.product {
    padding-bottom: 10px;
    border-radius: 6px;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 9px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3em;
    margin-inline: 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  .woocommerce ul.products li.product .price {
    margin: 0 8px 8px;
    font-size: 10px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
    width: calc(100% - 16px);
    min-height: 34px;
    margin-inline: 8px;
    font-size: 9px;
  }

  body.single-product .woocommerce-main .summary .product_title {
    font-size: 32px;
  }

  body.single-product .woocommerce-main .summary .cart {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.single-product .woocommerce-main .summary .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.single-product .woocommerce-tabs ul.tabs li,
  body.single-product .woocommerce-tabs ul.tabs li a {
    width: 100%;
  }
}


/* =========================================================
   Kios Store 1.9.5 - Product catalogue spacing refinement
   Uses Theme Settings columns/gap on native WooCommerce archives too.
   ========================================================= */
body.post-type-archive-product .woocommerce-main,
body.tax-product_cat .woocommerce-main,
body.tax-product_tag .woocommerce-main {
  padding-top: clamp(24px, 3.5vw, 42px);
  padding-bottom: clamp(38px, 5vw, 58px);
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 16px;
}

.woocommerce .woocommerce-result-count {
  margin-top: 7px;
  margin-bottom: 18px;
  line-height: 42px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 18px;
}

/* Keep archive spacing in sync with Theme Settings instead of a separate
   hard-coded grid. This also fixes overly wide/narrow gaps after updates. */
.woocommerce ul.products {
  grid-template-columns: repeat(var(--np-product-columns-desktop, 4), minmax(0, 1fr));
  gap: clamp(10px, var(--np-product-card-gap, 18px), 28px);
  align-items: stretch;
  margin-top: 0;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 12px;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin: 0 12px 4px;
  line-height: 1.38;
}

.woocommerce ul.products li.product .price {
  min-height: 0;
  margin: 0 12px 8px;
  line-height: 1.35;
}

/* Native button and custom Theme Settings CTA use the same horizontal inset. */
.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > .added_to_cart,
.woocommerce ul.products li.product .np-store-product-actions {
  width: calc(100% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}

.woocommerce ul.products li.product .np-store-product-actions {
  margin-top: 6px;
  margin-bottom: 0;
}

.woocommerce ul.products li.product .np-store-product-actions.is-full .np-card-cta,
.woocommerce ul.products li.product .np-store-product-actions.is-both .np-card-cta {
  min-width: 0;
}

.woocommerce ul.products li.product .added_to_cart {
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(var(--np-product-columns-tablet, 3), minmax(0, 1fr));
    gap: clamp(10px, var(--np-product-card-gap, 18px), 22px);
  }
}

@media (max-width: 782px) {
  body.post-type-archive-product .woocommerce-main,
  body.tax-product_cat .woocommerce-main,
  body.tax-product_tag .woocommerce-main {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  body.post-type-archive-product .woocommerce-products-header,
  body.tax-product_cat .woocommerce-products-header,
  body.tax-product_tag .woocommerce-products-header {
    margin-bottom: 14px;
  }

  .woocommerce .woocommerce-result-count {
    margin: 0 0 8px;
    line-height: 1.5;
  }

  .woocommerce .woocommerce-ordering {
    margin-bottom: 14px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(var(--np-product-columns-mobile, 2), minmax(0, 1fr));
    gap: clamp(8px, var(--np-product-card-gap, 12px), 16px);
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 8px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    margin: 0 9px 4px;
  }

  .woocommerce ul.products li.product .price {
    margin: 0 9px 7px;
  }

  .woocommerce ul.products li.product > .button,
  .woocommerce ul.products li.product > .added_to_cart,
  .woocommerce ul.products li.product .np-store-product-actions {
    width: calc(100% - 18px);
    margin-right: 9px;
    margin-left: 9px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    gap: clamp(8px, var(--np-product-card-gap, 10px), 12px);
  }

  .woocommerce ul.products li.product {
    padding-bottom: 9px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    margin-inline: 8px;
    margin-bottom: 3px;
  }

  .woocommerce ul.products li.product .price {
    margin: 0 8px 6px;
  }

  .woocommerce ul.products li.product > .button,
  .woocommerce ul.products li.product > .added_to_cart,
  .woocommerce ul.products li.product .np-store-product-actions {
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }

  .woocommerce ul.products li.product .np-store-product-actions {
    margin-top: 5px;
  }
}


/* =========================================================
   Kios Store 1.9.6 - Catalogue card alignment & CTA cleanup
   Keeps image/title/price/action zones consistent even when a product has no
   price, and removes the excessive visual gaps in the archive header.
   ========================================================= */
body.post-type-archive-product .woocommerce-main,
body.tax-product_cat .woocommerce-main,
body.tax-product_tag .woocommerce-main {
  padding-top: clamp(18px, 2.4vw, 30px);
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  margin-bottom: 12px;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  margin-bottom: 4px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 10px;
}

/* Result count + sorting form one compact toolbar line on desktop. */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-top: 0;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-result-count {
  line-height: 40px;
}
.woocommerce .woocommerce-ordering select {
  min-height: 40px;
}

/* Grid rows stretch every card equally. */
.woocommerce ul.products {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.woocommerce ul.products li.product {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding-bottom: 12px;
}

/*
 * WooCommerce's loop link normally contains image, title and (when available)
 * price. Explicit rows reserve the price zone even when price HTML is absent,
 * preventing buttons from jumping upward on products without a price.
 */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: auto minmax(38px, auto) 24px;
  align-content: start;
}

.woocommerce ul.products li.product a img {
  display: block;
  aspect-ratio: 1 / 1;
  margin: 0 0 10px;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 38px;
  max-height: 38px;
  margin: 0 12px 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.woocommerce ul.products li.product .price {
  align-self: stretch;
  min-height: 24px;
  margin: 0 12px;
  line-height: 20px;
}

/* CTA always sits at card bottom. One non-purchasable product = one detail CTA. */
.woocommerce ul.products li.product .np-store-product-actions {
  margin-top: auto;
  padding-top: 8px;
}
.woocommerce ul.products li.product .np-store-product-actions.is-full .np-card-cta {
  width: 100%;
  flex: 1 1 100%;
}
.woocommerce ul.products li.product .np-card-cta {
  min-height: 36px;
  white-space: normal;
}

/* Avoid WooCommerce's AJAX "View cart" link breaking the card rhythm. */
.woocommerce ul.products li.product .added_to_cart {
  box-sizing: border-box;
}

@media (max-width: 782px) {
  body.post-type-archive-product .woocommerce-main,
  body.tax-product_cat .woocommerce-main,
  body.tax-product_tag .woocommerce-main {
    padding-top: 16px;
  }
  .woocommerce .woocommerce-result-count {
    line-height: 1.5;
  }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    grid-template-rows: auto minmax(34px, auto) 22px;
  }
  .woocommerce ul.products li.product a img {
    padding: 5px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 34px;
    max-height: 34px;
  }
  .woocommerce ul.products li.product .price {
    min-height: 22px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products li.product .np-store-product-actions {
    padding-top: 6px;
  }
  .woocommerce ul.products li.product .np-card-cta {
    min-height: 34px;
  }
}


/* ==========================================================
   Kios Store 1.9.7 - Checkout/Form controls + Order Received
   ========================================================== */
body.np-modern-checkout .woocommerce,
body.np-modern-checkout .wp-block-woocommerce-checkout {
    max-width: var(--np-checkout-max-width, 1080px);
    margin-inline: auto;
}
body.np-modern-checkout form.woocommerce-checkout {
    grid-template-columns: var(--np-checkout-columns, minmax(0,58fr) minmax(320px,42fr));
    column-gap: var(--np-checkout-column-gap, 34px);
    row-gap: var(--np-checkout-section-gap, 24px);
}
body.np-modern-checkout .woocommerce-billing-fields__field-wrapper,
body.np-modern-checkout .woocommerce-shipping-fields__field-wrapper {
    gap: var(--np-checkout-field-gap, 14px);
}
body.np-modern-checkout .form-row { margin-bottom: 0; }
body.np-modern-checkout .form-row label {
    font-size: var(--np-checkout-label-size, 12px);
    margin-bottom: 7px;
}
body.np-modern-checkout .form-row input.input-text,
body.np-modern-checkout .form-row select,
body.np-modern-checkout .select2-container .select2-selection--single {
    min-height: var(--np-checkout-input-height, 48px);
    border-color: var(--np-checkout-border, #e8dfd7);
    border-radius: var(--np-checkout-input-radius, 6px);
}
body.np-modern-checkout .form-row textarea {
    border-color: var(--np-checkout-border, #e8dfd7);
    border-radius: var(--np-checkout-input-radius, 6px);
}
body.np-modern-checkout .form-row input.input-text:focus,
body.np-modern-checkout .form-row textarea:focus,
body.np-modern-checkout .form-row select:focus,
body.np-modern-checkout .select2-container--open .select2-selection--single {
    border-color: var(--np-checkout-focus, var(--np-accent));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--np-checkout-focus, var(--np-accent)) 12%, transparent);
}
body.np-modern-checkout .woocommerce-billing-fields > h3,
body.np-modern-checkout .woocommerce-shipping-fields > h3,
body.np-modern-checkout .woocommerce-additional-fields > h3,
body.np-modern-checkout #order_review_heading,
body.np-modern-checkout .wc-block-components-checkout-step__title {
    font-size: var(--np-checkout-title-size, 22px);
    line-height: 1.25;
}
body.np-modern-checkout #order_review,
body.np-modern-checkout .wc-block-checkout__sidebar {
    padding: clamp(16px,2.2vw,24px);
    border: 1px solid var(--np-checkout-border, #e8dfd7);
    border-radius: var(--np-checkout-card-radius, 10px);
    background: var(--np-checkout-order-bg, #faf7f3);
}
body.np-modern-checkout #payment #place_order,
body.np-modern-checkout .wc-block-components-checkout-place-order-button {
    min-height: var(--np-checkout-button-height, 50px);
    border-radius: var(--np-checkout-input-radius, 6px);
}
body.np-modern-checkout #shipping_method li,
body.np-modern-checkout .wc-block-components-radio-control-accordion-option {
    margin-block: 8px;
}

/* Order received / thank-you page */
body.np-order-received main.np-container,
body.np-order-received .entry-content,
body.np-order-received .woocommerce {
    width: min(calc(100% - 40px), var(--np-order-received-max-width, 940px));
    max-width: var(--np-order-received-max-width, 940px);
    margin-inline: auto;
}
body.np-order-received .entry-header,
body.np-order-received .breadcrumbs,
body.np-order-received .woocommerce-breadcrumb { display:none; }
body.np-order-received .woocommerce-order {
    display: grid;
    gap: var(--np-order-received-gap, 28px);
    padding-block: clamp(28px,5vw,60px);
}
body.np-order-received .woocommerce-notice--success,
body.np-order-received .woocommerce-thankyou-order-received {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid color-mix(in srgb, var(--np-accent) 25%, #e8dfd7);
    border-radius: var(--np-order-received-card-radius, 10px);
    background: color-mix(in srgb, var(--np-accent) 5%, #fff);
    font-weight: 600;
}
body.np-order-received ul.woocommerce-order-overview {
    display:grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid var(--np-checkout-border, #e8dfd7);
    border-radius: var(--np-order-received-card-radius, 10px);
    overflow: hidden;
    list-style: none;
}
body.np-order-received ul.woocommerce-order-overview li {
    float:none;
    margin:0;
    padding:14px 16px;
    border-right:1px solid var(--np-checkout-border, #e8dfd7);
    font-size:12px;
    line-height:1.5;
}
body.np-order-received ul.woocommerce-order-overview li:last-child { border-right:0; }
body.np-order-received ul.woocommerce-order-overview li strong { display:block; margin-top:4px; font-size:14px; }
body.np-order-received .woocommerce-bacs-bank-details,
body.np-order-received .woocommerce-order-details,
body.np-order-received .woocommerce-customer-details {
    margin:0;
    padding: clamp(18px,2.4vw,26px);
    border:1px solid var(--np-checkout-border, #e8dfd7);
    border-radius:var(--np-order-received-card-radius, 10px);
    background:#fff;
}
body.np-order-received .woocommerce-bacs-bank-details h2,
body.np-order-received .woocommerce-order-details h2,
body.np-order-received .woocommerce-customer-details h2 {
    margin:0 0 18px;
    font-size:clamp(22px,3vw,30px);
}
body.np-order-received .woocommerce-order-details table.shop_table {
    margin:0;
    border:1px solid var(--np-checkout-border, #e8dfd7);
    border-collapse:collapse;
    border-radius:8px;
    overflow:hidden;
}
body.np-order-received .woocommerce-order-details table.shop_table th,
body.np-order-received .woocommerce-order-details table.shop_table td {
    padding:var(--np-order-received-table-padding, 14px);
    border-color:var(--np-checkout-border, #e8dfd7);
    vertical-align:middle;
}
body.np-order-received .kiwa-customer-invoice { margin:18px 0 0; }
body.np-order-received .kiwa-customer-invoice .button {
    display:inline-flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:6px;
    background:var(--np-accent);
    color:#fff;
    font-weight:700;
}
body.np-order-received .woocommerce-customer-details address {
    padding:16px 18px;
    border:1px solid var(--np-checkout-border, #e8dfd7);
    border-radius:8px;
    line-height:1.8;
}
@media(max-width:900px){
    body.np-modern-checkout form.woocommerce-checkout{grid-template-columns:1fr!important;}
    body.np-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr));}
    body.np-order-received ul.woocommerce-order-overview li:nth-child(2){border-right:0;}
    body.np-order-received ul.woocommerce-order-overview li:nth-child(-n+2){border-bottom:1px solid var(--np-checkout-border,#e8dfd7);}
}
@media(max-width:560px){
    body.np-order-received main.np-container,
    body.np-order-received .entry-content,
    body.np-order-received .woocommerce{width:min(calc(100% - 24px), var(--np-order-received-max-width,940px));}
    body.np-order-received ul.woocommerce-order-overview{grid-template-columns:1fr;}
    body.np-order-received ul.woocommerce-order-overview li{border-right:0!important;border-bottom:1px solid var(--np-checkout-border,#e8dfd7)!important;}
    body.np-order-received ul.woocommerce-order-overview li:last-child{border-bottom:0!important;}
}


/* Kios Store 1.10.1 - explicit cart and checkout action colors */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button:not(.is-link).wc-block-cart__submit-button,
.woocommerce-mini-cart__buttons .button.checkout,
.widget_shopping_cart_content .buttons .checkout {
    background: var(--np-cart-button-bg, var(--np-accent)) !important;
    color: var(--np-cart-button-text, #fff) !important;
    border-color: var(--np-cart-button-bg, var(--np-accent)) !important;
}
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout button#place_order:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-mini-cart__buttons .button.checkout:hover,
.widget_shopping_cart_content .buttons .checkout:hover {
    background: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
    color: var(--np-cart-button-hover-text, #fff) !important;
    border-color: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
}
.woocommerce-mini-cart__buttons .button:not(.checkout),
.widget_shopping_cart_content .buttons .button:not(.checkout) {
    background: var(--np-cart-secondary-bg, #fff) !important;
    color: var(--np-cart-secondary-text, #111827) !important;
    border: 1px solid var(--np-cart-secondary-border, #d8cec8) !important;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.widget_shopping_cart_content .buttons .button:not(.checkout):hover {
    background: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
    color: var(--np-cart-button-hover-text, #fff) !important;
    border-color: var(--np-cart-button-hover-bg, var(--np-accent)) !important;
}


/* Kios Store 1.10.3 - compact, mobile-first Order Received / Thank You */
body.np-order-received .woocommerce-order{
    gap:var(--np-order-received-gap,18px);
    padding:clamp(18px,2.5vw,30px) 0 36px;
}
body.np-order-received .woocommerce-notice--success,
body.np-order-received .woocommerce-thankyou-order-received{
    position:relative;
    margin:0;
    padding:16px 18px 16px 22px;
    border:1px solid var(--np-checkout-border,#e8dfd7);
    border-left:4px solid var(--np-accent,#8b4d2d);
    border-radius:var(--np-order-received-card-radius,14px);
    background:var(--np-checkout-order-bg,#faf7f3);
    font-size:clamp(15px,1.8vw,18px);
    line-height:1.45;
    font-weight:700;
}
body.np-order-received ul.woocommerce-order-overview{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin:0!important;
    padding:0!important;
    overflow:hidden;
    list-style:none!important;
    border:1px solid var(--np-checkout-border,#e8dfd7);
    border-radius:var(--np-order-received-card-radius,14px);
    background:#fff;
}
body.np-order-received ul.woocommerce-order-overview li{
    float:none!important;
    width:auto!important;
    margin:0!important;
    padding:14px 16px!important;
    min-width:0;
    border:0!important;
    border-right:1px solid var(--np-checkout-border,#e8dfd7)!important;
    color:#6f6964;
    font-size:10px!important;
    line-height:1.35;
    letter-spacing:.06em;
    text-transform:uppercase;
}
body.np-order-received ul.woocommerce-order-overview li:last-child{border-right:0!important}
body.np-order-received ul.woocommerce-order-overview li strong{
    display:block;
    margin-top:5px;
    color:#322d29;
    font-size:14px!important;
    line-height:1.35;
    letter-spacing:0;
    text-transform:none;
    overflow-wrap:anywhere;
}
body.np-order-received .woocommerce-bacs-bank-details,
body.np-order-received .woocommerce-order-details,
body.np-order-received .woocommerce-customer-details{
    margin:0!important;
    padding:clamp(16px,2.3vw,22px)!important;
    border:1px solid var(--np-checkout-border,#e8dfd7)!important;
    border-radius:var(--np-order-received-card-radius,14px)!important;
    background:#fff;
    box-shadow:none!important;
}
body.np-order-received .woocommerce-bacs-bank-details h2,
body.np-order-received .woocommerce-order-details h2,
body.np-order-received .woocommerce-customer-details h2{
    margin:0 0 14px!important;
    font-size:clamp(20px,2.4vw,26px)!important;
    line-height:1.15;
}
body.np-order-received .woocommerce-bacs-bank-details h3,
body.np-order-received .wc-bacs-bank-details-account-name{
    margin:0 0 12px!important;
    font-size:16px!important;
    line-height:1.35;
}
body.np-order-received ul.wc-bacs-bank-details{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 18px;
    margin:0!important;
    padding:14px 0 0!important;
    list-style:none!important;
    border-top:1px solid var(--np-checkout-border,#e8dfd7);
}
body.np-order-received ul.wc-bacs-bank-details li{
    margin:0!important;
    padding:0!important;
    border:0!important;
    font-size:11px;
    line-height:1.45;
    color:#746d68;
}
body.np-order-received ul.wc-bacs-bank-details li strong{
    display:block;
    margin-top:3px;
    color:#332e2a;
    font-size:15px;
    letter-spacing:.01em;
}
body.np-order-received .woocommerce-order-details table.shop_table{
    width:100%;
    table-layout:auto;
    margin:0!important;
    border:1px solid var(--np-checkout-border,#e8dfd7)!important;
    border-collapse:separate!important;
    border-spacing:0;
    border-radius:10px;
    overflow:hidden;
}
body.np-order-received .woocommerce-order-details table.shop_table th,
body.np-order-received .woocommerce-order-details table.shop_table td{
    padding:var(--np-order-received-table-padding,12px)!important;
    font-size:13px;
    line-height:1.5;
    border-width:0 0 1px!important;
    border-color:var(--np-checkout-border,#e8dfd7)!important;
}
body.np-order-received .woocommerce-order-details table.shop_table tr:last-child th,
body.np-order-received .woocommerce-order-details table.shop_table tr:last-child td{border-bottom:0!important}
body.np-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child td{
    font-size:15px;
    font-weight:800;
}
body.np-order-received .kiwa-customer-invoice{margin:14px 0 0!important}
body.np-order-received .kiwa-customer-invoice .button{
    min-height:44px;
    padding:10px 18px!important;
    border-radius:8px!important;
    background:var(--np-cart-button-bg,var(--np-accent,#8b4d2d))!important;
    color:var(--np-cart-button-text,#fff)!important;
}
body.np-order-received .woocommerce-customer-details address{
    margin:0!important;
    padding:14px 16px!important;
    border:1px solid var(--np-checkout-border,#e8dfd7)!important;
    border-radius:10px!important;
    line-height:1.65!important;
    font-size:13px;
}
body.np-order-received-style-compact .woocommerce-order{gap:12px}
body.np-order-received-style-compact .woocommerce-bacs-bank-details,
body.np-order-received-style-compact .woocommerce-order-details,
body.np-order-received-style-compact .woocommerce-customer-details{padding:15px!important}
body.np-order-received-style-card .woocommerce-bacs-bank-details,
body.np-order-received-style-card .woocommerce-order-details,
body.np-order-received-style-card .woocommerce-customer-details,
body.np-order-received-style-card ul.woocommerce-order-overview{box-shadow:0 8px 30px rgba(57,43,33,.06)!important}
@media(max-width:820px){
    body.np-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.np-order-received ul.woocommerce-order-overview li:nth-child(2n){border-right:0!important}
    body.np-order-received ul.woocommerce-order-overview li:nth-child(n+3){border-top:1px solid var(--np-checkout-border,#e8dfd7)!important}
}
@media(max-width:560px){
    body.np-order-received main.np-container,
    body.np-order-received .entry-content,
    body.np-order-received .woocommerce{width:min(calc(100% - 20px),var(--np-order-received-max-width,920px))!important}
    body.np-order-received .woocommerce-order{gap:14px;padding-top:10px;padding-bottom:24px}
    body.np-order-received .woocommerce-notice--success,
    body.np-order-received .woocommerce-thankyou-order-received{padding:13px 14px 13px 17px;font-size:14px;border-radius:12px}
    body.np-order-received-mobile-compact ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-radius:12px}
    body.np-order-received-mobile-compact ul.woocommerce-order-overview li{padding:11px 12px!important;font-size:9px!important}
    body.np-order-received-mobile-compact ul.woocommerce-order-overview li strong{font-size:13px!important;margin-top:3px}
    body.np-order-received-mobile-compact ul.woocommerce-order-overview li:last-child:nth-child(odd){grid-column:1/-1;border-right:0!important;border-top:1px solid var(--np-checkout-border,#e8dfd7)!important}
    body.np-order-received .woocommerce-bacs-bank-details,
    body.np-order-received .woocommerce-order-details,
    body.np-order-received .woocommerce-customer-details{padding:15px!important;border-radius:12px!important}
    body.np-order-received .woocommerce-bacs-bank-details h2,
    body.np-order-received .woocommerce-order-details h2,
    body.np-order-received .woocommerce-customer-details h2{font-size:20px!important;margin-bottom:12px!important}
    body.np-order-received ul.wc-bacs-bank-details{grid-template-columns:1fr 1fr;gap:10px 12px;padding-top:12px!important}
    body.np-order-received .woocommerce-order-details table.shop_table th,
    body.np-order-received .woocommerce-order-details table.shop_table td{padding:10px!important;font-size:12px}
    body.np-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child th,
    body.np-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child td{font-size:14px}
    body.np-order-received .kiwa-customer-invoice .button{display:flex;width:100%;min-height:46px}
}

/* ==========================================================
   Kios Store 1.10.4 - Flat / square Order Received layout
   ========================================================== */
body.np-order-received-style-minimal {
    --np-order-received-card-radius: 0px;
}
body.np-order-received-style-minimal .woocommerce-order {
    gap: var(--np-order-received-gap, 14px);
    padding-top: 20px;
}
body.np-order-received-style-minimal .woocommerce-notice--success,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
    padding: 13px 16px 13px 18px;
    border: 0;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7);
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7);
    border-left: 3px solid var(--np-accent,#8b4d2d);
    border-radius: 0 !important;
    background: color-mix(in srgb,var(--np-accent,#8b4d2d) 4%,#fff);
}
body.np-order-received-style-minimal ul.woocommerce-order-overview {
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    background: #fff;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li {
    padding: 13px 16px !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
body.np-order-received-style-minimal .woocommerce-order-details,
body.np-order-received-style-minimal .woocommerce-customer-details {
    padding: 20px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2 {
    margin: 0 0 16px !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7);
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
    padding: 12px 16px 12px 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li:nth-child(even) {
    padding-left: 16px !important;
    border-left: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table {
    border-radius: 0 !important;
    border-color: var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table thead th {
    background: color-mix(in srgb,var(--np-accent,#8b4d2d) 5%,#fff);
    font-weight: 700;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    border-top: 2px solid var(--np-accent,#8b4d2d) !important;
    color: var(--np-heading,#2d2926);
}
body.np-order-received-style-minimal .kiwa-customer-invoice .button {
    border-radius: 0 !important;
    min-height: 42px;
    padding-inline: 20px !important;
}
body.np-order-received-style-minimal .woocommerce-customer-details address {
    padding: 14px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
}
body.np-order-received-style-minimal .woocommerce-columns--addresses,
body.np-order-received-style-minimal .woocommerce-columns.addresses {
    gap: 28px;
}
@media (max-width: 820px) {
    body.np-order-received-style-minimal .woocommerce-order {
        padding-top: 12px;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li {
        padding: 11px 12px !important;
    }
}
@media (max-width: 560px) {
    body.np-order-received-style-minimal .woocommerce-notice--success,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
        padding: 12px 13px 12px 15px;
        border-radius: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        border-radius: 0 !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-order-details,
    body.np-order-received-style-minimal .woocommerce-customer-details {
        padding: 16px 0 !important;
        border-radius: 0 !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details {
        grid-template-columns: 1fr 1fr;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
        padding: 10px 10px 10px 0 !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li:nth-child(even) {
        padding-left: 10px !important;
    }
    body.np-order-received-style-minimal .kiwa-customer-invoice .button {
        border-radius: 0 !important;
    }
}


/* ==========================================================
   Kios Store 1.10.5 - clean flat checkout + order received
   ========================================================== */
/* Checkout: square controls and panels. */
body.np-modern-checkout form.woocommerce-checkout input.input-text,
body.np-modern-checkout form.woocommerce-checkout textarea,
body.np-modern-checkout form.woocommerce-checkout select,
body.np-modern-checkout .select2-container .select2-selection,
body.np-modern-checkout #order_review,
body.np-modern-checkout #payment,
body.np-modern-checkout .wc-block-components-text-input input,
body.np-modern-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.np-modern-checkout .wc-block-components-checkout-step,
body.np-modern-checkout .wc-block-components-radio-control-accordion-option,
body.np-modern-checkout #place_order,
body.np-modern-checkout .wc-block-components-checkout-place-order-button {
    border-radius: 0 !important;
}

/* Thank-you page: no floating cards, use clean dividers. */
body.np-order-received-style-minimal main.np-container,
body.np-order-received-style-minimal .entry-content,
body.np-order-received-style-minimal .woocommerce {
    width: min(calc(100% - 40px), 980px) !important;
    max-width: 980px !important;
}
body.np-order-received-style-minimal .woocommerce-order {
    gap: 12px !important;
    padding: 18px 0 40px !important;
}
body.np-order-received-style-minimal .woocommerce-notice--success,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
    border: 0 !important;
    border-left: 3px solid var(--np-accent,#8b4d2d) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    background: #fff !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li {
    padding: 12px 14px !important;
    border-right: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li:last-child {
    border-right: 0 !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
body.np-order-received-style-minimal .woocommerce-order-details,
body.np-order-received-style-minimal .woocommerce-customer-details {
    border: 0 !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    padding: 18px 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2 {
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-size: clamp(21px,2.2vw,28px) !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h3 {
    margin: 0 0 10px !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
    padding: 11px 14px 11px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li:nth-child(even) {
    padding-left: 14px !important;
    border-left: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table {
    width: 100% !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    border-collapse: collapse !important;
    overflow: visible !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table thead th {
    background: #faf8f6 !important;
    color: var(--np-heading,#2d2926) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
    padding: 12px 14px !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    border-top: 2px solid var(--np-accent,#8b4d2d) !important;
    font-size: 15px !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice {
    margin-top: 12px !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice .button {
    border-radius: 0 !important;
    min-height: 42px !important;
    padding: 10px 18px !important;
    box-shadow: none !important;
}
body.np-order-received-style-minimal .woocommerce-customer-details address {
    padding: 12px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
}

@media (max-width: 820px) {
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li:nth-child(2n) {
        border-right: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li:nth-child(n+3) {
        border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    }
}
@media (max-width: 560px) {
    body.np-order-received-style-minimal main.np-container,
    body.np-order-received-style-minimal .entry-content,
    body.np-order-received-style-minimal .woocommerce {
        width: min(calc(100% - 24px),980px) !important;
    }
    body.np-order-received-style-minimal .woocommerce-order {
        padding-top: 8px !important;
        gap: 10px !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-order-details,
    body.np-order-received-style-minimal .woocommerce-customer-details {
        padding: 15px 0 !important;
        border-radius: 0 !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details {
        grid-template-columns: 1fr 1fr !important;
    }
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
        padding: 10px !important;
        font-size: 12px !important;
    }
    body.np-order-received-style-minimal .kiwa-customer-invoice .button {
        width: 100% !important;
        border-radius: 0 !important;
    }
}


/* v1.10.6 order received cleanup: stronger layout and clearer structure */
body.np-order-received-style-minimal main.np-container,
body.np-order-received-style-minimal .entry-content,
body.np-order-received-style-minimal .woocommerce {
    width: min(calc(100% - 40px), 1120px) !important;
    max-width: 1120px !important;
}
body.np-order-received-style-minimal .woocommerce-order {
    display: grid !important;
    gap: 22px !important;
    padding: 24px 0 48px !important;
}
body.np-order-received-style-minimal .woocommerce-notice--success,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
    margin: 0 !important;
    padding: 18px 22px !important;
    background: #fbf7f4 !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-left: 4px solid var(--np-accent,#8b4d2d) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    color: var(--np-heading,#2d2926) !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview {
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    background: #fff !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li {
    list-style: none !important;
    margin: 0 !important;
    min-height: 92px !important;
    padding: 18px 20px !important;
    border-right: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #766e67 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li::before,
body.np-order-received-style-minimal ul.woocommerce-order-overview li::after { display:none !important; }
body.np-order-received-style-minimal ul.woocommerce-order-overview li strong {
    display: block !important;
    margin: 0 !important;
    color: var(--np-heading,#2d2926) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    word-break: break-word !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li strong .woocommerce-Price-amount,
body.np-order-received-style-minimal ul.woocommerce-order-overview li .amount { font-size: inherit !important; }
body.np-order-received-style-minimal ul.woocommerce-order-overview li:last-child { border-right: 0 !important; }
body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
body.np-order-received-style-minimal .woocommerce-order-details,
body.np-order-received-style-minimal .woocommerce-customer-details {
    margin: 0 !important;
    padding: 24px 28px !important;
    background: #fff !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2 {
    margin: 0 0 18px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    color: var(--np-heading,#2d2926) !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h3 {
    margin: 0 0 14px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--np-heading,#2d2926) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details {
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
    list-style: none !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    color: #766e67 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li:nth-child(odd) {
    border-right: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong {
    margin: 0 !important;
    color: var(--np-heading,#2d2926) !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-collapse: collapse !important;
    background: #fff !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table thead th {
    background: #faf8f6 !important;
    color: var(--np-heading,#2d2926) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
    padding: 14px 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td:last-child,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th:last-child { text-align:left !important; }
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot th {
    color: var(--np-heading,#2d2926) !important;
    font-weight: 600 !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    border-top: 2px solid var(--np-accent,#8b4d2d) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--np-heading,#2d2926) !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice {
    margin-top: 16px !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 12px 22px !important;
    border-radius: 0 !important;
}
body.np-order-received-style-minimal .woocommerce-customer-details address {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-style: normal !important;
    line-height: 1.7 !important;
    color: var(--np-text,#5d534c) !important;
}
body.np-order-received-style-minimal .woocommerce-columns--addresses,
body.np-order-received-style-minimal .woocommerce-columns.addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}
body.np-order-received-style-minimal .woocommerce-column--billing-address,
body.np-order-received-style-minimal .woocommerce-column--shipping-address {
    width: 100% !important;
    float: none !important;
}
body.np-order-received-style-minimal .woocommerce-customer-details .woocommerce-columns,
body.np-order-received-style-minimal .woocommerce-customer-details .woocommerce-columns--addresses { margin-top: 0 !important; }
@media (max-width: 900px) {
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li:nth-child(2n) { border-right: 0 !important; }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li:nth-child(n+3) { border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important; }
}
@media (max-width: 640px) {
    body.np-order-received-style-minimal main.np-container,
    body.np-order-received-style-minimal .entry-content,
    body.np-order-received-style-minimal .woocommerce {
        width: min(calc(100% - 24px), 1120px) !important;
    }
    body.np-order-received-style-minimal .woocommerce-order { gap: 16px !important; padding: 14px 0 30px !important; }
    body.np-order-received-style-minimal .woocommerce-notice--success,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received,
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-order-details,
    body.np-order-received-style-minimal .woocommerce-customer-details { padding: 16px !important; }
    body.np-order-received-style-minimal ul.woocommerce-order-overview { grid-template-columns: 1fr !important; }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li {
        min-height: auto !important;
        padding: 14px 16px !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li:last-child { border-bottom: 0 !important; }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li strong { font-size: 24px !important; }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-columns--addresses,
    body.np-order-received-style-minimal .woocommerce-columns.addresses { grid-template-columns: 1fr !important; }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li:nth-child(odd) { border-right: 0 !important; }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong { font-size: 20px !important; }
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td { font-size: 16px !important; }
    body.np-order-received-style-minimal .kiwa-customer-invoice .button { width: 100% !important; }
}

/* v1.10.7 order received typography + bank detail alignment fix */
body.np-order-received-style-minimal ul.woocommerce-order-overview{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    min-height:108px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.order,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.date,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total{
    border-bottom:1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total{
    border-right:0 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method{
    grid-column:1 / -1 !important;
    border-right:0 !important;
    min-height:auto !important;
    padding:16px 20px 18px !important;
    gap:8px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li strong{
    font-size:22px !important;
    line-height:1.2 !important;
    max-width:100% !important;
    word-break:normal !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.order strong,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.date strong,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong{
    white-space:normal !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .woocommerce-Price-amount,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .amount{
    white-space:nowrap !important;
    font-size:21px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong{
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.45 !important;
    white-space:normal !important;
    word-break:normal !important;
    max-width:360px !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2{
    font-size:20px !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h3{
    margin:0 0 12px !important;
    font-size:16px !important;
    font-weight:600 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    align-items:stretch !important;
    border-top:1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li{
    min-height:96px !important;
    justify-content:center !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.account_name,
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.account-name,
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.bank_account_name{
    display:none !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.bank_name,
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.bank-name{
    order:1 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.account_number,
body.np-order-received-style-minimal ul.wc-bacs-bank-details li.account-number{
    order:2 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong{
    font-size:18px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
}
@media (max-width: 900px){
    body.np-order-received-style-minimal ul.woocommerce-order-overview{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total{
        border-right:1px solid var(--np-checkout-border,#e8dfd7) !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.date{
        border-right:0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total{
        border-bottom:0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method{
        grid-column:1 / -1 !important;
        border-top:1px solid var(--np-checkout-border,#e8dfd7) !important;
    }
}
@media (max-width: 640px){
    body.np-order-received-style-minimal ul.woocommerce-order-overview li{
        min-height:auto !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li strong{
        font-size:20px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong{
        font-size:16px !important;
        max-width:none !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong{
        white-space:normal !important;
        font-size:17px !important;
    }
}

/* ==========================================================
   Kios Store 1.10.8 - premium structured Order Received
   Reference: clean Jeimart furniture checkout confirmation UI.
   ========================================================== */
body.np-order-received-style-minimal .woocommerce-order,
body.np-order-received-style-minimal .woocommerce-order * {
    font-family: var(--np-body-font, Poppins, system-ui, sans-serif) !important;
    box-sizing: border-box;
}

body.np-order-received-style-minimal main.np-container,
body.np-order-received-style-minimal .entry-content,
body.np-order-received-style-minimal .woocommerce {
    width: min(calc(100% - 40px), 1120px) !important;
    max-width: 1120px !important;
}

body.np-order-received-style-minimal .woocommerce-order {
    display: grid !important;
    gap: 18px !important;
    padding: 30px 0 54px !important;
    color: var(--np-body-color, #554d47) !important;
}

/* Success message */
body.np-order-received-style-minimal .woocommerce-notice--success,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
    position: relative !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 34px 34px 34px 116px !important;
    display: flex !important;
    align-items: center !important;
    background: #fbf8f5 !important;
    color: var(--np-header-text, #211d1a) !important;
    border: 1px solid #eadfd6 !important;
    border-left: 4px solid var(--np-accent, #9a5530) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 19px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.01em !important;
}
body.np-order-received-style-minimal .woocommerce-notice--success::before,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received::before {
    content: "✓" !important;
    position: absolute !important;
    left: 36px !important;
    top: 50% !important;
    width: 58px !important;
    height: 58px !important;
    display: grid !important;
    place-items: center !important;
    transform: translateY(-50%) !important;
    border: 2px solid var(--np-accent, #9a5530) !important;
    border-radius: 50% !important;
    color: var(--np-accent, #9a5530) !important;
    background: #fff !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* Main order summary: order/date + total on left, payment method on right. */
body.np-order-received-style-minimal ul.woocommerce-order-overview {
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: .92fr 1.32fr 1.55fr !important;
    grid-template-areas:
        "order date method"
        "total total method" !important;
    background: #fff !important;
    border: 1px solid #eadfd6 !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li {
    position: relative !important;
    min-width: 0 !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 24px 28px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 7px !important;
    list-style: none !important;
    background: #fff !important;
    border: 0 !important;
    color: #82766d !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.order {
    grid-area: order !important;
    border-bottom: 1px solid #eadfd6 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.date {
    grid-area: date !important;
    border-left: 1px solid #eadfd6 !important;
    border-bottom: 1px solid #eadfd6 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total {
    grid-area: total !important;
    min-height: 116px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
    grid-area: method !important;
    min-height: 228px !important;
    padding: 34px 32px 34px 108px !important;
    justify-content: center !important;
    border-left: 1px solid #eadfd6 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method::before {
    content: "" !important;
    position: absolute !important;
    left: 30px !important;
    top: 50% !important;
    width: 56px !important;
    height: 56px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background-color: #fbf8f5 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%239a5530' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V10'/%3E%3Cpath d='M19 21V10'/%3E%3Cpath d='M9 21V10'/%3E%3Cpath d='M15 21V10'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M12 3 3 8h18L12 3z'/%3E%3C/svg%3E") !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: var(--np-header-text, #211d1a) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
    white-space: normal !important;
    word-break: normal !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .woocommerce-Price-amount,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .amount {
    color: var(--np-accent, #9a5530) !important;
    font-size: 31px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong {
    font-size: 18px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
}

/* Sections */
body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
body.np-order-received-style-minimal .woocommerce-order-details,
body.np-order-received-style-minimal .woocommerce-customer-details {
    margin: 0 !important;
    padding: 24px 26px !important;
    background: #fff !important;
    border: 1px solid #eadfd6 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: var(--np-header-text, #211d1a) !important;
    font-family: var(--np-body-font, Poppins, system-ui, sans-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
}

/* Bank details: visually combine account holder + bank + account number in one row. */
body.np-order-received-style-minimal .woocommerce-bacs-bank-details {
    display: grid !important;
    grid-template-columns: .9fr 1fr 1.15fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 0 !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h2 {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3 {
    grid-column: 3 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    min-height: 88px !important;
    padding: 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    border: 0 !important;
    border-top: 1px solid #eadfd6 !important;
    border-left: 1px solid #eadfd6 !important;
    color: var(--np-header-text, #211d1a) !important;
    font-family: var(--np-body-font, Poppins, system-ui, sans-serif) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name::before,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3::before {
    content: "ACCOUNT NAME / RECIPIENT" !important;
    display: block !important;
    color: #82766d !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: .09em !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    border: 0 !important;
    border-top: 1px solid #eadfd6 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
    min-height: 88px !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    border: 0 !important;
    color: #82766d !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li + li {
    border-left: 1px solid #eadfd6 !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong {
    margin: 0 !important;
    color: var(--np-header-text, #211d1a) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: normal !important;
}

/* Order table */
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #eadfd6 !important;
    border-radius: 0 !important;
    border-collapse: collapse !important;
    background: #fff !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table thead th {
    padding: 13px 15px !important;
    background: #fbf8f5 !important;
    color: #70665f !important;
    border-bottom: 1px solid #eadfd6 !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
    padding: var(--np-order-received-table-padding, 13px) 15px !important;
    border-bottom: 1px solid #eee6df !important;
    color: var(--np-body-color, #554d47) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td:last-child,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th:last-child {
    text-align: right !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    border-top: 2px solid var(--np-accent, #9a5530) !important;
    color: var(--np-header-text, #211d1a) !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

/* Customer details and invoice action */
body.np-order-received-style-minimal .woocommerce-customer-details address {
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid #eee6df !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--np-body-color, #554d47) !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice {
    margin-top: 15px !important;
}
body.np-order-received-style-minimal .kiwa-customer-invoice .button {
    min-height: 44px !important;
    padding: 11px 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    letter-spacing: .02em !important;
}

@media (max-width: 900px) {
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "order date"
            "total total"
            "method method" !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.date {
        border-right: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total {
        border-bottom: 1px solid #eadfd6 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
        min-height: 150px !important;
        border-left: 0 !important;
        border-top: 0 !important;
    }
}

@media (max-width: 640px) {
    body.np-order-received-style-minimal main.np-container,
    body.np-order-received-style-minimal .entry-content,
    body.np-order-received-style-minimal .woocommerce {
        width: min(calc(100% - 24px), 1120px) !important;
    }
    body.np-order-received-style-minimal .woocommerce-order {
        gap: 14px !important;
        padding: 14px 0 30px !important;
    }
    body.np-order-received-style-minimal .woocommerce-notice--success,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
        min-height: 88px !important;
        padding: 22px 18px 22px 76px !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    body.np-order-received-style-minimal .woocommerce-notice--success::before,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received::before {
        left: 18px !important;
        width: 42px !important;
        height: 42px !important;
        font-size: 21px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "order date"
            "total total"
            "method method" !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li {
        padding: 16px !important;
        border-bottom: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.order,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.date {
        border-bottom: 1px solid #eadfd6 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total {
        min-height: 94px !important;
        border-bottom: 1px solid #eadfd6 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
        min-height: 118px !important;
        padding: 20px 18px 20px 74px !important;
        border-left: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method::before {
        left: 16px !important;
        width: 42px !important;
        height: 42px !important;
        background-size: 23px 23px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li strong {
        font-size: 16px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .woocommerce-Price-amount,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .amount {
        font-size: 24px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong {
        font-size: 15px !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-order-details,
    body.np-order-received-style-minimal .woocommerce-customer-details {
        padding: 18px 16px !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details {
        display: block !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        border-top: 1px solid #eadfd6 !important;
    }
    body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3 {
        min-height: 76px !important;
        margin-top: 0 !important;
        padding: 14px 0 !important;
        border-left: 0 !important;
        border-top: 1px solid #eadfd6 !important;
        font-size: 15px !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
        min-height: 76px !important;
        padding: 14px 10px 14px 0 !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li + li {
        padding-left: 12px !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong {
        font-size: 15px !important;
    }
    body.np-order-received-style-minimal .woocommerce-columns--addresses,
    body.np-order-received-style-minimal .woocommerce-columns.addresses {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
        padding: 10px !important;
        font-size: 12px !important;
    }
    body.np-order-received-style-minimal .kiwa-customer-invoice .button {
        width: 100% !important;
    }
}


/* ==========================================================
   Kios Store 1.10.9 - compact invoice-style thank you header
   User request: shrink the top thank-you area, tighten spacing,
   and reduce typography to match the order details section.
   ========================================================== */
body.np-order-received-style-minimal .woocommerce-order {
    gap: 14px !important;
    padding: 20px 0 42px !important;
}
body.np-order-received-style-minimal .woocommerce-notice--success,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
    min-height: auto !important;
    padding: 18px 20px 18px 72px !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
}
body.np-order-received-style-minimal .woocommerce-notice--success::before,
body.np-order-received-style-minimal .woocommerce-thankyou-order-received::before {
    left: 20px !important;
    width: 34px !important;
    height: 34px !important;
    border-width: 1.5px !important;
    font-size: 17px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview {
    grid-template-columns: .95fr 1.1fr 1.2fr !important;
    grid-template-areas:
        "order date method"
        "total total method" !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li {
    min-height: auto !important;
    padding: 18px 18px !important;
    gap: 5px !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    letter-spacing: .08em !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.order,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.date {
    min-height: 72px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total {
    min-height: 86px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
    min-height: 158px !important;
    padding: 18px 18px 18px 72px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method::before {
    left: 18px !important;
    width: 36px !important;
    height: 36px !important;
    background-size: 19px 19px !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li strong {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .woocommerce-Price-amount,
body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .amount {
    font-size: 18px !important;
    line-height: 1.25 !important;
}
body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong {
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
body.np-order-received-style-minimal .woocommerce-order-details,
body.np-order-received-style-minimal .woocommerce-customer-details {
    padding: 20px 22px !important;
}
body.np-order-received-style-minimal .woocommerce-bacs-bank-details h2,
body.np-order-received-style-minimal .woocommerce-order-details h2,
body.np-order-received-style-minimal .woocommerce-customer-details h2 {
    margin: 0 0 16px !important;
    font-size: 17px !important;
}
body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3 {
    min-height: 76px !important;
    padding: 16px 18px !important;
    font-size: 15px !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
    min-height: 76px !important;
    padding: 16px 18px !important;
    font-size: 10px !important;
}
body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong {
    font-size: 15px !important;
    line-height: 1.35 !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table thead th {
    padding: 12px 14px !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
    padding: 12px 14px !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
}
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.np-order-received-style-minimal .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    font-size: 15px !important;
}
@media (max-width: 900px) {
    body.np-order-received-style-minimal ul.woocommerce-order-overview {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "order date"
            "total total"
            "method method" !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
        min-height: 112px !important;
        padding-left: 68px !important;
        border-left: 0 !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method::before {
        left: 18px !important;
    }
}
@media (max-width: 640px) {
    body.np-order-received-style-minimal .woocommerce-order {
        gap: 12px !important;
        padding: 12px 0 26px !important;
    }
    body.np-order-received-style-minimal .woocommerce-notice--success,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received {
        padding: 16px 16px 16px 58px !important;
        font-size: 14px !important;
    }
    body.np-order-received-style-minimal .woocommerce-notice--success::before,
    body.np-order-received-style-minimal .woocommerce-thankyou-order-received::before {
        left: 16px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li {
        padding: 14px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.order,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.date {
        min-height: 64px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total {
        min-height: 76px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method {
        min-height: 96px !important;
        padding: 16px 14px 16px 56px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method::before {
        left: 14px !important;
        width: 28px !important;
        height: 28px !important;
        background-size: 16px 16px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li strong,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.method strong {
        font-size: 14px !important;
    }
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .woocommerce-Price-amount,
    body.np-order-received-style-minimal ul.woocommerce-order-overview li.total strong .amount {
        font-size: 17px !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details,
    body.np-order-received-style-minimal .woocommerce-order-details,
    body.np-order-received-style-minimal .woocommerce-customer-details {
        padding: 16px !important;
    }
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details {
        display: block !important;
    }
    body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3,
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li {
        min-height: 68px !important;
        padding: 14px 12px !important;
    }
    body.np-order-received-style-minimal ul.wc-bacs-bank-details li strong,
    body.np-order-received-style-minimal .wc-bacs-bank-details-account-name,
    body.np-order-received-style-minimal .woocommerce-bacs-bank-details > h3 {
        font-size: 14px !important;
    }
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table th,
    body.np-order-received-style-minimal .woocommerce-order-details table.shop_table td {
        padding: 10px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================
   Kios Store 1.11.0 - Direct Bank Transfer confirmation
   ========================================================== */
body.np-order-received .np-bank-confirmation {
    margin: 0 !important;
    padding: 20px 22px !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--np-body-color,#554d47) !important;
    font-family: var(--np-body-font,Poppins,system-ui,sans-serif) !important;
}
body.np-order-received .np-bank-confirmation * { box-sizing: border-box; }
body.np-order-received .np-bank-confirmation__heading {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-bottom: 14px !important;
}
body.np-order-received .np-bank-confirmation__eyebrow {
    display: block !important;
    margin-bottom: 4px !important;
    color: #82766d !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: .11em !important;
}
body.np-order-received .np-bank-confirmation h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--np-header-text,#211d1a) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}
body.np-order-received .np-bank-confirmation__status {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 5px 9px !important;
    border: 1px solid #e4d8cf !important;
    border-radius: 0 !important;
    background: #fbf8f5 !important;
    color: #725544 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}
body.np-order-received .np-bank-confirmation__status--verified {
    border-color: #bbd9c0 !important;
    background: #f1f8f2 !important;
    color: #2f6b39 !important;
}
body.np-order-received .np-bank-confirmation__status--submitted {
    border-color: #ead9a8 !important;
    background: #fffaf0 !important;
    color: #7d611d !important;
}
body.np-order-received .np-bank-confirmation__intro {
    margin: 0 0 14px !important;
    color: var(--np-body-color,#554d47) !important;
    font-size: 12.5px !important;
    line-height: 1.65 !important;
}
body.np-order-received .np-bank-confirmation__notice {
    margin: 0 !important;
    padding: 13px 14px !important;
    border-left: 3px solid var(--np-accent,#9a5530) !important;
    background: #fbf8f5 !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}
body.np-order-received .np-bank-confirmation__notice strong,
body.np-order-received .np-bank-confirmation__notice span {
    display: block !important;
}
body.np-order-received .np-bank-confirmation__notice.is-success {
    border-left-color: #3d7b48 !important;
    background: #f3f8f4 !important;
}
body.np-order-received .np-bank-confirmation__notice.is-pending {
    border-left-color: #a67c24 !important;
    background: #fffaf0 !important;
}
body.np-order-received .np-bank-confirmation__details { margin: 0 !important; }
body.np-order-received .np-bank-confirmation__details > summary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 9px 16px !important;
    cursor: pointer !important;
    list-style: none !important;
    border: 1px solid var(--np-accent,#9a5530) !important;
    border-radius: 0 !important;
    background: var(--np-accent,#9a5530) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
body.np-order-received .np-bank-confirmation__details > summary::-webkit-details-marker { display: none !important; }
body.np-order-received .np-bank-confirmation__form {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received .np-bank-confirmation__fixed,
body.np-order-received .np-bank-confirmation__submitted-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 0 !important;
    margin: 0 0 16px !important;
    border: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received .np-bank-confirmation__fixed > div,
body.np-order-received .np-bank-confirmation__submitted-grid > div {
    min-width: 0 !important;
    padding: 12px 14px !important;
}
body.np-order-received .np-bank-confirmation__fixed > div + div,
body.np-order-received .np-bank-confirmation__submitted-grid > div:nth-child(even) {
    border-left: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received .np-bank-confirmation__submitted-grid > div:nth-child(n+3) {
    border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
}
body.np-order-received .np-bank-confirmation__fixed small,
body.np-order-received .np-bank-confirmation__submitted-grid small {
    display: block !important;
    margin-bottom: 4px !important;
    color: #82766d !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
body.np-order-received .np-bank-confirmation__fixed strong,
body.np-order-received .np-bank-confirmation__submitted-grid strong {
    display: block !important;
    color: var(--np-header-text,#211d1a) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}
body.np-order-received .np-bank-confirmation__fields {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px 14px !important;
}
body.np-order-received .np-bank-confirmation__fields .form-row {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}
body.np-order-received .np-bank-confirmation__fields label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #625851 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}
body.np-order-received .np-bank-confirmation__fields input[type="text"],
body.np-order-received .np-bank-confirmation__fields input[type="date"],
body.np-order-received .np-bank-confirmation__fields input[type="file"] {
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 11px !important;
    border: 1px solid var(--np-checkout-border,#d9d0c9) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--np-header-text,#211d1a) !important;
    box-shadow: none !important;
    font-size: 12px !important;
}
body.np-order-received .np-bank-confirmation__fields input[type="file"] { padding: 7px 9px !important; }
body.np-order-received .np-bank-confirmation__fields p > small {
    display: block !important;
    margin-top: 5px !important;
    color: #8a8079 !important;
    font-size: 9px !important;
}
body.np-order-received .np-bank-confirmation__submit {
    min-height: 42px !important;
    margin-top: 16px !important;
    padding: 10px 18px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}
body.np-order-received .np-bank-confirmation__proof-link {
    display: inline-flex !important;
    margin-top: 12px !important;
    color: var(--np-accent,#9a5530) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}
@media (max-width: 640px) {
    body.np-order-received .np-bank-confirmation { padding: 16px !important; }
    body.np-order-received .np-bank-confirmation__heading { display: block !important; }
    body.np-order-received .np-bank-confirmation__status { margin-top: 10px !important; }
    body.np-order-received .np-bank-confirmation__details > summary,
    body.np-order-received .np-bank-confirmation__submit { width: 100% !important; }
    body.np-order-received .np-bank-confirmation__fields { grid-template-columns: 1fr !important; }
    body.np-order-received .np-bank-confirmation__fixed,
    body.np-order-received .np-bank-confirmation__submitted-grid { grid-template-columns: 1fr !important; }
    body.np-order-received .np-bank-confirmation__fixed > div + div,
    body.np-order-received .np-bank-confirmation__submitted-grid > div:nth-child(even) {
        border-left: 0 !important;
        border-top: 1px solid var(--np-checkout-border,#e8dfd7) !important;
    }
}
