/* NRF START - reserve modal */
.nrf-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1040;
}
.nrf-modal-overlay.open { display: block; }

.nrf-store-modal {
	position: fixed;
	top: 0;
	right: -680px;
	width: 580px;
	max-width: 95vw;
	height: 100vh;
	background: #fff;
	z-index: 1050;
	transition: right 0.28s ease;
	box-shadow: -4px 0 24px rgba(0,0,0,0.15);
	overflow-y: auto;
}
.nrf-store-modal.open { right: 0; }

.nrf-store-modal-inner {
	padding: 50px 50px 28px;
}

/* Close button */
.nrf-store-modal-close {
	position: absolute;
	top: 17px;
	right: 23px;
	z-index: 1051;
	font-size: 35px;
	line-height: 1;
	background: transparent;
	border: 0;
	color: #212B31;
	cursor: pointer;
	padding: 0;
}

/* Heading row: icon + title inline */
.nrf-store-modal-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 23px;
	margin-top: 10px;
}
.nrf-store-modal-icon {
	font-size: 30px;
	color: #425363;
	flex-shrink: 0;
}
.nrf-store-modal-title {
	font-size: 32px;
	font-weight: 500;
	color: #425363;
	margin: 0;
	line-height: 1.2;
}

/* Subtext */
.nrf-store-modal-sub {
	font-size: 18px;
	color: #425363;
	margin: 0 0 38px;
	line-height: 1.4;
}

/* Postcode input wrapper — geo icon inside */
.nrf-postcode-wrap {
	position: relative;
	margin-bottom: 22px !important;
}
.nrf-postcode-wrap .loqatesuggestions{
	top: 55px;
}
.nrf-postcode-input {
	width: 100%;
	border: 1px solid #D9DDE0;
	border-radius: 10px;
	padding: 10px 44px 10px 12px;
	font-size: 14px;
	color: #212B31;
	box-sizing: border-box;
	outline: none;
}
.nrf-postcode-input:focus { border-color: #425363; }
.nrf-geo-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #425363;
	font-size: 17px;
	padding: 0;
	line-height: 1;
}
.nrf-geo-btn:hover { color: #425363; }

/* Search button */
.nrf-search-btn {
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px;
	color: #212B31 !important;
}
/* Mobile: slide up from bottom */
@media (max-width: 767.99px) {
	.nrf-store-modal {
		top: auto;
		bottom: -100%;
		right: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 90vh;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -4px 24px rgba(0,0,0,0.15);
		transition: bottom 0.28s ease;
		overflow: visible;
	}
	.nrf-store-modal-inner {
		overflow-y: auto;
		max-height: 90vh;
		padding: 24px 20px 32px;
	}
	.nrf-store-modal.open {
		right: 0;
		bottom: 0;
	}
	.nrf-store-modal-close {
		position: absolute;
		top: -34px;
		right: 5px;
		font-size: 30px;
		color: #fff;
	}
	.nrf-store-modal-heading {
		margin-top: 4px;
		margin-bottom: 14px;
		gap: 8px;
	}
	.nrf-store-modal-icon {
		font-size: 22px;
	}
	.nrf-store-modal-title {
		font-size: 20px;
	}
	.nrf-store-modal-sub {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.nrf-search-btn {
		font-size: 16px;
		padding: 14px;
	}
}

/* Powerbox steps - opt Template (no calculate button) — visible on load for NRF */
body.nrf-active-opt #calculatePriceStep3,
body.nrf-active-opt #calculatePriceFooter {
	display: block !important;
}
body.nrf-active-opt #ecomerceAddBasketForm {
	display: block !important;
}
body.nrf-active-opt .power-box-vecommerce .calculator-wrapper {
	border-radius: 10px 10px 0 0 !important;
}
body.nrf-active-opt .power-box-vecommerce .calculator-expanded-tail {
	border-radius: 0 0 10px 10px !important;
}

/* NRF - Power box background override */
body.nrf-active .power-box-vecommerce {
	background-color: #D9DDE0;
}

