.jso-checkout {
	--jso-ink: #242321;
	--jso-muted: #77736e;
	--jso-line: #d7d2ca;
	--jso-paper: #f8f5ef;
	--jso-panel: #eee9e1;
	width: 100%;
	margin: 0;
	color: var(--jso-ink);
	background: var(--jso-paper);
}

.jso-checkout *,
.jso-checkout *::before,
.jso-checkout *::after {
	box-sizing: border-box;
}

.jso-steps {
	display: flex;
	justify-content: center;
	gap: clamp(28px, 4vw, 62px);
	padding: 28px 24px 18px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.jso-steps a,
.jso-steps span {
	color: #aaa49d;
	text-decoration: none;
}

.jso-steps .is-active {
	color: var(--jso-ink);
}

.jso-header {
	padding: clamp(54px, 7vw, 105px) clamp(24px, 3vw, 52px) clamp(48px, 5vw, 72px);
}

.jso-header p,
.jso-summary__eyebrow {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.jso-header h1 {
	margin: 18px 0 0;
	font-size: clamp(58px, 7vw, 108px);
	font-weight: 600;
	line-height: .85;
	letter-spacing: -.07em;
	text-transform: uppercase;
}

.jso-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(380px, 1fr);
	border-top: 1px solid var(--jso-line);
}

.jso-customer {
	min-width: 0;
	padding: 48px clamp(24px, 4vw, 70px) 70px;
}

.jso-customer__details {
	display: grid;
	gap: 0;
}

.jso-section {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 20px;
	padding: 0 0 48px;
	border-bottom: 1px solid var(--jso-line);
}

.jso-section + .jso-section,
.jso-shipping-extra + .jso-section {
	padding-top: 46px;
}

.jso-section__number {
	padding-top: 6px;
	color: var(--jso-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
}

.jso-section__content {
	min-width: 0;
}

.jso-section__content > h2,
.jso-section__heading h2,
.jso-payment-methods__heading h2 {
	margin: 0 0 35px;
	font-size: clamp(25px, 2.4vw, 36px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.jso-section__heading,
.jso-payment-methods__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.jso-section__heading p,
.jso-payment-methods__heading span {
	margin: 0;
	color: var(--jso-muted);
	font-size: 10px;
}

.jso-section__heading a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.jso-checkout #ship-to-different-address label,
.jso-checkout .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	cursor: pointer;
}

.jso-fields,
.jso-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 18px;
}

.jso-checkout .form-row {
	float: none !important;
	width: auto !important;
	margin: 0;
	padding: 0;
}

.jso-checkout .form-row-wide,
.jso-checkout #billing_email_field,
.jso-checkout #billing_company_field,
.jso-checkout #billing_country_field,
.jso-checkout #billing_address_1_field,
.jso-checkout #billing_address_2_field,
.jso-checkout #shipping_company_field,
.jso-checkout #shipping_country_field,
.jso-checkout #shipping_address_1_field,
.jso-checkout #shipping_address_2_field {
	grid-column: 1 / -1;
}

.jso-shipping-extra {
	margin-left: 54px;
	padding: 18px 0 46px;
	border-bottom: 1px solid var(--jso-line);
}

.jso-checkout #ship-to-different-address {
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
}

.jso-checkout .shipping_address {
	margin-top: 30px;
}

.jso-checkout .form-row label:not(.checkbox) {
	display: block;
	margin: 0 0 9px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.jso-checkout .required {
	color: var(--jso-ink);
	text-decoration: none;
}

.jso-checkout input.input-text,
.jso-checkout textarea,
.jso-checkout select,
.jso-checkout .select2-container .select2-selection--single {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--jso-line);
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--jso-ink);
	font-size: 13px;
	box-shadow: none;
}

.jso-checkout textarea {
	min-height: 125px;
	padding-top: 15px;
	resize: vertical;
}

.jso-checkout input.input-text:focus,
.jso-checkout textarea:focus,
.jso-checkout select:focus,
.jso-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--jso-ink);
}

.jso-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 11px 25px 11px 0;
	line-height: 28px;
}

.jso-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 8px;
}

.jso-checkout .woocommerce-invalid input.input-text,
.jso-checkout .woocommerce-invalid select,
.jso-checkout .woocommerce-invalid .select2-selection {
	border-color: #9f3027;
}

