{"version":3,"file":"static/js/219.d31714fb.chunk.js","sources":["assets/svg/unlock_svg.svg","components/Drawer/Drawer.js","webpack://landing_page/./src/components/Modals/MembershipDealsModal/MembershipDealsModal.module.css?2228","webpack://landing_page/./src/components/Modals/AuthForm/AuthForm.module.css?add3","assets/svg/unlock_modal_icon.svg","assets/svg/memberdeal_giftbox.svg","assets/svg/membershipdeal_close.svg","components/Modals/MembershipDealsModal/MembershipDealsModal.jsx","assets/images/bunk.svg","assets/images/check.svg","assets/images/kid.svg","assets/images/minus.svg","assets/images/plus.svg","assets/svg/view icon (3).svg","pages/MainPage/SecretMemberDeal/SecretMemberDeal.jsx","assets/svg/rp_inclusion_icon.svg","pages/MainPage/Room.js"],"sourceRoot":"","sourcesContent":["var _path;\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nimport * as React from \"react\";\nfunction SvgUnlockSvg(_ref, svgRef) {\n let {\n title,\n titleId,\n ...props\n } = _ref;\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n width: 27,\n height: 27,\n viewBox: \"0 0 27 27\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M18.7939 10.853V9.79414C18.7939 6.8751 16.4188 4.5 13.4997 4.5C10.5807 4.5 8.20559 6.8751 8.20559 9.79414V10.853C7.03604 10.853 6.08789 11.801 6.08789 12.9707V20.3824C6.088 21.5519 7.03604 22.5 8.20559 22.5H18.7939C19.9634 22.5 20.9116 21.5518 20.9116 20.3823V12.9706C20.9115 11.801 19.9634 10.853 18.7939 10.853ZM10.3233 9.79414C10.3233 8.04251 11.7481 6.6177 13.4997 6.6177C15.2514 6.6177 16.6762 8.04251 16.6762 9.79414V10.853H10.3233V9.79414ZM14.5585 17.2059C14.5585 17.7906 14.0844 18.2647 13.4996 18.2647C12.9148 18.2647 12.4408 17.7906 12.4408 17.2059V15.0882C12.4408 14.5034 12.9148 14.0293 13.4996 14.0293C14.0844 14.0293 14.5585 14.5034 14.5585 15.0882V17.2059Z\",\n fill: \"#494545\"\n })));\n}\nconst ForwardRef = /*#__PURE__*/React.forwardRef(SvgUnlockSvg);\nexport default __webpack_public_path__ + \"static/media/unlock_svg.84686d904f1512c3b98f7f4586c9f5d4.svg\";\nexport { ForwardRef as ReactComponent };","import React from \"react\";\nimport \"./Drawer.css\";\n\nconst Drawer = ({ isOpen, setIsOpen, children, width, height, overflow }) => {\n const toggleDrawer = () => {\n setIsOpen(!isOpen);\n };\n\n return (\n
{membershipDetails?.description}
\n\n {t(\"room\")} {id}\n
\n\n {t(\"adults\")}:{\" \"}\n {width < 901 && (\n {t(\"adult_age\")}\n )}\n
*/}\n\n {t(\"adults\")}:{\" \"}\n \n {\"Above \"}\n {childAgeLimit}\n {t(\"years\")}\n {\" \"}\n
\n\n \n\n {t(\"children\")}:{\" \"}\n \n ({childAgeSplit}\n {t(\"years\")} - {childAgeLimit}\n {t(\"years\")})\n {\" \"}\n
\n \n\n {t(\"infants\")}:{\" \"}\n \n (0 - {childAgeSplit}\n {t(\"years\")})\n {\" \"}\n
\n \n\n {t(\"room\")} {id}\n
\n\n {t(\"adults\")}:{\" \"}\n {width < 901 && (\n {t(\"adult_age\")}\n )}\n
*/}\n\n\n {t(\"adults\")}:{\" \"}\n \n {\"Above \"}\n {childAgeLimit}\n {t(\"years\")}\n {\" \"}\n
\n\n \n\n {t(\"children\")}:{\" \"}\n \n ({childAgeSplit}\n {t(\"years\")} - {childAgeLimit}\n {t(\"years\")})\n {\" \"}\n
\n \n\n {t(\"infants\")}:{\" \"}\n \n (0 - {childAgeSplit}\n {t(\"years\")})\n {\" \"}\n
\n \n\n {`Only ${\n room?.availableRooms > 3\n ? Math.floor(Math.random() * 2) + 2\n : room?.availableRooms\n } ${\n room?.availableRooms === 1 ? \"room\" : \"rooms\"\n } left at this price!`}\n
\n )}\n {room?.roomName?.toLowerCase()?.includes(\"suite\") &&\n rpObject?.name?.toLowerCase()?.includes(\"room only\") &&\n suiteRoomsForNotifications?.map((ele) =>\n ele?.roomName === room?.roomName ? (\n\n {`Hurry! Only ${\n room?.availableRooms > 3\n ? Math.floor(Math.random() * 2) + 2\n : room?.availableRooms\n } ${\n room?.availableRooms === 1 ? \"suite\" : \"suites\"\n } remaining for your dates`}\n
\n ) : null\n )}\n {/* Secret Member deal */}\n {secretMemberDetails?.name &&\n secretMemberDetails?.description &&\n isSecretMemberUnlocked && (\n{secretMemberDetails?.description}
\n\n {rpObject?.name}\n
\n\n {truncatedDesc?.displayText}\n
\n {truncatedDesc?.isTruncated && (\nsetShowRatePlanModal(true)}\n >\n Show More\n
\n )}\n{inc?.inclusionName}
\nsetShowRatePlanModal(true)}>See all inclusions
\n )\n }\n {/* */}\n {\n cancelShown.length > 0 && (\n\n {t(\"cancellation_refund_policy\")}\n
\n )\n }\n \n\n {currency(hotelData?.currency)}{\" \"}\n {/* {((price + priceReduced) * extraPrice).toFixed(\n getFixedValue(hotelData?.currency)\n )} */}\n {(\n ((price + priceReduced) * extraPrice) /\n dateCount\n ).toFixed(getFixedValue(hotelData?.currency))}\n
\n\n {currencies(hotelData?.currency)}{\" \"}\n {Number(\n (priceReduced * extraPrice) / dateCount\n ).toFixed(getFixedValue(hotelData?.currency))}{\" \"}\n {t(\"off\")}\n
\n \n\n\n {currency(hotelData?.currency)}{\" \"}\n {((price * extraPrice) / dateCount).toFixed(\n getFixedValue(hotelData?.currency)\n )}{\" \"}\n /{\" \"}\n
\n\n {\" \"}\n {dateCount === 1 ? t(\"night\") : `${t(\"Night\")}`}\n {/* {dateCount === 1\n ? t(\"night\")\n : `${dateCount / dateCount} ${t(\"night\")}`} */}\n
\n\n {currency(hotelData?.currency)}{\" \"}\n {Number(price).toFixed(\n getFixedValue(hotelData?.currency)\n )}{\" \"}\n /{\" \"}\n
\n\n {dateCount === 1\n ? t(\"night\")\n : `${dateCount} ${t(\"Nights\")}`}\n
\n\n +{\" \"}\n {Number((taxAmount * extraPrice) / dateCount).toFixed(\n getFixedValue(hotelData?.currency)\n )}{\" \"}\n {t(\"taxes\")}\n
\n )}\n {searchData.length > 0 ? (\n\n {\" \"}\n {t(\"price_for\")} {totalPeople}{\" \"}\n {t(pluralWords(totalPeople, \"guest\"))}\n
\n ) : (\n\n {\" \"}\n {t(\"price_for\")} {aCount}{\" \"}\n {t(pluralWords(aCount, \"Adult\"))}\n
\n )}\n {isVRHotel ? (\n \n (This room can accommodate up to {maxGuestCount || 1}{\" \"}\n guests)\n \n ) : null}\n{\n setShowCancellation(true);\n fireGtmEvent(\"rpCancellationOpened\", {\n room_rp_id: `${room?.id}_${code}_${idx}`,\n });\n }}\n >\n {t(\"cancellation_policy\")}\n
*/}\n{t(\"cancellation_policy\")}
\nsetShowCancellation(false)}\n >\n X\n
\n\n Non Refundable - 100% of the money will be charged upon\n cancellation.\n
\n ) : (\n cancelShown.map((res, idx) => {\n let obj = {\n nights: \"nights\",\n percent: \"%\",\n fixed: hotelData?.currency,\n };\n return (\n\n •{\" \"}\n {res?.Days_Before === 0\n ? `${t(\n \"Incase of No Show / Cancelling on day of Checkin will incur\"\n )} ${res?.Penalty_Value}${\n obj[res?.Penalty_Type]\n } ${t(\"penalty\")}.`\n : res?.Penalty_Type === \"nights\"\n ? `${t(\"Cancelling\")} ${\n res?.Days_Before\n } ${pluralWords(res?.Days_Before, \"day\")} ${t(\n \"before arrival incurs a\"\n )} ${res?.Penalty_Value}${pluralWords(\n res?.Penalty_Value,\n \"night\"\n )} ${t(\"penalty\")}.`\n : `${t(\"Cancelling\")} ${\n res?.Days_Before\n } ${pluralWords(res?.Days_Before, \"day\")} ${t(\n \"before arrival incurs a\"\n )} ${res?.Penalty_Value}${\n obj[res?.Penalty_Type]\n } ${t(\"penalty\")}.`}\n
\n );\n })\n )}\n\n \n {peopleViewing} people are viewing this room right now\n
\n Someone booked this room {bookedMinutesAgo} minutes ago\n
\n );\n case 2:\n return (\n\n This room was booked {randomNumber} times in last 7 days\n
\n );\n case 3:\n return hotelData?.city ? (\n\n Highly rated by travelers visiting {hotelData.city}\n
\n ) : (\n\n Highly rated by travelers\n
\n );\n default:\n return null;\n }\n };\n //Real-Time Booking Alerts and Popularity Signals - Ends\n\n const truncateDescription = (text, wordLimit = 20) => {\n const lines = text?.split(\"\\n\") || [];\n return { truncatedLines: lines, isTruncated: true };\n const firstLineWords = lines[0]?.trim().split(\" \") || [];\n const secondLineWords = lines[1]?.trim().split(\" \") || [];\n\n let truncatedLines = [];\n let isTruncated = false;\n\n if (firstLineWords.length > wordLimit) {\n truncatedLines = [firstLineWords.slice(0, wordLimit).join(\" \") + \"...\"];\n isTruncated = true;\n } else if (secondLineWords.length > wordLimit || lines.length > 2) {\n truncatedLines = [\n lines[0],\n secondLineWords.slice(0, wordLimit).join(\" \") + \"...\",\n ];\n isTruncated = true;\n } else {\n truncatedLines = lines.slice(0, 2);\n }\n\n return { truncatedLines, isTruncated };\n };\n\n const { truncatedLines, isTruncated } = truncateDescription(\n room?.description\n );\n\n useEffect(() => {\n if (a1Rooms && a1Rooms > 0) {\n if (hotelData?.userId === 63809) {\n a1Rooms > 5 ? setARooms(5) : setARooms(a1Rooms);\n } else {\n setARooms(a1Rooms);\n }\n } else {\n setARooms(0);\n }\n }, [a1Rooms]);\n\n useEffect(() => {\n const filterRooms = selectedRooms;\n const findRoom = filterRooms?.filter((rm) => rm?.id === room?.id);\n const filterAddons = selectedAddons?.filter(\n (adn) => adn?.hotelRoomId === room?.id\n );\n setRoomCount(findRoom?.length);\n if (findRoom?.length === 0 && filterAddons?.length === 0) {\n setExtraAdult(0);\n setExtraChild(0);\n setExtraInfant(0);\n setDinner(0);\n setLunch(0);\n setBreakfast(0);\n }\n }, [roomCount, selectedAddons, selectedRooms]);\n\n useEffect(() => {\n const checkOverflow = () => {\n if (descriptionRef.current) {\n setIsOverflowing(\n descriptionRef.current.scrollHeight >\n descriptionRef.current.clientHeight\n );\n }\n };\n\n checkOverflow();\n\n window.addEventListener(\"resize\", checkOverflow);\n\n return () => {\n window.removeEventListener(\"resize\", checkOverflow);\n };\n }, [descriptionRef.current]);\n\n useEffect(() => {\n if (\n HotelRoomAmenities?.some(\n (amn) =>\n amn?.Amenity?.name === \"Bunk Beds\" &&\n amn?.Amenity?.category === \"bed_type\"\n )\n ) {\n setIsDorm(true);\n }\n }, [selectedRooms]);\n\n useEffect(() => {\n if (HotelRoomAddons?.length > 0) {\n let tempFood = HotelRoomAddons?.filter(\n (adn) => adn?.price === \"0.00\" && adn?.Addon?.category === \"meal\"\n );\n setFreeFood(tempFood);\n\n let tempGuest = HotelRoomAddons?.filter(\n (adn) => adn?.price === \"0.00\" && adn?.Addon?.category === \"person\"\n );\n setFreeGuest(tempGuest);\n }\n }, []);\n\n useEffect(() => {\n if (payments) {\n if (payments?.some((pay) => pay?.Gateway?.name === \"COD\")) {\n setIsCOD(true);\n }\n if (payments?.some((pay) => pay?.Gateway?.name === \"PartialPayment\")) {\n let val = payments?.filter(\n (pay) => pay?.Gateway?.name === \"PartialPayment\"\n )[0]?.config?.minPercentage;\n\n val > 0 && setPartialPercentage(val);\n }\n }\n }, [payments]);\n\n useEffect(() => {\n if (policies?.length > 0) {\n let temp =\n policies?.filter((pol) => pol?.type === \"cancellation_policy\") || [];\n\n if (temp?.length > 0) {\n temp[0]?.HotelPolicies?.sort(\n (a, b) =>\n b?.variables?.daysBeforeArrival - a?.variables?.daysBeforeArrival\n );\n\n setCancellationPolicy(temp[0]?.HotelPolicies);\n }\n }\n }, [policies]);\n\n useEffect(() => {\n let last, diffDays;\n if (cancellationPolicy?.length > 0) {\n if (cancellationPolicy[0]?.variables?.chargedPercentage === 0) {\n last = dayjs(dateRange?.startDate).subtract(\n cancellationPolicy[0]?.variables?.daysBeforeArrival,\n \"day\"\n );\n } else {\n last = dayjs(dateRange?.startDate).subtract(\n cancellationPolicy[0]?.variables?.daysBeforeArrival + 1,\n \"day\"\n );\n }\n diffDays = last?.diff(dayjs(), \"day\");\n if (diffDays >= 0) {\n setShowCancel(true);\n }\n setLastDate(last?.format(\"MMM DD\"));\n } else {\n diffDays = dayjs(dateRange?.startDate).diff(dayjs(), \"day\");\n\n if (diffDays >= 1) {\n last = dayjs(dateRange?.startDate).subtract(1, \"day\");\n setShowCancel(true);\n setLastDate(last?.format(\"MMM DD\"));\n }\n }\n }, [cancellationPolicy, room?.pricing]);\n\n useEffect(() => {\n if (selectedAddons?.length > 0) {\n setExtraAdult(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Extra Adult\" &&\n addon?.hotelRoomId === room?.id\n )?.length\n );\n setExtraChild(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Extra Child\" &&\n addon?.type === \"child\" &&\n addon?.hotelRoomId === room?.id\n )?.length\n );\n setExtraInfant(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Extra Child\" &&\n addon?.type === \"infant\" &&\n addon?.hotelRoomId === room?.id\n )?.length\n );\n setDinner(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Dinner\" && addon?.hotelRoomId === room?.id\n )?.length\n );\n setLunch(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Lunch\" && addon?.hotelRoomId === room?.id\n )?.length\n );\n setBreakfast(\n selectedAddons?.filter(\n (addon) =>\n addon?.Addon?.name === \"Breakfast\" &&\n addon?.hotelRoomId === room?.id\n )?.length\n );\n }\n }, [selectedAddons]);\n\n useEffect(() => {\n let guestCount = selectedAddons?.filter(\n (adn) =>\n adn?.hotel_room_id === room?.id && adn?.Addon?.category === \"person\"\n )?.length;\n if (guestToDisplay && guestToDisplay === defaultGuestCount + guestCount) {\n setExtraAdult(0);\n setExtraChild(0);\n }\n }, [extraAdult, extraChild]);\n\n useEffect(() => {\n let finalPrice = 0;\n let val = totalAdult <= maxGuestCount ? totalAdult : maxGuestCount;\n\n if (\n priceConfigDifference &&\n Object.keys(priceConfigDifference).length > 0\n ) {\n pricing.forEach((pr) => {\n finalPrice =\n finalPrice +\n parseFloat(pr?.price) +\n parseFloat(priceConfigDifference[val]);\n });\n } else {\n pricing.forEach((pr) => {\n finalPrice =\n finalPrice +\n parseFloat(pr.price) * (parseFloat(priceConfig[val]) || 1);\n });\n }\n let tempPrice = pricing?.length === 0 ? defaultPrice : finalPrice;\n if (hotelData?.userId === 63809) {\n tempPrice = tempPrice > 8400 ? tempPrice / 1.18 : tempPrice / 1.12;\n }\n setPrice(tempPrice);\n setPeople(parseInt(defaultGuestCount));\n\n if (totalAdult <= maxGuestCount) {\n setPriceToDisplay(tempPrice);\n setGuestToDisplay(totalAdult);\n } else {\n setPriceToDisplay(null);\n setGuestToDisplay(maxGuestCount);\n }\n\n if (updatedRoomCount[room?.id] >= 0) {\n setAvailableRooms(updatedRoomCount[room?.id]);\n } else {\n setAvailableRooms(aRooms);\n }\n }, [totalAdult, room, extraPrice, aRooms, updatedRoomCount]);\n\n useEffect(() => {\n if (isDorm && maxGuestCount !== defaultGuestCount && availableRooms > 0) {\n setAvailableRooms(1);\n }\n }, [isDorm, room, aRooms]);\n\n useEffect(() => {\n let width = windowSize.width > 901 ? 300 : 400;\n\n setSize(width);\n }, [windowSize]);\n\n const [currentIndex, setCurrentIndex] = useState(0);\n const handleImage = (id) => {\n setViewImage(true);\n setCurrentIndex(id);\n };\n\n useEffect(() => {\n if (selectedRooms?.length === 0) {\n dispatch({ type: hotelInfoTypes.SET_SLOTS, payload: {} });\n }\n }, [selectedRooms?.length]);\n\n // NEW TYPE\n\n const testId = storageService.get(\"testId\") || 0;\n\n useEffect(() => {\n const {\n priceConfig = {},\n defaultGuestCount,\n maxGuestCount,\n HotelRoomAddons,\n pricing,\n extraChildPrice,\n childAgeSplit,\n extraInfantPrice,\n } = room;\n let guests = Object.keys(priceConfig).map(Number);\n let additionalGuestCount = guests.length - defaultGuestCount;\n let averagePrice = 0;\n pricing.forEach((pr) => {\n averagePrice += parseFloat(pr.price);\n });\n averagePrice = averagePrice / pricing?.length;\n let newAddons = [];\n let childAddons = [];\n if (maxGuestCount > defaultGuestCount) {\n for (let i = 1; i <= additionalGuestCount; i++) {\n let addonPrice =\n (priceConfig[defaultGuestCount + i] -\n priceConfig[defaultGuestCount + i - 1]) *\n averagePrice;\n let newAddonObj = {\n hotelRoomId: room?.id,\n hotel_room_id: room?.id,\n price: addonPrice.toFixed(getFixedValue(hotelData?.currency)),\n Addon: {\n name: \"Extra Adult\",\n displayName: t(\"extra_adult\"),\n category: \"person\",\n },\n };\n newAddons.push(newAddonObj);\n }\n if (extraChildPrice) {\n let obj = {\n hotelRoomId: room?.id,\n hotel_room_id: room?.id,\n price: parseFloat(extraChildPrice).toFixed(\n getFixedValue(hotelData?.currency)\n ),\n type: \"child\",\n Addon: {\n name: \"Extra Child\",\n displayName: childAgeSplit\n ? `${t(\"extra_child\")} (${childAgeSplit}-18`\n : `${t(\"extra_child\")} (12-18)`,\n category: \"person\",\n },\n };\n childAddons.push(obj);\n }\n if (extraInfantPrice) {\n let obj = {\n hotelRoomId: room?.id,\n hotel_room_id: room?.id,\n price: parseFloat(extraInfantPrice).toFixed(\n getFixedValue(hotelData?.currency)\n ),\n type: \"infant\",\n Addon: {\n name: \"Extra Child\",\n displayName: childAgeSplit\n ? `${t(\"extra_child\")} (0-${childAgeSplit})`\n : `${t(\"extra_child\")} (0-12)`,\n category: \"person\",\n },\n };\n childAddons.push(obj);\n }\n }\n let newroom = [...HotelRoomAddons, newAddons[0] || []];\n // newAddons?.sort((a, b) => b?.price - a?.price);\n setAddons([...newroom, ...childAddons]);\n setAdultAddons(newAddons);\n setCompareAdultAddons(newAddons);\n }, [selectedRooms, room]);\n\n useEffect(() => {\n if (roomCount > 1) {\n let arr = [...adultAddons, ...compareAdultAddons];\n setAdultAddons(arr);\n }\n }, [roomCount]);\n\n // useEffect(() => {\n // const calculateVisibleItems = () => {\n // return;\n // const items = truncatedLines || [];\n // console.log(items);\n // const container = descriptionRef.current;\n // console.log(\"hi\");\n // if (!container || !items?.length) return;\n // console.log(\"hello\");\n\n // // Create a temporary list to measure\n // const temp = document.createElement(\"ul\");\n // temp.style.cssText = window.getComputedStyle(\n // container.firstChild\n // ).cssText;\n // temp.style.position = \"absolute\";\n // temp.style.visibility = \"hidden\";\n // temp.style.height = \"auto\";\n // temp.style.width = `${container.clientWidth}px`;\n // document.body.appendChild(temp);\n\n // // Binary search to find the maximum number of visible items\n // let start = 0;\n // let end = items.length;\n // let visibleCount = 0;\n\n // while (start <= end) {\n // const mid = Math.floor((start + end) / 2);\n // temp.innerHTML =\n // items\n // .slice(0, mid)\n // .map((item) => `\n {notifications?.some(\n (notification) =>\n notification &&\n typeof notification === \"object\" &&\n Object.keys(notification).length > 0 &&\n Object.keys(notification)[0] === room?.roomName\n ) &&\n getRoomNotification(\n notifications,\n room,\n peopleViewing,\n bookedMinutesAgo,\n randomNumber,\n hotelData\n )}\n
\n\n {hotelData?.HotelRooms?.length === 1\n ? t(\"lowest_price_ever\")\n : t(\"recommended\")}\n
\n )}\n {isSelected &&Current Selection
}\n\n
\n
\n
\n
\n {\" \"}\n
\n {\" \"}\n
\n {\" \"}\n
\n {\" \"}\n
\n {\" \"}\n
\n
\n {t(\"you_have_selected\")} {t(\"rooms\")}\n
\n\n {slot?.hour} {t(\"hour\")}\n
\n{secretMemberDetails?.description}
\n\n \n {currencies(hotelData?.currency)}{\" \"}\n {rmPrice.toFixed(getFixedValue(hotelData?.currency))}{\" \"}\n \n
\n\n \n / {dateCount > 1 ? dateCount : null}{\" \"}\n {t(pluralWords(dateCount, \"night\"))}\n \n
\n {rmTax > 0 ? (\n\n + {currencies(hotelData?.currency)}{\" \"}\n {rmTax?.toFixed(getFixedValue(hotelData?.currency))}{\" \"}\n {t(\"taxes\")}\n
\n ) : (\n t(\"incl_of_taxes\")\n )}\n {searchData.length >= 1 && (\n\n {searchGuestCount}{\" \"}\n {t(pluralWords(searchGuestCount, \"guest\"))}{\" \"}\n {searchRoomCount}{\" \"}\n {t(\n pluralWords(searchRoomCount, isDorm ? \"bed\" : \"room\")\n )}\n
\n )}\n {isVRHotel ? (\n \n (This room can accommodate up to {maxGuestCount || 1}{\" \"}\n guests)\n \n ) : null}\n{t(\"view_room\")}
\n \n )}\n {availableRooms !== 0 && !isRatePlans && (\n <>\n {(!isHourlyRoom || selectedRooms?.length > 0) &&\n (testId === 0 ? (\n searchData.length > 0 &&\n !isHourlyRoom &&\n !selectedRooms?.some((rm) => rm?.id === room?.id) ? (\n \n ) : (\n <>\n \n \n >\n )\n ) : (\n \n ))}\n >\n )}\n\n ({currencies(hotelData?.currency)}{\" \"}\n {addon?.Addon?.name === \"Extra Adult\"\n ? adultAddons[extraAdult]?.price ||\n adultAddons[adultAddons?.length - 1]?.price\n : addon?.price}\n / {t(\"room\")} / {t(\"day\")}) ({t(\"incl_of_taxes\")})\n
\n\n ( {currencies(hotelData?.currency)} {addon?.price} /\n {t(\"person\")} / {t(\"day\")}) ({t(\"incl_of_taxes\")})\n
\n{t(\"unlock_additional_discount\")}
\n \n