{"version":3,"sources":["webpack:///./src/components/PageWrapper/PageWrapper.js","webpack:///./src/components/PageWrapper/index.js","webpack:///./src/assets/image/jpeg/parcel-forwarding.jpg","webpack:///./src/assets/image/png/quote-icon.png","webpack:///./src/pages/parcel-forwarding-australia.js"],"names":["PageWrapper","children","headerDark","footerDark","gContext","useContext","GlobalContext","useEffect","goHeaderDark","goHeaderLight","goFooterDark","goFooterLight","module","exports","Post","styled","Box","theme","colors","heading","text","iconQuote","BadgePost","mr","mb","bg","color","fontSize","px","py","BlogDetails","name","content","property","rel","type","href","lang","className","lg","variant","src","titleImage","alt","styles","mt"],"mappings":"iIAwBeA,EApBK,SAAC,GAA0D,IAAxDC,EAAuD,EAAvDA,SAAuD,IAA7CC,kBAA6C,aAAzBC,kBAAyB,SACtEC,EAAWC,qBAAWC,KAgB5B,OAdAC,qBAAU,WACJL,EACFE,EAASI,eAETJ,EAASK,gBAGPN,EACFC,EAASM,eAETN,EAASO,kBAEV,CAACP,EAAUF,EAAYC,IAEnB,oCAAGF,ICrBZ,mC,qBCAAW,EAAOC,QAAU,IAA0B,iE,mBCA3CD,EAAOC,QAAU,0N,kCCAjB,4LAYMC,EAAOC,YAAOC,KAAV,wFAAGD,CAAH,+jBA2BG,qBAAGE,MAAkBC,OAAOC,WAO5B,qBAAGF,MAAkBC,OAAOE,OAGpBC,KAwBfC,EAAY,SAAC,GAAD,IAAGrB,EAAH,EAAGA,SAAH,OACd,kBAAC,IAAD,CACIsB,GAAI,EACJC,GAAI,EACJC,GAAG,UACHC,MAAM,UACNC,SAAS,OACTC,GAAI,EACJC,GAAI,GAEH5B,IAoFM6B,UA/EK,WAChB,OACI,oCACI,kBAAC,IAAD,KACI,kFACA,0BAAMC,KAAK,QAAQC,QAAQ,oDAC3B,0BAAMD,KAAK,cAAcC,QAAQ,8DAEjC,0BAAMC,SAAS,UAAUD,QAAQ,YACjC,0BAAMC,SAAS,SAASD,QAAQ,6BAChC,0BAAMC,SAAS,WAAWD,QAAQ,oDAClC,0BAAMC,SAAS,iBAAiBD,QAAQ,8DACxC,0BAAMC,SAAS,WAAWD,QAAQ,+DAElC,0BAAME,IAAI,OAAOC,KAAK,YAAYC,KAAK,iBAEvC,0BAAMC,KAAK,QAGf,kBAAC,IAAD,CAAalC,YAAU,GACnB,kBAAC,IAAD,CAASmC,UAAU,QACf,yBAAKA,UAAU,SACf,kBAAC,IAAD,KACI,kBAAC,IAAD,CAAKA,UAAU,sCACX,kBAAC,IAAD,CAAKC,GAAG,MACJ,kBAAC,IAAD,CAAOC,QAAQ,QAAf,oCAGA,kBAAC,IAAD,CAAKF,UAAU,iCACX,kBAAC,IAAD,CAAMf,GAAI,GAAV,eAEA,kBAAC,IAAD,0BAOpB,kBAAC,IAAD,CAASe,UAAU,aACf,kBAAC,IAAD,KACI,kBAAC,IAAD,KACI,kBAAC,IAAD,CAAKC,GAAG,KAAKD,UAAU,QAEnB,kBAACxB,EAAD,KACI,6BACI,yBAAK2B,IAAKC,IAAYC,IAAI,qBAAqBL,UAAWM,IAAOF,cAErE,6BACI,wHACA,yHACA,2HACA,wBAAIJ,UAAU,eACV,iGACA,gFACA,sGACA,oEAEJ,gMACA,8LACA,iQACA,yJACA,uBAAGF,KAAK,0CAAR,6BAGR,kBAAC,IAAD,CAAKE,UAAU,SAASO,GAAI,GACxB,kBAACvB,EAAD,4BACA,kBAACA,EAAD,0BACA,kBAACA,EAAD","file":"component---src-pages-parcel-forwarding-australia-js-f24d9dd98086d0dd6dde.js","sourcesContent":["import React, { useEffect, useContext } from \"react\";\r\n\r\nimport GlobalContext from \"../../context/GlobalContext\";\r\n\r\nconst PageWrapper = ({ children, headerDark = false, footerDark = false }) => {\r\n const gContext = useContext(GlobalContext);\r\n\r\n useEffect(() => {\r\n if (headerDark) {\r\n gContext.goHeaderDark();\r\n } else {\r\n gContext.goHeaderLight();\r\n }\r\n\r\n if (footerDark) {\r\n gContext.goFooterDark();\r\n } else {\r\n gContext.goFooterLight();\r\n }\r\n }, [gContext, headerDark, footerDark]);\r\n\r\n return <>{children};\r\n};\r\n\r\nexport default PageWrapper;\r\n","export { default } from \"./PageWrapper\";\r\n","module.exports = __webpack_public_path__ + \"static/parcel-forwarding-6d1d31d1af4486cbba8e39f33d22cc0e.jpg\";","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUAgMAAADjMLVqAAAADFBMVEUAAADOzdnLy9fNzNnFSrqAAAAAA3RSTlMAwEBHUFIAAAAAMElEQVQI12P4//8/TXH9DwYw3v8FguX/QbD+Xwhm/98Axtz/HcCY8f8DMGb6fwGEATzAX6F1fY8jAAAAAElFTkSuQmCC\"","import React from \"react\";\r\nimport { Container, Row, Col } from \"react-bootstrap\";\r\n\r\nimport PageWrapper from \"../components/PageWrapper\";\r\nimport { Section, Title, Text, Box, Badge } from \"../components/Core\";\r\n\r\nimport styled from \"styled-components\";\r\nimport Helmet from \"react-helmet\";\r\nimport titleImage from \"../assets/image/jpeg/parcel-forwarding.jpg\";\r\nimport iconQuote from \"../assets/image/png/quote-icon.png\";\r\nimport styles from '../assets/styles/blog.module.css';\r\n\r\nconst Post = styled(Box)`\r\n overflow: hidden;\r\n font-size: 1rem;\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6,\r\n p,\r\n blockquote,\r\n pre,\r\n ul,\r\n ol {\r\n margin-bottom: 1.25rem;\r\n &:last-child {\r\n margin-bottom: 0;\r\n }\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n margin-top: 2.25rem;\r\n margin-bottom: 1.25rem;\r\n color: ${({ theme }) => theme.colors.heading} !important;\r\n }\r\n\r\n blockquote {\r\n margin-bottom: 1.25rem;\r\n padding-left: 50px;\r\n position: relative;\r\n color: ${({ theme }) => theme.colors.text} !important;\r\n font-size: 20px;\r\n &::after {\r\n content: url(${iconQuote});\r\n display: inline-block;\r\n min-width: 28px;\r\n max-width: 28px;\r\n margin-top: 8px;\r\n margin-right: 23px;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n }\r\n }\r\n img,\r\n iframe,\r\n video {\r\n max-width: 100%;\r\n margin-bottom: 2rem;\r\n display: block;\r\n }\r\n .parcel-list li {\r\n list-style-type: disc;\r\n margin-left: 20px;\r\n }\r\n`;\r\n\r\nconst BadgePost = ({ children }) => (\r\n \r\n {children}\r\n \r\n);\r\n\r\n\r\nconst BlogDetails = () => {\r\n return (\r\n <>\r\n \r\n HotSnail — Mail Redirection & Parcel Forwarding\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n\r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n Parcel Forwarding From Australia\r\n \r\n \r\n Feb 5, 2021\r\n \r\n Karl Lehnert\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n {/* */}\r\n \r\n
\r\n \"Australia\r\n
\r\n
\r\n

Have you found a product in Australia you wish to buy but they will not ship it overseas?

\r\n

With HotSnail, you can shop in Australia like an Aussie and ship to anywhere in the world.

\r\n

There are various reasons why Australian retailers may not ship directly overseas including:

\r\n
    \r\n
  • Some shipping providers may not provide the service they require.
  • \r\n
  • Distribution rights defined by the manufacturer.
  • \r\n
  • Complications around service and warranty for international customers.
  • \r\n
  • Local customer focus by the vendor.
  • \r\n
\r\n

This may mean that the product you are looking for is only available in Australia or is cheaper to buy in Australia and ship overseas than to acquire it locally.

\r\n

You may also find cost savings, if you have multiple products to purchase in Australia from different vendors by having them shipped as a single item overseas.

\r\n

That is where we come in, you can buy any item in Australia like an Australian would and ship to a local Australian address. We will then redirect the item(s) to you using a selection of the carrier services we have available.

\r\n

Here at HotSnail, we are confident that you will find our services to be prompt, convenient and very competitively priced.

\r\n Sign up to HotSnail now\r\n
\r\n
\r\n \r\n Australian-Products\r\n Parcel Forwarding\r\n Mail forwarding\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n
\r\n
\r\n \r\n );\r\n};\r\nexport default BlogDetails;\r\n"],"sourceRoot":""}