.jso-checkout .checkout-inline-error-message {
	margin: 7px 0 0;
	color: #9f3027;
	font-size: 10px;
}

.jso-checkout .woocommerce-account-fields,
.jso-checkout .woocommerce-additional-fields {
	margin-top: 30px;
}

.jso-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 18px;
}

.jso-checkout input[type="checkbox"],
.jso-checkout input[type="radio"] {
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--jso-ink);
}

.jso-customer > .jso-section {
	padding-top: 46px;
}

.jso-shipping-table,
.jso-shipping-table tbody,
.jso-shipping-table tr,
.jso-shipping-table th,
.jso-shipping-table td {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.jso-shipping-table th {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.jso-shipping-table .woocommerce-shipping-methods {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jso-shipping-table .woocommerce-shipping-methods li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 1px solid var(--jso-line);
}

.jso-shipping-table .woocommerce-shipping-methods li:has(input:checked) {
	border-color: var(--jso-ink);
}

.jso-shipping-table .woocommerce-shipping-methods input {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

.jso-shipping-table .woocommerce-shipping-methods label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 72px;
	padding: 15px 18px 15px 50px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.jso-shipping-table .woocommerce-shipping-destination,
.jso-shipping-table .woocommerce-shipping-calculator,
.jso-shipping-table .woocommerce-shipping-contents,
.jso-shipping-table .shipping-calculator-button {
	margin: 12px 0 0;
	color: var(--jso-muted);
	font-size: 10px;
}

.jso-empty-note {
	margin: 0;
	color: var(--jso-muted);
	font-size: 11px;
}

.jso-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 56px;
	padding-top: 34px;
	border-top: 1px solid var(--jso-line);
}

.jso-benefits > div {
	display: flex;
	gap: 17px;
	align-items: flex-start;
}

.jso-benefits > div > span {
	font-size: 17px;
	line-height: 1;
}

.jso-benefits p {
	display: flex;
	margin: 0;
	flex-direction: column;
	gap: 7px;
}

.jso-benefits strong {
	font-size: 12px;
}

.jso-benefits small {
	color: var(--jso-muted);
	font-size: 9px;
}

.jso-summary {
	position: sticky;
	top: 0;
	align-self: start;
	min-width: 0;
	min-height: 760px;
	padding: 48px clamp(28px, 3vw, 46px) 44px;
	border-left: 1px solid var(--jso-line);
	background: var(--jso-panel);
}

.jso-summary #order_review_heading,
.jso-summary #order_review,
.jso-summary .woocommerce-checkout-review-order {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.jso-summary > h2 {
	display: block;
	width: 100%;
	margin: 30px 0 42px;
	font-size: clamp(31px, 3vw, 43px);
	font-weight: 500;
	letter-spacing: -.04em;
	overflow-wrap: normal;
	word-break: normal;
	text-transform: uppercase;
}

.jso-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: auto;
	background: transparent;
}

.jso-order-table th,
.jso-order-table td {
	padding: 0;
	border: 0;
	background: transparent;
}

.jso-order-table tbody {
	display: grid;
	gap: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--jso-line);
}

.jso-order-table .jso-order-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.jso-order-item .product-name {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
}

.jso-order-item__image {
	width: 72px;
	height: 94px;
	overflow: hidden;
	background: #e6e0d8;
}

.jso-order-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jso-order-item__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
	padding-top: 3px;
}

.jso-order-item__content > strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.jso-order-item__content > span,
.jso-order-item__content .variation,
.jso-order-item__content .variation p {
	margin: 0;
	color: var(--jso-muted);
	font-size: 10px;
}

