:root {
  --colourA: #000000;
  --colourB: #82B641;
  --colourC: #000000;
  --colourD: #EA3324;
  --colourE: #F5F5F5;
  --bodyFont: 'DM Sans', sans-serif;
  --bodyFontWeight: 400;
  --midFont: var(--bodyFont);
  --midFontWeight: 500;
  --headingFont: var(--bodyFont);
  --headingFontWeight: 700; }

:root {
  --bg-color-intro: var(--colourD);
  --bg-color-clickcollect: var(--bg-color-intro);
  --bg-color-delivery: var(--bg-color-intro);
  --bg-color-listshops: var(--bg-color-intro);
  --bg-color-results: var(--bg-color-intro);
  --logo-width-intro-desktop: 300px;
  --logo-width-intro-mobile: 70vw;
  --logo-width-inner: 88px;
  --logo-space-below: 2.5rem;
  --title-text-size: 32px;
  --title-text-space-below: 2.5rem;
  --title-inner-image-display: inline;
  --title-inner-image-height: 48px;
  --title-inner-image-movedown: 12px;
  --button-background-color: var(--colourB);
  --button-background-color-focus: var(--colourB);
  --button-border-color: unset;
  --button-border-color-focus: var(--colourB);
  --button-border-width: unset;
  --button-icon-height: 48px;
  --button-padding: 20px;
  --button-radius: 0px;
  --button-text-size: 24px;
  --button-text-color: var(--colourE);
  --button-arrow-color: var(--colourE);
  --button-text-color-focus: var(--colourE);
  --location-button-background: var(--colourB);
  --location-button-border-colour: unset;
  --location-button-border-width: unset;
  --location-button-colour: var(--colourE);
  --location-button-background-focus: var(--colourB);
  --location-button-border-colour-focus: unset;
  --location-button-colour-focus: var(--colourE);
  --store-tile-bg: rgba(255,255,255,1);
  --store-tile-bg-focus: rgba(255,255,255,0.8);
  --store-tile-padding: 16px;
  --store-tile-border-color: unset;
  --store-tile-border-width: unset;
  --store-tile-font-storename: var(--headingFont);
  --store-tile-font-storename-weight: var(--headingFontWeight);
  --store-tile-font-storename-color: var(--colourD);
  --store-tile-font-storename-color-focus: var(--colourD);
  --store-tile-font-storename-size: 16px;
  --store-tile-font-storedetails: var(--bodyFont);
  --store-tile-font-storedetails-color: var(--colourD);
  --store-tile-font-storedetails-size: 14px;
  --store-tile-location-pin-colour: white;
  --store-tile-select-word-colour: white;
  --store-tile-select-arrow-colour: var(--colourA);
  --store-tile-select-arrow-movedown: 0px;
  --default-transition: all 0.1s ease-in-out 0s;
  --headingFontColor: white;
  --chooser-input-height: 50px;
  --chooser-input-icon-size: 18px;
  --chooser-input-icon-width: 36px;
  --main-nav-height: 94px;
  --navigation-icon-size: 2em;
  --menu-grid-gap: 30px;
  --chooser-brand-color: var(--colourA);
  --chooser-focus-color: var(--colourB);
  --chooser-main-nav-background-color: var(--colourC);
  --chooser-main-nav-fg: var(--colourD); }

:root {
  --chooser-background-color: var(--bg-color-intro);
  --chooser-button-border: unset;
  --chooser-button-color: var(--button-background-color);
  --chooser-button-fg: var(--button-text-color);
  --chooser-button-font: var(--bodyFont);
  --chooser-default-font: var(--bodyFont);
  --chooser-page-padding: 0 10px;
  --chooser-text-color: white;
  --main-nav-background-color-blur: var(--main-nav-background-color); }

body {
  transition: background-color 0.2s ease;
  background-color: var(--bg-color-intro);
  background-image: url("https://dtgxwmigmg3gc.cloudfront.net/images/61b257d760b75a1b8d0b2c66");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 !important;
  margin: 0; }

.MultiPage__BannerNav .PageBack {
  font-weight: 600; }

body[data-current-section="PickupStores"], body[data-current-section="FindStores"], body[data-current-section="FindCatalogue"] {
  background-color: var(--bg-color-clickcollect); }
  body[data-current-section="PickupStores"] .DeliverySearch + .StoreChooser__List, body[data-current-section="FindStores"] .DeliverySearch + .StoreChooser__List, body[data-current-section="FindCatalogue"] .DeliverySearch + .StoreChooser__List {
    grid-template-columns: 1fr; }

body[data-current-section="Delivery"] {
  background-color: var(--bg-color-delivery); }
  body[data-current-section="Delivery"] .StoreChooser__List {
    grid-template-columns: 1fr; }

