/*
Theme Name: LiliStory Theme
Theme URI: https://helpcenter.digital
Template: hello-elementor
Author: Helpcenter
Author URI: https://helpcenter.digital
Version: 3.3.0.1747927400
Updated: 2025-05-22 15:23:20
*/

/*Movimento das animações mais suave */ 
.animated.fadeInLeft  { animation-name: fadeInLeftCustom  !important; }
.animated.fadeInRight { animation-name: fadeInRightCustom !important; }
.animated.fadeInUp    { animation-name: fadeInUpCustom    !important; }
.animated.fadeInDown  { animation-name: fadeInDownCustom  !important; }

@keyframes fadeInLeftCustom  { from { opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRightCustom { from { opacity: 0; transform: translateX(100px);  } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInUpCustom    { from { opacity: 0; transform: translateY(100px);  } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDownCustom  { from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); } }


/*Alertas do Woocommerce alinhados  */ 
.woocommerce-notices-wrapper {
  max-width: 1440px; margin:0 auto; border:none !important;
 
}

.e-wc-message-notice .woocommerce-message{ padding: 2em 2em 2em 3.5em; margin:0;}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  outline: none !important;
  box-shadow: none !important;

}