.jso-order-item__content .variation dt,
.jso-order-item__content .variation dd {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.jso-order-item__variation-row {
	display: flex;
	flex-wrap: wrap;
	gap: .35em;
}

.jso-order-item .product-total {
	padding-top: 3px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.jso-order-table tfoot {
	display: table-row-group;
}

.jso-order-table tfoot tr {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding-top: 22px;
	font-size: 12px;
}

.jso-order-table tfoot th,
.jso-order-table tfoot td {
	font-weight: 400;
	text-align: left;
}

.jso-order-table tfoot td {
	text-align: right;
}

.jso-order-table .woocommerce-shipping-totals {
	display: block;
}

.jso-order-table .woocommerce-shipping-totals th,
.jso-order-table .woocommerce-shipping-totals td {
	display: block;
	width: 100%;
	text-align: left;
}

.jso-order-table .woocommerce-shipping-totals td {
	margin-top: 12px;
}

.jso-order-table .woocommerce-shipping-methods {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jso-order-table .woocommerce-shipping-methods li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0;
}

.jso-order-table .woocommerce-shipping-methods label {
	font-size: 11px;
	line-height: 1.4;
}

.jso-order-table .order-total {
	margin-top: 25px;
	padding-top: 27px;
	border-top: 1px solid var(--jso-line);
	font-size: 14px;
}

.jso-order-table .order-total strong {
	font-size: 24px;
}

.jso-order-table .woocommerce-remove-coupon {
	display: block;
	margin-top: 3px;
	color: var(--jso-muted);
	font-size: 9px;
}

.jso-coupon {
	margin-top: 24px;
	border-top: 1px solid var(--jso-line);
	border-bottom: 1px solid var(--jso-line);
}

.jso-coupon summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 57px;
	font-size: 12px;
	cursor: pointer;
	list-style: none;
}

.jso-coupon summary::-webkit-details-marker {
	display: none;
}

.jso-coupon summary i {
	font-style: normal;
	font-size: 15px;
}

.jso-coupon[open] summary i {
	transform: rotate(45deg);
}

.jso-coupon__body {
	padding: 0 0 16px;
}

.jso-coupon__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.jso-coupon__fields input,
.jso-coupon__fields button {
	height: 42px;
	margin: 0;
	border: 1px solid var(--jso-line);
	border-radius: 0;
}

.jso-coupon__fields input {
	min-width: 0;
	padding: 0 12px;
	background: #fff;
	font-size: 12px;
}

.jso-coupon__fields button {
	padding: 0 14px;
	background: transparent;
	color: var(--jso-ink);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.jso-coupon__fields button:disabled {
	cursor: wait;
	opacity: .55;
}

.jso-coupon__message {
	min-height: 0;
	margin: 8px 0 0;
	font-size: 10px;
	line-height: 1.4;
}

.jso-coupon.has-error .jso-coupon__message {
	color: #9f3027;
}

.jso-coupon.has-success .jso-coupon__message {
	color: #49623b;
}

.jso-checkout .jso-payment-methods {
	margin: 0;
	background: transparent;
}

.jso-payment-methods__heading h2 {
	margin-bottom: 35px;
}

.jso-checkout .jso-payment-methods .wc_payment_methods {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.jso-checkout .jso-payment-methods .wc_payment_methods > li {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 22px 16px 17px;
	border: 1px solid var(--jso-line);
	background: transparent;
}

.jso-checkout .jso-payment-methods .wc_payment_methods > li:has(input:checked) {
	border-color: var(--jso-ink);
}

.jso-checkout .jso-payment-methods .wc_payment_methods > li > input {
	position: absolute;
	top: 17px;
	right: 15px;
}

.jso-checkout .jso-payment-methods .wc_payment_methods > li > label {
	display: block;
	min-height: 26px;
	padding: 36px 24px 0 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
}

.jso-checkout .jso-payment-methods .wc_payment_methods img {
	display: block;
	max-height: 24px;
	margin: 8px 0 0;
}

.jso-checkout .jso-payment-methods .payment_box {
	margin: 13px 0 0;
	padding: 13px 0 0;
	border-top: 1px solid var(--jso-line);
	background: transparent;
	font-size: 10px;
	line-height: 1.5;
}

.jso-checkout .jso-payment-methods .payment_box::before {
	display: none;
}

.jso-checkout .jso-payment-methods .payment_box p {
	margin: 0;
}

.jso-place-order {
	float: none !important;
	width: 100% !important;
	margin: 26px 0 0 !important;
	padding: 0 !important;
}

.jso-checkout .woocommerce-privacy-policy-text,
.jso-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--jso-muted);
	font-size: 9px;
	line-height: 1.55;
}

.jso-checkout .woocommerce-privacy-policy-text a,
.jso-checkout .woocommerce-terms-and-conditions-wrapper a {
	color: inherit;
	text-decoration: underline;
}

.jso-checkout #place_order {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: none;
	width: 100%;
	min-height: 61px;
	margin: 22px 0 0;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	background: var(--jso-ink);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
}

.jso-checkout #place_order i {
	font-style: normal;
	font-size: 16px;
}

