.away-days-booking-modal[hidden] {
	display: none;
}

.away-days-booking-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.away-days-booking-modal__backdrop {
	background: rgba( 0, 0, 0, 0.68 );
	inset: 0;
	position: absolute;
}

.away-days-booking-modal__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba( 0, 0, 0, 0.28 );
	max-height: calc( 100vh - 48px );
	max-width: 1120px;
	overflow: auto;
	padding: 40px;
	position: relative;
	width: min( 100%, 1120px );
}

.away-days-booking-modal__close {
	align-items: center;
	background: #ef4444;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 30px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 44px;
}

.away-days-booking-modal__header h3 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 64px 28px 0;
}

.away-days-booking-modal__layout {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax( 0, 1fr ) 380px;
}

.away-days-booking-modal__field {
	display: block;
	font-weight: 700;
	margin: 0 0 22px;
}

.away-days-booking-modal__field span,
.away-days-booking-modal__passenger label span {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.away-days-booking-modal__field input,
.away-days-booking-modal__passenger input {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	font-size: 16px;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.away-days-booking-modal__passenger input.is-error {
	border-color: #ef4444;
	box-shadow: 0 0 0 1px #ef4444;
}

.away-days-booking-modal__accordion {
	display: grid;
	gap: 12px;
}

.away-days-booking-modal__passenger {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
}

.away-days-booking-modal__passenger summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 16px 18px;
}

.away-days-booking-modal__passenger summary::-webkit-details-marker {
	display: none;
}

.away-days-booking-modal__passenger summary span {
	font-weight: 800;
}

.away-days-booking-modal__passenger summary strong {
	color: #6b7280;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.away-days-booking-modal__passenger[open] summary {
	border-bottom: 1px solid #e5e7eb;
}

.away-days-booking-modal__passenger-fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	padding: 18px;
}

.away-days-booking-modal__summary {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 24px;
	position: sticky;
	top: 0;
}

.away-days-booking-modal__summary h4 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.away-days-booking-modal__summary-item,
.away-days-booking-modal__summary-row,
.away-days-booking-modal__summary-total {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 14px 0;
}

.away-days-booking-modal__summary-item {
	border-bottom: 1px solid #f3f4f6;
	display: block;
}

.away-days-booking-modal__summary-item span {
	color: #6b7280;
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}

.away-days-booking-modal__summary-item strong {
	display: block;
	font-size: 16px;
	line-height: 1.35;
}

.away-days-booking-modal__summary-row {
	border-bottom: 1px solid #f3f4f6;
}

.away-days-booking-modal__summary-row span {
	color: #6b7280;
}

.away-days-booking-modal__summary-total {
	align-items: baseline;
	font-size: 20px;
	font-weight: 800;
	padding-top: 20px;
}

.away-days-booking-modal__error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 6px;
	color: #b91c1c;
	font-size: 14px;
	margin: 14px 0 0;
	padding: 10px 12px;
}

.away-days-booking-modal__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 24px;
}

.away-days-booking-modal__actions .button {
	min-height: 48px;
	padding-left: 22px;
	padding-right: 22px;
}

.away-days-booking-modal__actions .away-days-booking-modal__secondary {
	background-color: #fff !important;
	border: 1px solid #d1d5db !important;
	color: #111 !important;
}

.away-days-booking-modal__actions .away-days-booking-modal__secondary:hover,
.away-days-booking-modal__actions .away-days-booking-modal__secondary:focus {
	background-color: #f3f4f6 !important;
	border-color: #9ca3af !important;
	color: #111 !important;
}

.away-days-booking-modal__actions .away-days-booking-modal__primary {
	background-color: #ef4444 !important;
	border: 1px solid #ef4444 !important;
	border-radius: 999px;
	color: #fff !important;
	font-weight: 700;
}

.away-days-booking-modal__actions .away-days-booking-modal__primary:hover,
.away-days-booking-modal__actions .away-days-booking-modal__primary:focus {
	background-color: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}

body.away-days-booking-modal-open {
	overflow: hidden;
}

