/* W2CLEAN_V1 — MOBILE ONLY: strip the preview furniture for a clean canvas.
   Heart size is now pinch (two fingers). Desktop keeps the slider (no pinch on
   desktop). Side rotate arrows stay. */
@media (max-width: 480px) {
  .color-ind { display: none !important; }   /* top "White · Front" chip */
  .size-badge { display: none !important; }  /* bottom "T-SHIRT" badge */
  .w2sz { display: none !important; }         /* heart-size slider (pinch replaces it) */
}

/* W2WORD_PIN_V1 — MOBILE: word chips pinned to the BOTTOM OF THE PHOTO (not the
   footer). Absolute inside the preview, horizontal scroll only, no drift. */
@media (max-width: 480px) {
  .preview-wrap { position: relative !important; }
  #w2word {
    position: absolute !important;
    left: 0 !important; right: 0 !important; bottom: 8px !important; top: auto !important;
    width: auto !important; z-index: 6 !important;
  }
  #w2word .w2word-chips { padding-left: 12px; padding-right: 16px; }
}
