<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.main-page-wrapper &gt; .page-title-default,
.elementor-element.elementor-element-d75c61e  {
  background: linear-gradient(-45deg, #002d51, #4315cc, #002d51, #4315cc);
  background-size: 400% 400%;
  animation: gradientMove 40s ease infinite;
}


@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

</pre></body></html>