/* Creative Studio: reveal the interior behind the moving front; do not slide
   the entire interior photograph or rescale the products. */
.drawer .drawer-tray,
.drawer.opening .drawer-tray,
.drawer.open .drawer-tray {
  transform: none;
  transition: none;
}
.drawer .drawer-tray-viewport,
.drawer .drawer-front,
.drawer .drawer-pull {
  transition-duration: 1.15s;
  transition-timing-function: cubic-bezier(.32,.05,.24,1);
}
@media (prefers-reduced-motion: reduce) {
  .drawer .drawer-tray-viewport,
  .drawer .drawer-front,
  .drawer .drawer-pull { transition: none; }
}
