@import url("/user/documents/upload/retention-fidelity-v6.css?v=1");

/* Prevent the stock Shoptet category from painting before the deferred
   redesign script has completed its synchronous DOM replacement. */
@keyframes retention-initial-render-failsafe {
  to {
    visibility: visible;
  }
}

html {
  background: #fff;
}

body.id-1057:not(.retention-category-redesign) {
  visibility: hidden;
  animation: retention-initial-render-failsafe 0s 3s forwards;
}

@media print {
  body.id-1057:not(.retention-category-redesign) {
    visibility: visible;
    animation: none;
  }
}