.jso-checkout #place_order:hover {
	background: #111;
}

.jso-place-order__note {
	margin: 16px 0 0;
	color: var(--jso-muted);
	font-size: 9px;
	line-height: 1.5;
}

.jso-checkout .blockUI.blockOverlay {
	background-color: rgba(238, 233, 225, .72) !important;
}

body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
	max-width: 760px;
	margin: 20px auto;
}

/* Order received / thank-you page. */
.jso-thankyou {
	--jso-ink: #242321;
	--jso-muted: #77736e;
	--jso-line: #d7d2ca;
	--jso-paper: #f8f5ef;
	--jso-panel: #eee9e1;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--jso-paper);
	color: var(--jso-ink);
}

.jso-thankyou *,
.jso-thankyou *::before,
.jso-thankyou *::after {
	box-sizing: border-box;
}

.jso-thankyou__hero {
	display: flex;
	align-items: center;
	min-height: clamp(590px, 72vh, 790px);
	border-top: 1px solid var(--jso-line);
}

.jso-thankyou__hero-inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: clamp(74px, 9vw, 145px) clamp(24px, 8vw, 130px);
}

.jso-thankyou__eyebrow,
.jso-thankyou__section-heading > p {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.jso-thankyou__hero h1 {
	max-width: 1200px;
	margin: 32px 0 28px;
	font-size: clamp(58px, 6.3vw, 98px);
	font-weight: 500;
	line-height: .92;
	letter-spacing: -.065em;
	text-transform: uppercase;
}

.jso-thankyou__lead {
	max-width: 620px;
	margin: 0 0 32px;
	color: var(--jso-muted);
	font-size: 14px;
	line-height: 1.7;
}

.jso-thankyou__text-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 0;
	border-bottom: 1px solid currentColor;
	color: var(--jso-ink);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.jso-thankyou__text-link:hover {
	color: var(--jso-muted);
}

.jso-thankyou__actions {
	display: flex;
	align-items: center;
	gap: 28px;
}

.jso-thankyou__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-width: 230px;
	min-height: 58px;
	padding: 0 20px;
	background: var(--jso-ink);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.jso-thankyou__button:hover {
	background: #111;
	color: #fff;
}

.jso-thankyou__hero--failed {
	background: #f3ebe7;
}

.jso-thankyou__overview {
	padding: clamp(58px, 6vw, 92px) clamp(24px, 7vw, 112px);
	border-top: 1px solid var(--jso-line);
	border-bottom: 1px solid var(--jso-line);
	background: var(--jso-panel);
}

.jso-thankyou__section-heading,
.jso-order-meta {
	width: 100%;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}

.jso-thankyou__section-heading {
	display: grid;
	grid-template-columns: minmax(150px, 260px) minmax(0, 1fr);
	align-items: end;
	gap: 40px;
	margin-bottom: 52px;
}

.jso-thankyou__section-heading h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 500;
	line-height: .95;
	letter-spacing: -.055em;
	text-transform: uppercase;
}

.jso-order-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid var(--jso-line);
	border-left: 1px solid var(--jso-line);
}

.jso-order-meta > div {
	min-width: 0;
	padding: 24px;
	border-right: 1px solid var(--jso-line);
	border-bottom: 1px solid var(--jso-line);
}