/* NRF - Finishing touches card */
/* body.nrf-active .add-ons-box:not(.complete-your-offer) {
	background-color: #ECEEEF;
	border-radius: 8px;
	padding: 16px !important;
	border-top: none !important;
	margin-bottom: 16px;
}
body.nrf-active .add-ons-box:not(.complete-your-offer) .title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	gap: 8px;
}
body.nrf-active .add-ons-box:not(.complete-your-offer) .title i {
	font-size: 18px;
	color: #425363;
}
body.nrf-active .add-ons-box:not(.complete-your-offer) .description {
	font-size: 13px;
	margin-bottom: 12px;
} */

/* NRF - Finishing Touches new design (nrf-rec-box) */
.nrf-rec-box {
	background-color: #ECEEEF;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 22px;
}
.nrf-active-opt .nrf-rec-box {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.nrf-rec-header {
	font-size: 14px;
	font-weight: 500;
	color: #425363;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}
.nrf-rec-header i {
	font-size: 18px;
	color: #425363;
}
.nrf-rec-desc {
	font-size: 13px;
	line-height: 18px;
	color: #425363;
}
.nrf-rec-box .nrf-rec-desc{
	margin-bottom: 5px;
}
.nrf-rec-box .nrf-rec-desc:first-of-type {
	margin-bottom: 12px;
}
.nrf-rec-box .view-more-less {
	margin-bottom: 0;
}
.nrf-rec-products {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #D9DDE0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.nrf-rec-products .view-more-less{
	text-align: right;
}
.nrf-rec-product {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	padding: 8px;
	margin-bottom: 10px;

	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #D9DDE0;
	border-radius: 10px;
}
.nrf-rec-img {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nrf-rec-img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.nrf-rec-info {
	flex: 1;
	min-width: 0;
}
.nrf-rec-name {
	font-size: 12px;
	font-weight: 500;
	color: #425363;
	margin-bottom: 2px;
	line-height: 1.3;
}
.nrf-rec-price {
	font-size: 14px;
	font-weight: 700;
	color: #425363;
}
.nrf-rec-qty {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 104px;
	justify-content: flex-end;
	margin-left: auto;
	gap: 7px;
}
.nrf-rec-qty .quantity-button-wrp {
	display: flex;
	align-items: center;
}
.nrf-rec-qty .quantity-button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #D9DDE0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}
.nrf-rec-qty .quantity-input-wrp {
	display: flex;
	align-items: center;
}
.nrf-rec-qty .add-on-input {
	width: 40px;
	height: 30px;
	border: 1px solid #D9DDE0;
	text-align: center;
}

/* NRF - Power box bottom (availability + subtotal) */
.nrf-power-box-bottom {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 16px;
	padding: 0;
	margin-bottom: 12px;
}
.nrf-power-box-availability {
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	color: #212B31;
	line-height: 1.8;
}
.nrf-power-box-availability i {
	margin-right: 4px;
	color: #212B31;
}
.nrf-power-box-subtotal {
	text-align: right;
	font-size: 13px;
	color: #425363;
	flex-shrink: 0;
}
.nrf-power-box-subtotal .total {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #425363;
	margin-bottom: 2px;
}
.nrf-power-box-subtotal #total_cost_with_add_ons {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #212B31;
	line-height: 1.2;
}
.nrf-power-box-subtotal #total_cost_with_add_ons_without_offer {
	display: block;
	font-size: 12px;
	text-decoration: line-through;
	color: #425363;
}
.nrf-power-box-subtotal .monthlycalc-link {
	margin-top: 4px;
}
.nrf-power-box-subtotal .monthlycalc-link a {
	font-size: 12px;
	color: #425363;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.nrf-power-box-bottom {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.nrf-power-box-subtotal {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		text-align: left;
	}
	.nrf-power-box-subtotal .total {
		display: inline;
		margin-bottom: 0;
	}
	.nrf-power-box-subtotal #total_cost_with_add_ons {
		display: inline;
	}
	.nrf-power-box-subtotal #total_cost_with_add_ons_without_offer {
		display: none;
	}
	.nrf-power-box-subtotal .monthlycalc-link {
		width: 100%;
		text-align: right;
		margin-top: 2px;
	}
}

/* Others */
.room-calculate-size-vecommerce .room-line .line-width .line-unit::after{
	color: #425363 !important;
}

.nrf-reserve-trigger{
	color: #212B31 !important;
}

/* END NRF */
