/* Add custom CSS styles below */ 

h1.font-bold.text-red-200.text-2xl.mb-6 {
    color: black;
}

.store-footer {
background-color: black;
}

.header-is-dark .header-components, .header-is-dark .header-components-top, .header-is-dark .fixed-pinned.header-components, .header-is-dark .fixed-pinned .inner, .header-is-dark .main-nav-container {

  background-color: black;
}


.s-button-primary {

  border-color: black;
  background-color: black;
}