   @import url('https://fonts.googleapis.com/css?family=Fira Sans:400&display=swap');
   /* .jarilo-notification */
    body:before {
      content: 'Please note fast & free delivery is estimated only any urgent orders please add next working day service at checkout\A\A PLEASE NOTE DUE TO BREXIT ALL INTERNATIONAL DELIVERIES MAY INCUR EXTRA CHARGES UPON DELIVERY \AONLINE SHOP OPEN 24 / 7';
      font-family: 'Fira Sans', sans-serif;
      text-align: center;
      display: flex;
      background-color: #E80000;
      color: #FFFFFF;
      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; } }
   