@supports ( -webkit-overflow-scrolling: touch) {
#content * {
   background-attachment:scroll !important;
  }
}


/* Desktop and tablet only */
@media screen and (min-width: 769px) {

  /* Add consistent side spacing */
  main#content .row-wrapper > .content-wrapper > .content > .row {
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box;
  }

  /* Centre the homepage product */
  #row-DCCC4DBA-70D3-4C74-975A8C3670CE53E5-wrapper
  #widget-product-panel .listings.grid {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }

  #row-DCCC4DBA-70D3-4C74-975A8C3670CE53E5-wrapper
  #widget-product-panel .listing {
    flex: 0 1 605px;
    max-width: 100%;
  }
}

/* Centre The Art of Kava image on all screen sizes */
#row-88D2D779-CD87-471B-A2B494EFE0B94E28-wrapper img.right {
  float: none !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}