/* Add custom CSS styles below */ 
body,
.store-home,
.main-content,
.s-block,
section {
  background-color: #fffbf5 !important;
}
button.s-button-element.s-button-primary-outline,
button.s-button-element.s-button-disabled,
.athena-mobile-add-btn button.s-button-element {
  background: linear-gradient(
    120deg,
    #c7a25b 0%,
    #f5e3b0 25%,
    #c7a25b 50%,
    #e6c97a 75%,
    #c7a25b 100%
  ) !important;

  background-size: 300% 300% !important;
  animation: goldMove 4s ease infinite !important;

  border: none !important;
  color: #fff !important;
}