#siteHeader {
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  margin: 24px -8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.6px solid;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}
#siteHeader div {
  display: inline;
  margin-left: 12px;
}
#siteHeader .logoIcon {
  font-size: 22px;
}
#siteHeader .logoText {
  font-family: "Zilla Slab", cursive !important;
  font-size: 32px;
}

#innerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: lighter;
}

#innerContainer > div {
  width: 1300px;
}

#headerContainer {
  margin-bottom: 18px;
}

.spaceBetweenParent {
  display: flex;
  justify-content: space-between;
}

.flexEndParent {
  display: flex;
  justify-content: flex-end;
}

#headerContainer > button {
  margin-right: 24px;
}

.header {
  font-size: 32px;
}

.infoContainer {
  margin-top: 20px;
  font-size: 16px;
}

.subheader {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  margin-top: 10px;
}

.rightSubheader .buttonsContainer {
  margin-top: 27px;
}

.flexEnd {
  display: flex;
  align-items: center;
  align-self: flex-end;
}

.inlineContainer div {
  display: inline;
  margin-right: 24px;
}

.rightAlign {
  text-align: right;
}

.buttonsContainer {
  margin-top: 12px;
}
.buttonsContainer button {
  margin-left: 20px;
  background: white;
  border-width: 1px;
  padding: 8px;
  border-radius: 4px;
}
.buttonsContainer button.leftButton {
  margin-left: 0px;
}

#siteHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.headerRight {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.loginLink {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
}

.displayBlock {
  display: block;
}

#orderSubtotal {
  font-size: 22px;
  margin-top: 20px;
}

body {
  font-family: "Host Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  padding: 0;
}

.MuiPaper-root {
  border-radius: 8px !important;
}

.MuiButton-root {
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  border-radius: 8px !important;
  padding: 8px 20px !important;
  font-family: "Host Grotesk", sans-serif !important;
}
.MuiButton-root.MuiButton-contained {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ag-theme-quartz {
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: "Host Grotesk", sans-serif !important;
}
.ag-theme-quartz .ag-header-cell {
  font-weight: 600 !important;
  color: #1976d2 !important;
  font-family: "Host Grotesk", sans-serif !important;
}
body {
  background-color: #f5f7fa;
}

.MuiPaper-root {
  border-radius: 8px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.MuiButton-root {
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  border-radius: 8px !important;
  padding: 8px 20px !important;
}
.MuiButton-root.MuiButton-contained {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.MuiButton-root.MuiButton-contained:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.ag-theme-quartz {
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.ag-theme-quartz .ag-header-cell {
  font-weight: 600 !important;
  color: #1976d2 !important;
  font-family: "Host Grotesk", sans-serif !important;
}
.ag-theme-quartz .ag-row {
  transition: background-color 0.2s ease;
}
.ag-theme-quartz .ag-row:hover {
  background-color: rgba(25, 118, 210, 0.03) !important;
}

.MuiAppBar-root {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.MuiTextField-root .MuiOutlinedInput-root {
  border-radius: 8px !important;
}
.MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.MuiTextField-root .MuiInputBase-root {
  font-family: "Host Grotesk", sans-serif !important;
}

.elevation-0 {
  box-shadow: none !important;
}

.elevation-1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.elevation-2 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.elevation-3 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

.elevation-4 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05) !important;
}

.elevation-5 {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05) !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeIn 0.3s ease-out;
}

.main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(25, 118, 210, 0.2);
  border-top-color: #1976d2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.MuiTypography-root {
  font-family: "Host Grotesk", sans-serif !important;
}

.ag-theme-quartz {
  font-family: "Host Grotesk", sans-serif !important;
}
.ag-theme-quartz .ag-header-cell {
  font-family: "Host Grotesk", sans-serif !important;
}

.MuiButton-root {
  font-family: "Host Grotesk", sans-serif !important;
}

.MuiTextField-root .MuiInputBase-root {
  font-family: "Host Grotesk", sans-serif !important;
}

.MuiAlert-root {
  font-family: "Host Grotesk", sans-serif !important;
}
.MuiAlert-root .MuiAlert-message {
  font-family: "Host Grotesk", sans-serif !important;
}
