{"version":3,"file":"zone.ovbiwVSy.js","sources":["../../../../../../../src/main/ferries/zone/views/desktop/styled.ts","../../../../../../../src/main/ferries/zone/views/desktop/index.tsx","../../../../../../../src/main/ferries/zone/views/mobile/styled.ts","../../../../../../../src/main/ferries/zone/views/mobile/index.tsx","../../../../../../../src/main/ferries/zone/views/index.ts","../../../../../../../src/main/ferries/zone/index.tsx","../../../../../../../src/sites/logitravel-ferries/bundles/pages/zone.tsx"],"sourcesContent":["import { Section } from '@babylon/ui-kit-structures/components/others/section';\nimport { Container } from '@babylon/ui-kit-styles/common/mixins/container.styled';\nimport { Padding } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport styled from 'styled-components';\n\nexport const Main = styled.main``;\n\nexport const HeaderCarousel = styled(Section)`\n\tmargin-bottom: 0;\n\t${Container} {\n\t\theight: 70%;\n\t\tmin-height: 70%;\n\t\tjustify-content: center;\n\t\tdiv {\n\t\t\tmax-width: none;\n\t\t}\n\t}\n`;\n\nexport const Searcher = styled(Section)`\n\tz-index: 1000;\n\tposition: relative;\n\tmargin-top: -50px;\n\tmargin-bottom: 0;\n\t${Container} {\n\t\tz-index: ${({ theme }) => theme.zIndex.higher};\n\t\tposition: relative;\n\t}\n`;\n\nexport const CardProductCampaign = styled(Section)`\n\t${Padding({ top: '48px', bottom: '48px' })}\n\tmargin-bottom: 0;\n`;\n\nexport const BreadCrumb = styled(Section)``;\n\nexport const CardProductAdvanced = styled(Section)``;\n\nexport const CardProductSpecialList = styled(Section)``;\n\nexport const TabsCarouselProductCardHe = styled(Section)`\n\t${Padding({ top: '48px', bottom: '48px' })}\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n`;\n\nexport const CarouselLogos = styled(Section)``;\n\nexport const BannerHighlights = styled(Section)`\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\t${Padding({ top: '48px', bottom: '48px' })}\n\tmargin-bottom: 0;\n`;\n\nexport const VerticalTabs = styled(Section)`\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\t${Padding({ bottom: '48px' })}\n`;\n\nexport const LinkSEO = styled(Section)`\n\t${Container} {\n\t\tpadding: 0px 10px;\n\t}\n`;\n","import type { BannersHighlightsProps } from '@babylon/ui-kit-common/components/banners/banners-highlights/types';\nimport BannersHighlights from '@babylon/ui-kit-common/components/banners/banners-highlights/views/desktop';\nimport CarouselCardProductAdvanced from '@babylon/ui-kit-common/components/carousels/carousel-card-product-advanced';\nimport type { CarouselCardProductAdvancedProps } from '@babylon/ui-kit-common/components/carousels/carousel-card-product-advanced/types';\nimport CarouselProductDesktop from '@babylon/ui-kit-common/components/carousels/carousel-product';\nimport type { CarouselProductProps } from '@babylon/ui-kit-common/components/carousels/carousel-product/types';\nimport type { BreadcrumbsProps } from '@babylon/ui-kit-common/components/others/breadcrumbs/types';\nimport Breadcrumbs from '@babylon/ui-kit-common/components/others/breadcrumbs/views/desktop';\nimport type { HeaderBannerSimpleProps } from '@babylon/ui-kit-common/components/others/header-banner-simple/types';\nimport HeaderBannerSimple from '@babylon/ui-kit-common/components/others/header-banner-simple/views/desktop';\nimport type { LinkSEOProps } from '@babylon/ui-kit-common/components/others/links-seo/types';\nimport LinksSEO from '@babylon/ui-kit-common/components/others/links-seo/views/desktop';\nimport type { ProductCampaignListProps } from '@babylon/ui-kit-common/components/others/product-campaign-list/types';\nimport ProductCampaignList from '@babylon/ui-kit-common/components/others/product-campaign-list/views/desktop';\nimport type { SpecialProductListProps } from '@babylon/ui-kit-common/components/others/special-product-list/types';\nimport SpecialProductList from '@babylon/ui-kit-common/components/others/special-product-list/views/desktop';\nimport { ErrorBoundary } from '@babylon/ui-kit-helpers/error-boundary';\nimport withHydrationOnDemand from '@babylon/ui-kit-hocs/hydration-on-demand/withHydrationOnDemand';\nimport SearcherFer from '@babylon/ui-kit-searchers/components/searchers/searcher-fer';\nimport type {\n\tOldSearcherFerryMobileProps,\n\tSearcherFerMobileProps,\n\tSearcherFerProps,\n} from '@babylon/ui-kit-searchers/components/searchers/searcher-fer/types';\nimport { Container } from '@babylon/ui-kit-styles/common/mixins/container.styled';\nimport CarouselLogosTransports from '@babylon/ui-kit-wrappers/components/transports/carousel-logos/views/desktop';\nimport VerticalTabsTransports from '@babylon/ui-kit-wrappers/components/transports/vertical-tabs/views/desktop';\nimport type { CarouselLogosTransportsDesktopProps } from '@babylon/ui-kit-wrappers/helpers/transports/carousel-logos/desktop/types';\nimport type { VerticalTabsTransportsDesktopProps } from '@babylon/ui-kit-wrappers/helpers/transports/vertical-tabs/desktop/types';\nimport type { FC } from 'react';\n\nimport type { MainZoneProps } from '../../types';\nimport * as S from './styled';\n\nconst HeaderBannerHydration = ErrorBoundary(withHydrationOnDemand()(HeaderBannerSimple));\nconst SearcherFerHydration = ErrorBoundary(\n\twithHydrationOnDemand()(SearcherFer)\n);\nconst BreadcrumbsHydration = ErrorBoundary(withHydrationOnDemand()(Breadcrumbs));\nconst CarouselCardProductAdvancedHydration = ErrorBoundary(\n\twithHydrationOnDemand()(CarouselCardProductAdvanced)\n);\nconst SpecialProductListHydration = ErrorBoundary(withHydrationOnDemand()(SpecialProductList));\nconst ProductCampaignListHydration = ErrorBoundary(\n\twithHydrationOnDemand()(ProductCampaignList)\n);\nconst CarouselProductCardHeHydration = ErrorBoundary(\n\twithHydrationOnDemand()(CarouselProductDesktop)\n);\nconst CarouselLogosHydration = ErrorBoundary(\n\twithHydrationOnDemand()(CarouselLogosTransports)\n);\nconst VerticalTabsHydration = ErrorBoundary(\n\twithHydrationOnDemand()(VerticalTabsTransports)\n);\nconst LinksSEOHydration = ErrorBoundary(withHydrationOnDemand()(LinksSEO));\nconst BannerHighlightsHydration = ErrorBoundary(withHydrationOnDemand()(BannersHighlights));\n\nexport const FerriesZoneDesktop: FC = ({ props }) => {\n\tconst {\n\t\tBreadcrumbsNavRxjs,\n\t\tHeaderBannerAub,\n\t\tLinksSeoAub,\n\t\tSearcherFer,\n\t\tBannerHighlights,\n\t\tCardProductAdvancedCarousel,\n\t\tCardProductSpecialList,\n\t\tCardProductCampaign,\n\t\tCarouselProductCardHe,\n\t\tLogosCarousel,\n\t\tVerticalTabs,\n\t} = props;\n\treturn (\n\t\t\n\t\t\t{!!HeaderBannerAub && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!SearcherFer && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!BreadcrumbsNavRxjs && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!CardProductAdvancedCarousel && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!CardProductSpecialList && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!CardProductCampaign && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!CarouselProductCardHe && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\n\t\t\t{!!LogosCarousel && LogosCarousel.items.length > 0 && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\n\t\t\t{!!BannerHighlights && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!VerticalTabs && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!LinksSeoAub && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\n\t);\n};\n\nexport default FerriesZoneDesktop;\n","import { ImageStyled } from '@babylon/ui-kit-base/components/multimedia/image/styled';\nimport { TitleMobileStyled, TitleMobileWrapper } from '@babylon/ui-kit-base/components/text/title/views/mobile/styled';\nimport { Section } from '@babylon/ui-kit-structures/components/others/section';\nimport { FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport { Margin, Padding } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport styled from 'styled-components';\n\nexport const Main = styled.main``;\n\nexport const Searcher = styled(Section)`\n\t${Margin({ y: '0' })}\n\tbackground-color: ${({ theme }) => theme.colors.primary.base};\n\t${TitleMobileWrapper} {\n\t\t${Padding({ top: '12px' })}\n\t\t${Margin({ bottom: '0' })}\n\t}\n\t${TitleMobileStyled} {\n\t\t${FontMixin({ size: 'large', height: 'large' })}\n\t\tcolor: ${({ theme }) => theme.colors.white.base};\n\t}\n`;\n\nexport const BreadCrumb = styled(Section)`\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n`;\n\nexport const HeaderBannerSearcher = styled(Section)`\n\tmargin-bottom: 0;\n\tmargin-top: 0;\n`;\n\nexport const CardProductSpecial = styled(Section)`\n\t${Padding({ y: '20px' })}\n\tborder-top: 1px solid ${({ theme }) => theme.colors.grays.light};\n\tborder-bottom: 1px solid ${({ theme }) => theme.colors.grays.light};\n\tmargin-top: 0;\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n`;\n\nexport const CardProductCampaign = styled(Section)`\n\t${Padding({ y: '20px' })}\n\tborder-bottom: 1px solid ${({ theme }) => theme.colors.grays.light};\n\tmargin-top: 0;\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n`;\n\nexport const TabsCarouselProductCardHe = styled(Section)`\n\tmargin-bottom: 0;\n\tborder-bottom: 1px solid ${({ theme }) => theme.colors.grays.light};\n`;\n\nexport const mLogosCarousel = styled(Section)`\n\tmargin-bottom: 20px;\n\tmargin-top: 0;\n\tpadding-top: 20px;\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\t${ImageStyled} {\n\t\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\t}\n`;\n\nexport const Banners = styled(Section)``;\n\nexport const CollapseList = styled(Section)`\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\tmargin-top: 0;\n\tpadding-top: 20px;\n`;\n\nexport const Features = styled(Section)``;\n\nexport const LinkSEO = styled(Section)`\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\tmargin-top: 0;\n\tpadding-top: 20px;\n`;\n","import Title from '@babylon/ui-kit-base/components/text/title/views/mobile';\nimport type { MobileBannersProps } from '@babylon/ui-kit-common/components/banners/banners/types';\nimport Banners from '@babylon/ui-kit-common/components/banners/banners/views/mobile';\nimport type { CarouselProductProps } from '@babylon/ui-kit-common/components/carousels/carousel-product/types';\nimport CarouselProduct from '@babylon/ui-kit-common/components/carousels/carousel-product/views/mobile';\nimport type { BreadcrumbsProps } from '@babylon/ui-kit-common/components/others/breadcrumbs/types';\nimport Breadcrumbs from '@babylon/ui-kit-common/components/others/breadcrumbs/views/mobile';\nimport HeaderBannerSearcher from '@babylon/ui-kit-common/components/others/header-banner-searcher';\nimport type { HeaderBannerSearcherProps } from '@babylon/ui-kit-common/components/others/header-banner-searcher/types';\nimport type { LinkSEOProps } from '@babylon/ui-kit-common/components/others/links-seo/types';\nimport LinksSEO from '@babylon/ui-kit-common/components/others/links-seo/views/mobile';\nimport type { MobileProductCampaignListProps } from '@babylon/ui-kit-common/components/others/product-campaign-list/types';\nimport ProductCampaignList from '@babylon/ui-kit-common/components/others/product-campaign-list/views/mobile';\nimport type { MobileSpecialProductListProps } from '@babylon/ui-kit-common/components/others/special-product-list/types';\nimport SpecialProductList from '@babylon/ui-kit-common/components/others/special-product-list/views/mobile';\nimport type { VerticalTabsMobileProps } from '@babylon/ui-kit-common/components/others/vertical-tabs/types';\nimport VerticalTabs from '@babylon/ui-kit-common/components/others/vertical-tabs/views/mobile';\nimport { ErrorBoundary } from '@babylon/ui-kit-helpers/error-boundary';\nimport withHydrationOnDemand from '@babylon/ui-kit-hocs/hydration-on-demand/withHydrationOnDemand';\nimport SearcherFer from '@babylon/ui-kit-searchers/components/searchers/searcher-fer';\nimport type {\n\tOldSearcherFerryMobileProps,\n\tSearcherFerMobileProps,\n\tSearcherFerProps,\n} from '@babylon/ui-kit-searchers/components/searchers/searcher-fer/types';\nimport CarouselLogosTransports from '@babylon/ui-kit-wrappers/components/transports/carousel-logos/views/mobile';\nimport FeaturesTransports from '@babylon/ui-kit-wrappers/components/transports/features/views/mobile';\nimport type { FeatureListTransportsProps } from '@babylon/ui-kit-wrappers/helpers/transports/card-feature-list/types';\nimport type { CarouselLogosTransportsDesktopProps } from '@babylon/ui-kit-wrappers/helpers/transports/carousel-logos/desktop/types';\nimport _merge from 'lodash/merge';\nimport type { FC } from 'react';\n\nimport type { MainZoneMobileProps } from '../../types';\nimport * as S from './styled';\n\nconst SearcherFerHydration = ErrorBoundary(\n\twithHydrationOnDemand()(SearcherFer)\n);\nconst BreadcrumbsHydration = ErrorBoundary(withHydrationOnDemand()(Breadcrumbs));\nconst HeaderBannerSearcherHydration = ErrorBoundary(\n\twithHydrationOnDemand()(HeaderBannerSearcher)\n);\nconst SpecialProductListHydration = ErrorBoundary(\n\twithHydrationOnDemand()(SpecialProductList)\n);\nconst ProductCampaignListHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(ProductCampaignList)\n);\nconst TabsCarouselProductCardHeHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(CarouselProduct)\n);\nconst VerticalTabsHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(VerticalTabs)\n);\nconst CarouselLogosHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(CarouselLogosTransports)\n);\nconst BannersHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(Banners)\n);\nconst FeaturesHydration = ErrorBoundary(\n\twithHydrationOnDemand({ on: ['scroll', 'visible'] })(FeaturesTransports)\n);\nconst LinksSEOHydration = ErrorBoundary(withHydrationOnDemand({ on: ['scroll', 'visible'] })(LinksSEO));\n\nexport const FerrieZoneMobile: FC = ({ props }) => {\n\tconst {\n\t\tmSearcherFer,\n\t\tmBreadcrumbs,\n\t\tmHeaderBannerSearcher,\n\t\tmCardProductAdvancedScroll,\n\t\tmCardProductSpecial,\n\t\tmProductListHe,\n\t\tmCollapseList,\n\t\tmLogosCarousel,\n\t\tmBannerCarouselAub,\n\t\tmFeaturesAub,\n\t\tmLinksSeoAub,\n\t} = props;\n\tprops.mBreadcrumbs = _merge(mBreadcrumbs, {\n\t\tconfig: {\n\t\t\tisHome: false,\n\t\t},\n\t});\n\treturn (\n\t\t\n\t\t\t{!!mHeaderBannerSearcher && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t{!!mSearcherFer && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<SearcherFerHydration props={mSearcherFer} />\n\t\t\t\t</S.Searcher>\n\t\t\t)}\n\t\t\t{!!mBreadcrumbs && (\n\t\t\t\t<S.BreadCrumb>\n\t\t\t\t\t<BreadcrumbsHydration props={mBreadcrumbs} />\n\t\t\t\t</S.BreadCrumb>\n\t\t\t)}\n\t\t\t{!!mCardProductSpecial && (\n\t\t\t\t<S.CardProductSpecial>\n\t\t\t\t\t<SpecialProductListHydration isFirstComponent {...mCardProductSpecial} />\n\t\t\t\t</S.CardProductSpecial>\n\t\t\t)}\n\t\t\t{!!mCardProductAdvancedScroll && (\n\t\t\t\t<S.CardProductCampaign>\n\t\t\t\t\t<ProductCampaignListHydration {...mCardProductAdvancedScroll} />\n\t\t\t\t</S.CardProductCampaign>\n\t\t\t)}\n\t\t\t{!!mProductListHe && (\n\t\t\t\t<S.TabsCarouselProductCardHe>\n\t\t\t\t\t<TabsCarouselProductCardHeHydration props={mProductListHe} />\n\t\t\t\t</S.TabsCarouselProductCardHe>\n\t\t\t)}\n\t\t\t{!!mLogosCarousel && (\n\t\t\t\t<S.mLogosCarousel>\n\t\t\t\t\t<CarouselLogosHydration {...mLogosCarousel} />\n\t\t\t\t</S.mLogosCarousel>\n\t\t\t)}\n\t\t\t{!!mBannerCarouselAub && (\n\t\t\t\t<S.Banners>\n\t\t\t\t\t<BannersHydration props={mBannerCarouselAub} />\n\t\t\t\t</S.Banners>\n\t\t\t)}\n\t\t\t{!!mFeaturesAub && (\n\t\t\t\t<S.Features>\n\t\t\t\t\t<FeaturesHydration {...mFeaturesAub} />\n\t\t\t\t</S.Features>\n\t\t\t)}\n\t\t\t{!!mCollapseList && (\n\t\t\t\t<S.CollapseList>\n\t\t\t\t\t<VerticalTabsHydration props={mCollapseList} />\n\t\t\t\t</S.CollapseList>\n\t\t\t)}\n\t\t\t{!!mLinksSeoAub && (\n\t\t\t\t<S.LinkSEO>\n\t\t\t\t\t<LinksSEOHydration props={mLinksSeoAub} />\n\t\t\t\t</S.LinkSEO>\n\t\t\t)}\n\t\t</S.Main>\n\t);\n};\n\nexport default FerrieZoneMobile;\n","import { DEVICES } from '@babylon/ui-kit-context/types';\nimport type { VIEWS } from '@babylon/ui-kit-hooks/useDevice';\n\nimport MainZoneDesktop from './desktop';\nimport MainZoneMobile from './mobile';\n\nconst views: VIEWS = {\n\t[DEVICES.desktop]: MainZoneDesktop,\n\t[DEVICES.mobile]: MainZoneMobile,\n};\n\nexport default views;\n","import { DEVICES } from '@babylon/ui-kit-context/types';\nimport { useDevice } from '@babylon/ui-kit-hooks/useDevice';\nimport type { FC } from 'react';\n\nimport type { MainZoneMobileProps, MainZoneProps } from './types';\nimport views from './views';\n\nexport const MainZoneFerries: FC<MainZoneProps | MainZoneMobileProps> = props => {\n\tconst device: DEVICES = useDevice();\n\tconst isMobile = device === DEVICES.mobile;\n\tconst View = views[device] || views[DEVICES.desktop];\n\tconst viewProps = isMobile ? (props as MainZoneMobileProps) : (props as MainZoneProps);\n\n\treturn <View {...viewProps} />;\n};\n\nexport * from './types';\nexport default MainZoneFerries;\n","import type { ContextBabylonProps } from '@babylon/ui-kit-context/types';\nimport BaseTemplateLogitravel from '@babylon/ui-kit-layout/components/logitravel/base-template';\nimport type { FC } from 'react';\n\nimport type { MainZoneMobileProps, MainZoneProps } from '@/main/ferries/zone';\nimport MainZoneFerries from '@/main/ferries/zone';\nimport { renderPages } from '@/sites/common';\n\nexport const ZoneComponent: FC<{\n\troot: MainZoneProps | MainZoneMobileProps;\n\tcontext: ContextBabylonProps;\n}> = props => {\n\tconst { root, context } = props;\n\tconst { Header, Footer } = root.props;\n\n\tconst templateProps = {\n\t\tcontext: context,\n\t\theader: Header,\n\t\tfooter: Footer,\n\t\tmHeader: Header,\n\t\tmFooter: Footer,\n\t};\n\treturn (\n\t\t<BaseTemplateLogitravel {...templateProps}>\n\t\t\t<MainZoneFerries {...root} />\n\t\t</BaseTemplateLogitravel>\n\t);\n};\n\nexport const render = renderPages(ZoneComponent);\n\nexport default ZoneComponent;\n"],"names":["Main","styled","HeaderCarousel","Section","Container","Searcher","theme","CardProductCampaign","Padding","BreadCrumb","CardProductAdvanced","CardProductSpecialList","TabsCarouselProductCardHe","CarouselLogos","BannerHighlights","VerticalTabs","LinkSEO","HeaderBannerHydration","ErrorBoundary","withHydrationOnDemand","HeaderBannerSimple","SearcherFerHydration","SearcherFer","BreadcrumbsHydration","Breadcrumbs","CarouselCardProductAdvancedHydration","CarouselCardProductAdvanced","SpecialProductListHydration","SpecialProductList","ProductCampaignListHydration","ProductCampaignList","CarouselProductCardHeHydration","CarouselProductDesktop","CarouselLogosHydration","CarouselLogosTransports","VerticalTabsHydration","VerticalTabsTransports","LinksSEOHydration","LinksSEO","BannerHighlightsHydration","BannersHighlights","FerriesZoneDesktop","props","BreadcrumbsNavRxjs","HeaderBannerAub","LinksSeoAub","CardProductAdvancedCarousel","CarouselProductCardHe","LogosCarousel","jsxs","S.Main","jsx","S.HeaderCarousel","S.Searcher","S.BreadCrumb","S.CardProductAdvanced","S.CardProductSpecialList","S.CardProductCampaign","S.TabsCarouselProductCardHe","S.CarouselLogos","S.BannerHighlights","S.VerticalTabs","S.LinkSEO","Margin","TitleMobileWrapper","TitleMobileStyled","FontMixin","HeaderBannerSearcher","CardProductSpecial","mLogosCarousel","ImageStyled","Banners","CollapseList","Features","HeaderBannerSearcherHydration","TabsCarouselProductCardHeHydration","CarouselProduct","BannersHydration","FeaturesHydration","FeaturesTransports","FerrieZoneMobile","mSearcherFer","mBreadcrumbs","mHeaderBannerSearcher","mCardProductAdvancedScroll","mCardProductSpecial","mProductListHe","mCollapseList","mBannerCarouselAub","mFeaturesAub","mLinksSeoAub","_merge","S.HeaderBannerSearcher","Title","S.CardProductSpecial","S.mLogosCarousel","S.Banners","S.Features","S.CollapseList","views","DEVICES","MainZoneDesktop","MainZoneMobile","MainZoneFerries","device","useDevice","isMobile","View","viewProps","ZoneComponent","root","context","Header","Footer","templateProps","BaseTemplateLogitravel","renderPages"],"mappings":"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"}