body.template-product .footer::after {
  content: '';
  display: block;
  height: calc(12rem + env(safe-area-inset-bottom, 0px));
  width: 100%;
  clear: both;
}