.MultiPage {
  padding-top: 60px; }
  .MultiPage .MultiPage__BannerNav {
    position: fixed;
    background-color: white;
    padding: 10px; }

body[data-current-section="Navigation"] .MultiPage {
  padding-top: 200px; }

body[data-current-section="Navigation"] .StoreChooser__Logo {
  height: 90px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0; }
  body[data-current-section="Navigation"] .StoreChooser__Logo img {
    height: 85px;
    width: auto;
    padding: 0; }

body[data-current-section="FindStores"] {
  background-color: var(--bg-color-listshops); }

.StoreLink__Icon {
  color: var(--store-tile-location-pin-colour);
  align-self: start; }
  .StoreLink__Icon use {
    fill: var(--store-tile-location-pin-colour); }

.StoreLink__Select {
  color: white; }

body[data-current-section="FindStores-SearchResults"], body[data-current-section="DeliveryResults"], body[data-current-section="FindStores-DeliveryResults"], body[data-current-section="FindStores"], body[data-current-section="PickupStores-SearchResults"], body[data-current-section="PickupStores"], body[data-current-section="FindCatalogue"] {
  background-color: var(--bg-color-results); }
  body[data-current-section="FindStores-SearchResults"] .StoreLink--Default, body[data-current-section="DeliveryResults"] .StoreLink--Default, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default, body[data-current-section="FindStores"] .StoreLink--Default, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default, body[data-current-section="PickupStores"] .StoreLink--Default, body[data-current-section="FindCatalogue"] .StoreLink--Default {
    border-color: var(--store-tile-border-color);
    border-width: var(--store-tile-border-width);
    font-size: var(--button-text-size);
    background-color: var(--store-tile-bg);
    padding: var(--store-tile-padding);
    grid-template-areas: "icon name" "icon details" "select select";
    grid-template-columns: 24px 1fr; }
    body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Name, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Name, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Name, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Name, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Name, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Name, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Name {
      font-family: var(--store-tile-font-storename);
      font-weight: var(--store-tile-font-storename-weight);
      color: var(--store-tile-font-storename-color);
      font-size: var(--store-tile-font-storename-size);
      text-transform: uppercase;
      align-self: start; }
    body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Details, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Details, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Details, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Details, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Details, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Details, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Details {
      font-family: var(--store-tile-font-storedetails);
      color: var(--store-tile-font-storedetails-color);
      font-size: var(--store-tile-font-storedetails-size);
      line-height: 24px;
      display: inline;
      font-weight: var(--bodyFontWeight); }
    body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Select, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Select, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Select, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Select, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Select, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Select, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Select {
      color: var(--store-tile-select-word-colour);
      font-size: var(--store-tile-font-storedetails-size);
      transform: translateX(16px);
      justify-self: end; }
      body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Select span, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Select span {
        padding-right: 12px; }
      body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Select svg, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Select svg {
        transform: translateY(var(--store-tile-select-arrow-movedown));
        margin-left: 0; }
        body[data-current-section="FindStores-SearchResults"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="DeliveryResults"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="FindStores"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="PickupStores"] .StoreLink--Default .StoreLink__Select svg use, body[data-current-section="FindCatalogue"] .StoreLink--Default .StoreLink__Select svg use {
          fill: var(--store-tile-select-arrow-colour); }
    body[data-current-section="FindStores-SearchResults"] .StoreLink--Default:focus, body[data-current-section="DeliveryResults"] .StoreLink--Default:focus, body[data-current-section="FindStores-DeliveryResults"] .StoreLink--Default:focus, body[data-current-section="FindStores"] .StoreLink--Default:focus, body[data-current-section="PickupStores-SearchResults"] .StoreLink--Default:focus, body[data-current-section="PickupStores"] .StoreLink--Default:focus, body[data-current-section="FindCatalogue"] .StoreLink--Default:focus {
      background: var(--store-tile-bg-focus);
      outline: none;
      border-color: var(--store-tile-bg-focus);
      color: var(--store-tile-font-storename-color-focus); }
  body[data-current-section="FindStores-SearchResults"] .StoreChooser__List__Item, body[data-current-section="DeliveryResults"] .StoreChooser__List__Item, body[data-current-section="FindStores-DeliveryResults"] .StoreChooser__List__Item, body[data-current-section="FindStores"] .StoreChooser__List__Item, body[data-current-section="PickupStores-SearchResults"] .StoreChooser__List__Item, body[data-current-section="PickupStores"] .StoreChooser__List__Item, body[data-current-section="FindCatalogue"] .StoreChooser__List__Item {
    background-color: var(--store-tile-bg);
    padding: var(--button-padding);
    border-radius: var(--button-radius);
    font-family: var(--store-tile-font-storename);
    font-weight: var(--store-tile-font-storename-weight);
    font-size: var(--store-tile-font-storename-size); }
    body[data-current-section="FindStores-SearchResults"] .StoreChooser__List__Item a, body[data-current-section="DeliveryResults"] .StoreChooser__List__Item a, body[data-current-section="FindStores-DeliveryResults"] .StoreChooser__List__Item a, body[data-current-section="FindStores"] .StoreChooser__List__Item a, body[data-current-section="PickupStores-SearchResults"] .StoreChooser__List__Item a, body[data-current-section="PickupStores"] .StoreChooser__List__Item a, body[data-current-section="FindCatalogue"] .StoreChooser__List__Item a {
      color: var(--store-tile-font-storename-color); }

