   @import url('https://fonts.googleapis.com/css?family=Poppins:400&display=swap');
   /* .jarilo-notification */
    body:before {
      content: 'There are Royal Mail postal delays at the moment so please allow extra time for deliveries.  All listings allow you to upgrade to a faster delivery method at an additional cost on checkout. Your help would be much appreciated.';
      font-family: 'Poppins', sans-serif;
      text-align: center;
      display: flex;
      background-color: #FF3DE9;
      color: #333333;
      height: fit-content;
      height: -moz-fit-content;
      padding: 14px 25px 14px;
      margin-bottom:0px;
      align-items: center;
      justify-content: center;
      white-space: break-spaces;
      font-size: 16px;
      position:absolute;
      z-index: 9999;
      width: 100%;
   }
   @media (max-width:768px) { body:before { position: unset!important; display:block; } }
   