.jso-order-meta dt {
	margin: 0 0 15px;
	color: var(--jso-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.jso-order-meta dd {
	margin: 0;
	overflow-wrap: anywhere;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.jso-thankyou__details {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: clamp(64px, 7vw, 105px) clamp(24px, 4vw, 64px) clamp(80px, 9vw, 140px);
}

.jso-thankyou__details > * {
	margin-top: 0;
	margin-bottom: 72px;
}

.jso-thankyou__details > *:last-child {
	margin-bottom: 0;
}

.jso-thankyou__details h2,
.jso-thankyou__details h3,
.jso-thankyou__details .woocommerce-order-details__title,
.jso-thankyou__details .woocommerce-column__title,
.jso-thankyou__details .wc-bacs-bank-details-heading,
.jso-thankyou__details .wc-bacs-bank-details-account-name {
	margin: 0 0 28px;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.045em;
	text-transform: uppercase;
}

.jso-thankyou__details p,
.jso-thankyou__details address {
	color: var(--jso-muted);
	font-size: 13px;
	line-height: 1.75;
}

.jso-thankyou__details a {
	color: var(--jso-ink);
	text-underline-offset: 3px;
}

.jso-thankyou__details table.shop_table,
.jso-thankyou__details table.woocommerce-table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none !important;
}

.jso-thankyou__details table th,
.jso-thankyou__details table td {
	padding: 20px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--jso-line) !important;
	background: transparent !important;
	color: var(--jso-ink);
	text-align: left;
	vertical-align: top;
}

.jso-thankyou__details table thead th {
	border-top: 1px solid var(--jso-line) !important;
	color: var(--jso-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.jso-thankyou__details table .product-total,
.jso-thankyou__details table tfoot td {
	text-align: right;
}

.jso-thankyou__details table .product-name,
.jso-thankyou__details table tfoot th {
	font-size: 12px;
	font-weight: 600;
}

.jso-thankyou__details table tfoot tr:last-child th,
.jso-thankyou__details table tfoot tr:last-child td {
	padding-top: 26px !important;
	font-size: 17px;
	font-weight: 700;
}

.jso-thankyou__details .wc-item-meta {
	margin: 9px 0 0;
	padding: 0;
	color: var(--jso-muted);
	font-size: 10px;
	font-weight: 400;
	list-style: none;
}

.jso-thankyou__details .wc-item-meta li,
.jso-thankyou__details .wc-item-meta p {
	margin: 2px 0;
	font-size: inherit;
	line-height: 1.5;
}

.jso-thankyou__details .woocommerce-columns--addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.jso-thankyou__details .woocommerce-column {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.jso-thankyou__details .woocommerce-column address {
	min-height: 100%;
	margin: 0;
	padding: 26px;
	border: 1px solid var(--jso-line);
	background: var(--jso-paper);
	font-style: normal;
}

.jso-thankyou__details .woocommerce-customer-details--phone,
.jso-thankyou__details .woocommerce-customer-details--email {
	margin: 10px 0 0;
	padding-left: 0;
}

.jso-thankyou__details .wc-bacs-bank-details,
.jso-thankyou__details .order_details.bacs_details {
	margin: 0 0 50px;
}

.jso-thankyou__details .order_details.bacs_details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
	border-top: 1px solid var(--jso-line);
	border-left: 1px solid var(--jso-line);
	list-style: none;
}

.jso-thankyou__details .order_details.bacs_details li {
	float: none;
	width: auto;
	margin: 0;
	padding: 22px;
	border-right: 1px solid var(--jso-line);
	border-bottom: 1px solid var(--jso-line);
	font-size: 9px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.jso-thankyou__details .order_details.bacs_details strong {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.jso-thankyou__details .woocommerce-notice,
.jso-thankyou__details .woocommerce-info {
	margin: 0 0 36px;
	padding: 20px 22px;
	border: 1px solid var(--jso-line);
	border-radius: 0;
	background: var(--jso-panel);
	color: var(--jso-ink);
	font-size: 12px;
	line-height: 1.6;
}

@media (max-width: 1100px) {
	.jso-layout {
		grid-template-columns: minmax(0, 1.45fr) minmax(350px, 1fr);
	}

	.jso-customer {
		padding-right: 35px;
		padding-left: 35px;
	}

	.jso-benefits {
		grid-template-columns: 1fr;
	}

	.jso-checkout .jso-payment-methods .wc_payment_methods {
		grid-template-columns: 1fr;
	}

	.jso-order-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.jso-steps {
		justify-content: flex-start;
		gap: 18px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.jso-header {
		padding: 48px 18px 44px;
	}

	.jso-header h1 {
		font-size: clamp(49px, 16vw, 76px);
	}

	.jso-layout {
		display: block;
	}

	.jso-customer {
		padding: 34px 18px 46px;
	}

	.jso-section {
		grid-template-columns: 25px minmax(0, 1fr);
		gap: 8px;
	}

	.jso-fields,
	.jso-checkout .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.jso-shipping-extra {
		margin-left: 33px;
	}

	.jso-checkout .form-row,
	.jso-checkout .form-row-first,
	.jso-checkout .form-row-last {
		grid-column: 1 / -1;
	}

	.jso-summary {
		position: static;
		min-height: 0;
		padding: 40px 18px 36px;
		border-top: 1px solid var(--jso-line);
		border-left: 0;
	}

	.jso-summary > h2 {
		margin-bottom: 34px;
	}

	.jso-order-item .product-name {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
	}

	.jso-order-item__image {
		width: 62px;
		height: 82px;
	}

	.jso-thankyou__hero {
		min-height: 570px;
	}

	.jso-thankyou__hero-inner {
		padding: 78px 18px;
	}

	.jso-thankyou__hero h1 {
		margin-top: 25px;
		font-size: clamp(43px, 14vw, 64px);
		line-height: .93;
	}

	.jso-thankyou__overview {
		padding: 54px 18px;
	}

	.jso-thankyou__section-heading {
		display: block;
		margin-bottom: 35px;
	}

	.jso-thankyou__section-heading > p {
		margin-bottom: 18px;
	}

	.jso-order-meta {
		grid-template-columns: 1fr;
	}

	.jso-order-meta > div {
		padding: 19px;
	}

	.jso-thankyou__details {
		padding: 58px 18px 90px;
	}

	.jso-thankyou__details > * {
		margin-bottom: 54px;
	}

	.jso-thankyou__details table th,
	.jso-thankyou__details table td {
		padding: 16px 8px !important;
	}

	.jso-thankyou__details .woocommerce-columns--addresses,
	.jso-thankyou__details .order_details.bacs_details {
		grid-template-columns: 1fr;
	}

	.jso-thankyou__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jso-checkout *,
	.jso-checkout *::before,
	.jso-checkout *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}

	.jso-thankyou *,
	.jso-thankyou *::before,
	.jso-thankyou *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* 1.2.1 — one shared content axis and hard reset of theme column widths. */
.jso-thankyou {
	--jso-confirmation-width: 1600px;
	--jso-confirmation-gutter: clamp(24px, 8vw, 160px);
}

.jso-thankyou__hero {
	padding-right: var(--jso-confirmation-gutter);
	padding-left: var(--jso-confirmation-gutter);
}

.jso-thankyou__hero-inner {
	width: 100%;
	max-width: var(--jso-confirmation-width);
	padding-right: 0;
	padding-left: 0;
}

.jso-thankyou__overview {
	padding-right: var(--jso-confirmation-gutter);
	padding-left: var(--jso-confirmation-gutter);
}

.jso-thankyou__section-heading,
.jso-order-meta {
	max-width: var(--jso-confirmation-width);
}

.jso-thankyou__section-heading {
	display: block;
}

.jso-thankyou__section-heading > p {
	margin-bottom: 20px;
}

.jso-order-meta {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jso-thankyou__details {
	width: calc(100% - var(--jso-confirmation-gutter) - var(--jso-confirmation-gutter));
	max-width: var(--jso-confirmation-width);
	padding-right: 0;
	padding-left: 0;
}

.jso-thankyou__details > p,
.jso-thankyou__details > .woocommerce-notice,
.jso-thankyou__details > .woocommerce-info,
.jso-thankyou__details > .woocommerce-order-details,
.jso-thankyou__details > .woocommerce-customer-details,
.jso-thankyou__details > .wc-bacs-bank-details,
.jso-thankyou__details .woocommerce-order-details,
.jso-thankyou__details .woocommerce-customer-details {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.jso-thankyou__details .woocommerce-order-details__title,
.jso-thankyou__details .woocommerce-column__title,
.jso-thankyou__details .wc-bacs-bank-details-heading,
.jso-thankyou__details .wc-bacs-bank-details-account-name {
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 0 28px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.jso-thankyou__details .woocommerce-columns--addresses {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
	align-items: stretch;
	gap: 24px;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jso-thankyou__details .woocommerce-columns--addresses::before,
.jso-thankyou__details .woocommerce-columns--addresses::after {
	display: none !important;
	content: none !important;
}

.jso-thankyou__details .woocommerce-columns--addresses > .woocommerce-column {
	display: flex !important;
	align-self: stretch;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jso-thankyou__details .woocommerce-columns--addresses > .woocommerce-column address {
	width: 100%;
	flex: 1 1 auto;
}

@media (max-width: 1100px) {
	.jso-order-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.jso-thankyou {
		--jso-confirmation-gutter: 18px;
	}

	.jso-order-meta {
		grid-template-columns: 1fr;
	}

	.jso-thankyou__details .woocommerce-columns--addresses {
		grid-template-columns: 1fr !important;
	}
}
