/* Custom Header Styles - Consistent background across all pages */

.site-header {
  background-color: #ffffff !important;
  position: relative !important;
  display: block !important;
}

/* Ensure proper content flow */
.site-content {
  clear: both;
  margin-top: 0 !important;
}

/* Page Title Color - Change from red to blue */
.page-title {
  color: #003da5 !important;
}

/* Sale Badge Styling - Consistent appearance */
.onsale,
.ast-onsale-card {
  background-color: #cc0000 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-align: center !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  border: none !important;
  padding: 0 !important;
}
