/**
 * Frame: без жёлтых «палок», квадратиков и рамок из Malevich-декора.
 */

body.body--frame .foxy-promo-bar__geom,
body.body--frame .foxy-trial-lock::before,
body.body--frame .foxy-design-panel__head::before,
body.body--frame .foxy-thumb.is-active::before,
body.body--frame .foxy-thumb-add::before,
body.body--frame .foxy-thumb__lock::before,
body.body--frame .mxz-splash__shape--bar {
  display: none !important;
  content: none !important;
}

body.body--frame .foxy-thumb__lock--frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

body.body--frame .foxy-thumb__lock--frame::before,
body.body--frame .foxy-thumb__lock--frame::after {
  display: none !important;
  content: none !important;
}

body.body--frame .foxy-thumb__lock-icon {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  filter: drop-shadow(0 4px 14px rgba(79, 70, 229, 0.42));
}