.away-days-checkout {
	padding: 48px 20px;
}

.away-days-checkout__inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.away-days-checkout__header {
	margin-bottom: 28px;
}

.away-days-checkout__header h1 {
	font-size: 34px;
	line-height: 1.15;
	margin: 0;
}

.away-days-checkout__module {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba( 15, 23, 42, 0.08 );
	padding: 28px;
}

.away-days-checkout__module .woocommerce {
	margin: 0;
}

.away-days-checkout__module .woocommerce-form-coupon-toggle,
.away-days-checkout__module .woocommerce-notices-wrapper {
	margin: 0 0 24px;
}

.away-days-checkout__module .woocommerce-info {
	border-top-color: #ef4444;
	margin: 0;
}

.away-days-checkout__module .woocommerce-info::before {
	color: #ef4444;
}

.away-days-checkout__module form.checkout_coupon,
.away-days-checkout__module form.woocommerce-form-coupon {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin: 0 0 24px;
	padding: 20px;
}

.away-days-checkout__module form.checkout_coupon p:first-child,
.away-days-checkout__module form.woocommerce-form-coupon p:first-child {
	color: #4b5563;
	margin-top: 0;
}

.away-days-checkout__module form.checkout {
	align-items: start;
	display: grid;
	column-gap: 42px;
	grid-template-columns: minmax( 0, 1fr ) 380px;
	row-gap: 0;
}

.away-days-checkout__module #customer_details,
.away-days-checkout__module .away-days-passengers,
.away-days-checkout__module #order_review_heading,
.away-days-checkout__module #order_review {
	min-width: 0;
}

.away-days-checkout__module #customer_details {
	grid-column: 1;
	grid-row: 1;
}

.away-days-checkout__module .away-days-passengers {
	grid-column: 1;
}

.away-days-checkout__module #order_review_heading,
.away-days-checkout__module #order_review {
	grid-column: 2;
	grid-row: 1;
}

.away-days-checkout__module #order_review_heading {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	padding: 24px 24px 0;
	position: sticky;
	top: 24px;
	z-index: 2;
}

.away-days-checkout__module #order_review {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0 0 8px 8px;
	border-top: 0;
	margin-top: 62px;
	padding: 20px 24px 24px;
	position: sticky;
	top: 86px;
	z-index: 1;
}

.away-days-checkout__module .col2-set {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	width: 100%;
}

.away-days-checkout__module .col2-set .col-1,
.away-days-checkout__module .col2-set .col-2 {
	float: none;
	margin: 0;
	width: 100%;
}

.away-days-checkout__module .woocommerce-billing-fields,
.away-days-checkout__module .woocommerce-shipping-fields,
.away-days-checkout__module .woocommerce-additional-fields,
.away-days-checkout__module .away-days-passengers {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 22px;
}

.away-days-checkout__module .woocommerce-additional-fields {
	margin-top: 16px;
}

.away-days-checkout__module .woocommerce-additional-fields:empty,
.away-days-checkout__module .woocommerce-additional-fields:not(:has(.form-row)) {
	display: none;
}

.away-days-checkout__module .away-days-passengers {
	margin-top: 16px;
}

.away-days-checkout__module h3,
.away-days-checkout__module .away-days-passengers h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.away-days-checkout__module .woocommerce-additional-fields h3,
.away-days-checkout__module .away-days-passengers h4 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 16px;
}

.away-days-checkout__module .away-days-passengers__booking {
	margin: 0;
}

.away-days-checkout__module .away-days-passengers__passenger {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	margin: 14px 0 0;
	padding: 16px;
}

.away-days-checkout__module .away-days-passengers__passenger legend {
	font-weight: 800;
	padding: 0 8px;
}

.away-days-checkout__module .form-row {
	margin-bottom: 16px;
}

