/* Add custom CSS styles below */ 
.store-header.flex.flex-col.w-full.max-w-full.overflow-visible.z-\[50\].absolute {
  background: #a32c2fb2 !important;
  color: #fff !important;
  z-index: 9999999999999999 !important;
  position: sticky !important;
  top: 0;
}

.main-nav-container #cat-in-header {
  color: #fff !important;
}

.\!bg-\[var\(--s-color\)\] {
  background-color: #a32c2fb2 !important;
}

.store-footer__inner * {
  color: #fff !important;
}

.store-footer h3, .copyright-text p {
  color: #fff !important;
}

.hover\:text-primary {
  color: #942D2F !important;
}

.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  background: #a32c2fb2;
}