.footer_copyright_inner .content_wrap .copyright_text {
  display: inline-block !important;
  flex-direction: initial !important;
  white-space: nowrap !important;
  text-align: center !important;
}

/* Optimización específica para fuentes */
@font-face {
  font-family: 'WooCommerce';
  font-display: swap !important;
}

/* Solo selectores específicos causando layout shifts */
.wpb_column.vc_column_container.vc_col-sm-12.sc_layouts_column_icons_positi {
  height: auto !important;
}

/* Estabilización específica para componentes de Slider Revolution */
sr7-prl.prlt0 {
  opacity: 1 !important;
}

/* Elementos adicionales con shifts menores */
.page_content_wrap.scheme_default {
  height: auto !important;
}

/* Evitar parpadeo de fuentes */
body {
  font-display: swap;
}