/* Triangle-grid growth. Canvas only — do not bring blog essay styles. */

.tt-growth-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Content above the lattice, but do not wrap the sidebar in that stacking
   context — it is position:fixed and must stay above product text. */
body.tt-growth-on .store-wrapper,
body.tt-growth-on .tt-store-nav,
body.tt-growth-on .store-footer {
  position: relative;
  z-index: 2;
}