.away-days-checkout__module label {
	color: #111;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.away-days-checkout__module .input-text,
.away-days-checkout__module select,
.away-days-checkout__module textarea {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.away-days-checkout__module textarea {
	min-height: 110px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 20px;
	table-layout: auto;
	width: 100%;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table th,
.away-days-checkout__module .woocommerce-checkout-review-order-table td {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #f3f4f6;
	padding: 14px 0;
	vertical-align: top;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table thead {
	display: none;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table th:first-child,
.away-days-checkout__module .woocommerce-checkout-review-order-table td:first-child {
	padding-right: 16px;
	width: auto;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table th:last-child,
.away-days-checkout__module .woocommerce-checkout-review-order-table td:last-child {
	white-space: nowrap;
	text-align: right;
	width: 1%;
}

.away-days-checkout__module .order-total th,
.away-days-checkout__module .order-total td {
	border-bottom: 0;
	font-size: 20px;
	font-weight: 800;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .cart_item td {
	padding-bottom: 18px;
	padding-top: 18px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .product-name {
	font-size: 14px;
	line-height: 1.45;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .product-total {
	font-size: 14px;
	line-height: 1.45;
	padding-left: 14px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .product-quantity {
	font-weight: 800;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation {
	color: #4b5563;
	font-size: 13px;
	line-height: 1.35;
	margin: 8px 0 0;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dt,
.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd p {
	display: inline;
	margin: 0;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table tfoot th {
	font-size: 15px;
	font-weight: 800;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table tfoot td {
	font-size: 15px;
	font-weight: 800;
}

.away-days-checkout__module #payment {
	background: transparent;
	border-radius: 0;
}

.away-days-checkout__module #payment ul.payment_methods {
	border-bottom: 1px solid #e5e7eb;
	padding: 0 0 16px;
}

.away-days-checkout__module #payment div.payment_box {
	background: #f9fafb;
	border-radius: 6px;
	color: #111;
	margin: 12px 0;
}

.away-days-checkout__module #payment div.payment_box::before {
	border-bottom-color: #f9fafb;
}

.away-days-checkout__module #place_order,
.away-days-checkout__module .checkout-button,
.away-days-checkout__module button.button.alt {
	background-color: #ef4444 !important;
	border: 1px solid #ef4444 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-weight: 800;
	min-height: 50px;
	width: 100%;
}

.away-days-checkout__module #place_order:hover,
.away-days-checkout__module #place_order:focus,
.away-days-checkout__module .checkout-button:hover,
.away-days-checkout__module .checkout-button:focus,
.away-days-checkout__module button.button.alt:hover,
.away-days-checkout__module button.button.alt:focus {
	background-color: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}

.away-days-checkout__module .away-days-payment-choice.checkout {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin: 0 0 20px;
	padding: 18px;
}

.away-days-checkout__module .away-days-payment-choice.checkout h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.away-days-checkout__module .away-days-payment-choice.checkout p {
	margin-bottom: 10px;
}

.away-days-checkout__module .away-days-payment-choice__label {
	font-size: 16px;
	font-weight: 800;
	margin: 12px 0 6px;
}

.away-days-checkout__module .away-days-payment-choice__summary {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.away-days-cart {
	padding: 48px 20px;
}

.away-days-cart__inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.away-days-cart__header {
	margin-bottom: 28px;
}

.away-days-cart__header h1 {
	font-size: 34px;
	line-height: 1.15;
	margin: 0;
}

.away-days-cart__module {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba( 15, 23, 42, 0.08 );
	padding: 28px;
}

.away-days-cart__module .woocommerce {
	align-items: flex-start;
	display: flex !important;
	flex-wrap: wrap;
	gap: 32px;
	margin: 0;
}

.away-days-cart__module .woocommerce-notices-wrapper,
.away-days-cart__module .woocommerce-message,
.away-days-cart__module .woocommerce-info,
.away-days-cart__module .woocommerce-error {
	flex: 0 0 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.away-days-cart__module .woocommerce-notices-wrapper:empty {
	display: none;
}

.away-days-cart__module .woocommerce-message,
.away-days-cart__module .woocommerce-info {
	border-top-color: #96b51d;
}

.away-days-cart__module .woocommerce-cart-form {
	flex: 0 0 calc( 50% - 16px ) !important;
	float: none !important;
	margin: 0;
	max-width: calc( 50% - 16px ) !important;
	min-width: 0;
	width: calc( 50% - 16px ) !important;
}

.away-days-cart__module .cart-collaterals {
	flex: 0 0 calc( 50% - 16px ) !important;
	float: none !important;
	margin: 0;
	max-width: calc( 50% - 16px ) !important;
	min-width: 0;
	width: calc( 50% - 16px ) !important;
}

.away-days-cart__module .cart-collaterals::after,
.away-days-cart__module .woocommerce::after {
	clear: both;
	content: "";
	display: table;
}

.away-days-cart__module table.shop_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.away-days-cart__module table.shop_table th,
.away-days-cart__module table.shop_table td {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #f3f4f6;
	padding: 18px 0;
	vertical-align: middle;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table thead {
	display: none;
}

.away-days-cart__module table.shop_table thead th {
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item {
	align-items: center;
	background: #f9fafb;
	border-radius: 8px;
	display: grid;
	grid-template-areas:
		"remove image name subtotal"
		". image name quantity";
	grid-template-columns: 30px 74px minmax( 0, 1fr ) auto;
	column-gap: 16px;
	row-gap: 12px;
	margin-bottom: 14px;
	padding: 18px;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item td {
	background: transparent !important;
	border-bottom: 0;
	display: block;
	max-width: none !important;
	padding: 0;
	width: auto !important;
}

.away-days-cart__module table.shop_table .product-remove {
	grid-area: remove;
	padding-right: 0;
	width: 30px;
}

.away-days-cart__module table.shop_table .product-thumbnail {
	grid-area: image;
	width: 72px;
}

.away-days-cart__module table.shop_table .product-thumbnail img {
	aspect-ratio: 1;
	border-radius: 8px;
	object-fit: cover;
	width: 60px;
}

.away-days-cart__module table.shop_table .product-name {
	grid-area: name;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	min-width: 0;
	padding-right: 8px;
	width: auto !important;
}

.away-days-cart__module table.shop_table .product-price {
	display: none !important;
}

.away-days-cart__module table.shop_table .product-name a {
	color: #111;
	text-decoration: none;
}

.away-days-cart__module table.shop_table .product-name dl.variation {
	color: #4b5563;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	margin: 8px 0 0;
}

.away-days-cart__module table.shop_table .product-name dl.variation dt,
.away-days-cart__module table.shop_table .product-name dl.variation dd {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.away-days-cart__module table.shop_table .product-name dl.variation dd p {
	display: inline;
	margin: 0;
}

.away-days-cart__module table.shop_table .product-price,
.away-days-cart__module table.shop_table .product-subtotal {
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.away-days-cart__module table.shop_table .product-subtotal {
	grid-area: subtotal;
	justify-self: end;
}

.away-days-cart__module table.shop_table .product-quantity {
	grid-area: quantity;
	justify-self: end;
	text-align: center;
}

.away-days-cart__module table.shop_table .quantity .qty {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	min-height: 42px;
	padding: 8px 10px;
	text-align: center;
	width: 64px;
}

.away-days-cart__module .away-days-cart-quantity {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	min-width: 64px;
	padding: 8px 10px;
}

.away-days-cart__module table.shop_table .actions {
	border-bottom: 0;
	padding-top: 22px;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr:not(.cart_item) {
	display: block;
	max-width: 100%;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr:not(.cart_item) td {
	display: block;
	width: 100%;
}

.away-days-cart__module table.shop_table .coupon {
	display: flex;
	gap: 10px;
	max-width: 470px;
}

.away-days-cart__module table.shop_table .coupon .input-text {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 14px;
	width: 220px;
}

.away-days-cart__module .button,
.away-days-cart__module button.button {
	border-radius: 999px;
	min-height: 44px;
	padding-left: 20px;
	padding-right: 20px;
}

.away-days-cart__module table.shop_table .actions > .button {
	float: right;
}

.away-days-cart__module .woocommerce .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-sizing: border-box;
	float: none !important;
	margin: 0;
	max-width: none !important;
	overflow: visible;
	padding: 22px;
	position: sticky;
	top: 24px;
	width: 100% !important;
}

.away-days-cart__module .cart_totals table.shop_table {
	display: block;
	width: 100%;
}

.away-days-cart__module .cart_totals h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 18px;
}

.away-days-cart__module .cart_totals table.shop_table tbody,
.away-days-cart__module .cart_totals table.shop_table tr {
	display: block;
	width: 100%;
}

.away-days-cart__module .cart_totals table.shop_table tr {
	align-items: flex-start;
	border-bottom: 1px solid #f3f4f6;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax( 130px, 1fr ) minmax( 120px, auto );
	padding: 14px 0;
}

.away-days-cart__module .cart_totals table.shop_table th,
.away-days-cart__module .cart_totals table.shop_table td {
	background: transparent !important;
	border: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	display: block;
	padding: 0;
	vertical-align: top;
}

.away-days-cart__module .cart_totals table.shop_table th {
	font-size: 15px;
	font-weight: 800;
	padding-right: 0;
	width: auto !important;
}

.away-days-cart__module .cart_totals table.shop_table td {
	min-width: 0;
	text-align: right;
	width: auto !important;
	white-space: normal;
	word-break: normal;
}

.away-days-cart__module .cart_totals table.shop_table td .amount {
	white-space: nowrap;
}

.away-days-cart__module .cart_totals .away-days-payment-choice td {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 0;
	text-align: right;
	white-space: normal;
}

.away-days-cart__module .cart_totals .away-days-payment-choice .away-days-payment-choice__label,
.away-days-cart__module .cart_totals .away-days-payment-choice .away-days-payment-choice__summary {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
	max-width: 100%;
}

.away-days-cart__module .cart_totals .away-days-payment-choice .away-days-payment-choice__summary {
	color: #4b5563;
	margin-top: 4px;
}

.away-days-cart__module .cart_totals .order-total th,
.away-days-cart__module .cart_totals .order-total td {
	border-bottom: 0;
	font-size: 20px;
	font-weight: 800;
}

.away-days-cart__module .cart_totals .order-total {
	border-bottom: 0 !important;
}

.away-days-cart__module .wc-proceed-to-checkout {
	padding: 20px 0 0;
}

.away-days-cart__module .wc-proceed-to-checkout .checkout-button {
	background-color: #ef4444 !important;
	border: 1px solid #ef4444 !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.2 !important;
	min-height: 52px;
	max-width: none;
	padding: 14px 24px !important;
	white-space: nowrap;
	width: 100%;
}

.away-days-cart__module .wc-proceed-to-checkout .checkout-button:hover,
.away-days-cart__module .wc-proceed-to-checkout .checkout-button:focus {
	background-color: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}

.away-days-cart__module .cart-empty,
.away-days-cart__module .return-to-shop {
	text-align: center;
}

/* Checkout/cart visual refresh: closer to the product booking modal. */
.away-days-checkout,
.away-days-cart {
	background: #fff;
	padding: 34px 20px 54px;
}

.away-days-checkout__inner,
.away-days-cart__inner {
	max-width: 1420px;
}

.away-days-checkout__header,
.away-days-cart__header {
	margin-bottom: 22px;
}

.away-days-checkout__header h1,
.away-days-cart__header h1 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
}

.away-days-checkout__module,
.away-days-cart__module {
	border-color: #edf0f3;
	border-radius: 14px;
	box-shadow: none;
	padding: 34px;
}

.away-days-checkout__module form.checkout,
.away-days-cart__module .woocommerce {
	column-gap: 56px;
}

.away-days-checkout__module form.checkout {
	grid-template-columns: minmax( 0, 1fr ) minmax( 420px, 520px );
}

.away-days-cart__module .woocommerce-cart-form {
	flex-basis: calc( 58% - 28px ) !important;
	max-width: calc( 58% - 28px ) !important;
	width: calc( 58% - 28px ) !important;
}

.away-days-cart__module .cart-collaterals {
	flex-basis: calc( 42% - 28px ) !important;
	max-width: calc( 42% - 28px ) !important;
	width: calc( 42% - 28px ) !important;
}

.away-days-checkout__module .woocommerce-billing-fields,
.away-days-checkout__module .woocommerce-shipping-fields,
.away-days-checkout__module .woocommerce-additional-fields,
.away-days-checkout__module .away-days-passengers {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.away-days-checkout__module h3,
.away-days-checkout__module .away-days-passengers h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 28px;
}

.away-days-checkout__module .form-row {
	margin-bottom: 18px;
}

.away-days-checkout__module label {
	font-size: 13px;
	font-weight: 800;
}

.away-days-checkout__module .input-text,
.away-days-checkout__module select,
.away-days-checkout__module textarea,
.away-days-checkout__module form.checkout_coupon .input-text,
.away-days-cart__module table.shop_table .coupon .input-text {
	border-color: #e8ebef;
	border-radius: 8px;
	min-height: 56px;
}

.away-days-checkout__module .woocommerce-form-coupon-toggle .woocommerce-info,
.away-days-checkout__module .woocommerce-info {
	background: #fffafa;
	border: 1px solid #ff9a9a;
	border-radius: 8px;
	color: #4b5563;
	padding: 17px 20px;
}

.away-days-checkout__module .woocommerce-info::before {
	display: none;
}

.away-days-checkout__module #order_review_heading,
.away-days-checkout__module #order_review,
.away-days-cart__module .woocommerce .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: none;
	padding: 28px 30px;
}

.away-days-checkout__module #order_review_heading {
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	font-size: 28px;
	font-weight: 800;
	padding-bottom: 0;
}

.away-days-checkout__module #order_review {
	border-radius: 0 0 14px 14px;
	border-top: 0;
	margin-top: 68px;
	padding-top: 22px;
}

.away-days-cart__module .cart_totals h2 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 24px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table th,
.away-days-checkout__module .woocommerce-checkout-review-order-table td,
.away-days-cart__module .cart_totals table.shop_table tr {
	border-bottom-color: #edf0f3;
}

.away-days-summary-item {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 84px minmax( 0, 1fr );
}

.away-days-summary-item__media {
	display: block;
	width: 84px;
}

.away-days-summary-item__image {
	aspect-ratio: 1;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 84px !important;
}

.away-days-summary-item__body {
	display: block;
	font-weight: 800;
	line-height: 1.2;
	min-width: 0;
}

.away-days-summary-item__quantity {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #5f6977;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	gap: 12px;
	grid-template-columns: max-content max-content;
	justify-content: start;
	line-height: 1.3;
	margin: -60px 0 0 96px;
	min-height: 0;
	padding: 0;
}

.away-days-summary-item__quantity strong {
	color: #5f6977;
	font-size: 16px;
	font-weight: 500;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .product-name {
	font-size: 15px;
	line-height: 1.35;
	position: relative;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table .product-total {
	font-size: 18px;
	font-weight: 800;
	padding-top: 18px;
	vertical-align: top;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation,
.away-days-cart__module table.shop_table .product-name dl.variation {
	color: #5f6977;
	display: grid;
	font-size: 14px;
	font-weight: 500;
	gap: 4px 8px;
	grid-template-columns: max-content minmax( 0, 1fr );
	margin-top: 8px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation {
	margin-left: 96px;
	margin-top: 8px;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dt,
.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd {
	display: block;
	line-height: 1.25;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dt {
	font-weight: 500;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd {
	min-width: 0;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd ul.away-days-summary-passengers {
	list-style: none;
	margin: 0;
	padding: 0;
}

.away-days-checkout__module .woocommerce-checkout-review-order-table dl.variation dd ul.away-days-summary-passengers li + li {
	margin-top: 2px;
}

.away-days-checkout__module .order-total th,
.away-days-checkout__module .order-total td,
.away-days-cart__module .cart_totals .order-total th,
.away-days-cart__module .cart_totals .order-total td {
	font-size: 22px;
}

.away-days-checkout__module #place_order,
.away-days-checkout__module .checkout-button,
.away-days-checkout__module button.button.alt,
.away-days-cart__module .wc-proceed-to-checkout .checkout-button {
	background-color: #ef4444 !important;
	border-color: #ef4444 !important;
	border-radius: 999px !important;
	font-size: 17px !important;
	font-weight: 800;
	min-height: 58px;
}

.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item {
	background: #f8f9fb;
	border-radius: 12px;
	grid-template-columns: 28px 92px minmax( 0, 1fr ) auto;
	padding: 20px;
}

.away-days-cart__module table.shop_table .product-thumbnail {
	width: 92px;
}

.away-days-cart__module table.shop_table .product-thumbnail img {
	border-radius: 8px;
	width: 82px;
}

.away-days-cart__module table.shop_table .product-name {
	font-size: 17px;
}

.away-days-cart__module table.shop_table .product-subtotal {
	font-size: 17px;
}

.away-days-cart__module table.shop_table .actions {
	padding-top: 28px;
}

.away-days-cart__module .button,
.away-days-cart__module button.button {
	border-radius: 999px;
	font-weight: 800;
	min-height: 52px;
}

@media (max-width: 1200px) {
	.away-days-cart__module .woocommerce {
		display: block !important;
	}

	.away-days-cart__module .woocommerce-cart-form,
	.away-days-cart__module .cart-collaterals {
		flex-basis: auto !important;
		max-width: none !important;
		width: 100% !important;
	}

	.away-days-cart__module .cart-collaterals {
		margin-top: 24px;
	}

	.away-days-cart__module .woocommerce .cart-collaterals .cart_totals {
		position: static;
	}
}

@media (max-width: 900px) {
	.away-days-booking-modal {
		align-items: flex-end;
		padding: 12px;
	}

	.away-days-booking-modal__dialog {
		max-height: calc( 100vh - 24px );
		padding: 28px 20px 20px;
	}

	.away-days-booking-modal__layout {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.away-days-booking-modal__summary {
		position: static;
	}

	.away-days-booking-modal__passenger-fields {
		grid-template-columns: 1fr;
	}

	.away-days-booking-modal__actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.away-days-booking-modal__actions .button {
		width: 100%;
	}

	.away-days-checkout {
		padding: 28px 12px;
	}

	.away-days-checkout__module {
		padding: 20px;
	}

	.away-days-checkout__module form.checkout {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.away-days-checkout__module #customer_details,
	.away-days-checkout__module .away-days-passengers,
	.away-days-checkout__module #order_review_heading,
	.away-days-checkout__module #order_review {
		grid-column: 1;
		position: static;
	}

	.away-days-checkout__module #order_review_heading {
		border: 1px solid #e5e7eb;
		border-bottom: 0;
	}

	.away-days-cart {
		padding: 28px 12px;
	}

	.away-days-cart__module {
		padding: 20px;
	}

	.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item {
		align-items: start;
		grid-template-areas:
			"remove image name"
			". image quantity"
			". image subtotal";
		grid-template-columns: 30px 74px minmax( 0, 1fr );
		row-gap: 14px;
	}

	.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item .product-quantity,
	.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item .product-subtotal {
		align-items: center;
		display: flex;
		justify-content: space-between;
		grid-column: 3;
		justify-self: stretch;
		text-align: left;
	}

	.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item .product-quantity::before,
	.away-days-cart__module .woocommerce-cart-form table.shop_table tbody tr.cart_item .product-subtotal::before {
		color: #6b7280;
		content: attr(data-title);
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.away-days-cart__module table.shop_table .coupon {
		display: grid;
		max-width: none;
	}

	.away-days-cart__module table.shop_table .coupon .input-text {
		width: 100%;
	}

}

@media (max-width: 480px) {
	.away-days-booking-modal__close {
		height: 40px;
		right: 16px;
		top: 16px;
		width: 40px;
	}

	.away-days-booking-modal__header h3 {
		font-size: 24px;
		margin-right: 54px;
	}

	.away-days-booking-modal__passenger summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.away-days-booking-modal__passenger summary strong {
		text-align: left;
	}
}
