#page.site .site-footer .c-footer-links {
  list-style: none;
  margin: 0;
}
#page.site .site-footer .c-footer-links li {
  display: inline-block;
}
#page.site .site-footer .c-footer-links li::after {
  content: ' | ';
}
#page.site .site-footer .c-footer-links li:last-child::after{
  content: '';
}
#page.site .site-footer .c-footer-links svg {
  transform: translateY(8px);
}
#page.site .site-footer .c-footer-links a {
  font-size   : 12px;
  line-height : 18px ;
  font-weight : 400;
  font-family : var(--c-font-familiy-text);
  color       : var(--c-text-secondary) !important;
}
#page.site .site-footer .storefront-handheld-footer-bar {
  display : none;
}

#page.site .c-footer-links #iworks-pwa-add-button {
  padding: 0;
}
#page.site .c-footer-links #iworks-pwa-add-button:hover {
  background-color: inherit;
}
#page.site .c-footer-links #iworks-pwa-add-button:focus {
  color: var(--c-text-title);
}
#iworks-pwa-add-button-container {
  display: none;
}