.StoreLink--MainNavigation {
  background: var(--button-background-color);
  border-color: var(--button-border-color);
  border-width: var(--button-border-width);
  border-radius: var(--button-radius);
  padding: var(--button-padding);
  transition: var(--default-transition); }
  .StoreLink--MainNavigation .StoreLink__BrandImage {
    height: var(--button-icon-height);
    width: auto;
    margin-right: calc(var(--button-icon-height) / 3); }
  .StoreLink--MainNavigation .StoreLink__Name {
    font-size: var(--button-text-size);
    color: var(--button-text-color);
    font-family: var(--bodyFont);
    font-weight: 600; }
  .StoreLink--MainNavigation .StoreLink__Select use {
    fill: var(--button-arrow-color); }
  .StoreLink--MainNavigation:focus {
    background: var(--button-background-color-focus);
    color: var(--button-color-focus);
    border-color: var(--button-border-color-focus); }
    .StoreLink--MainNavigation:focus .StoreLink__Name {
      color: var(--button-text-color-focus); }

.StoreLink--NoIcon {
  background: var(--location-button-background);
  border-color: var(--location-button-border-colour);
  font-weight: 600;
  grid-template-areas: "name select" "name select";
  margin-bottom: var(--menu-grid-gap); }
  .StoreLink--NoIcon .StoreLink__Name {
    color: var(--location-button-colour) !important; }
  .StoreLink--NoIcon .StoreLink__Details {
    display: none; }
  .StoreLink--NoIcon:focus {
    background: var(--location-button-background-focus);
    border-color: var(--location-button-border-colour-focus);
    outline: none; }
    .StoreLink--NoIcon:focus .StoreLink__Name {
      color: var(--location-button-colour-focus) !important; }
    .StoreLink--NoIcon:focus .StoreLink__Details {
      color: var(--location-button-colour-focus) !important; }

body[data-current-section="DeliveryResults"] .StoreChooser__List {
  grid-template-columns: 1fr; }

@media screen and (min-width: 1000px) {
  .MultiPage__Menu, .StoreChooser--MultiPage .StoreChooser__List {
    grid-template-columns: 1fr 1fr; }
  .StoreChooser__Logo img {
    width: var(--logo-width-intro-desktop);
    padding: 25px 0; } }

@media screen and (max-width: 999px) {
  .StoreChooser__Logo img {
    width: var(--logo-width-intro-mobile); } }

.StoreChooser__TagLine {
  margin: 0 0 var(--title-text-space-below) 0; }

.StoreChooser__TagLine, .StoreChooser__Section__Header {
  font-family: var(--headingFont);
  font-weight: var(--headingFontWeight);
  color: var(--headingFontColor);
  text-align: center;
  font-size: var(--title-text-size);
  letter-spacing: 1px; }

.StoreChooser__Section__Header {
  position: relative; }
  .StoreChooser__Section__Header img {
    display: var(--title-inner-image-display);
    height: var(--title-inner-image-height);
    transform: translateY(var(--title-inner-image-movedown));
    width: auto; }

.DeliverySearch__Search input {
  border: 1px solid black; }

.DeliverySearch > p {
  margin: 0; }

.StoreChooser__Heading {
  display: none; }

.StoreChooser--MultiPage .StoreChooser__Logo {
  margin-bottom: var(--logo-space-below); }

.StoreLink__Select use, .StoreLink__Select polygon, .StoreLink__Select path, .StoreLink__Select circle {
  fill: var(--button-arrow-color); }

.StoreChooser__Section__Header span {
  text-align: center;
  line-height: 1.1; }

.StoreChooser__Section__Head > * + * {
  margin-top: 0.5rem; }

.MultiPage__BannerNav {
  -webkit-backdrop-filter: none;
  z-index: 10; }
  .MultiPage__BannerNav img {
    width: var(--logo-width-inner); }

.DeliverySearch__ResultContainer {
  background-color: white;
  color: black; }
  .DeliverySearch__ResultContainer a {
    color: black; }

.mfl-made-by-myfoodlink {
  padding: 12px;
  font-family: var(--bodyFont);
  font-weight: var(--bodyFontWeight);
  color: var(--bodyFontColor);
  text-align: center; }
  .mfl-made-by-myfoodlink a {
    color: var(--bodyFontColor); }
