/* Shop-only quick ordering. Every rule is scoped to the enhancement so the
   existing product artwork, typography and other pages remain unchanged. */
html body .dh-qb-controls,
html body dialog.dh-qb-dialog {
  --qb-olive: #3d5036;
  --qb-ivory: #f5efdf;
  --qb-gold: #b59a4b;
  --qb-ink: #303a2e;
  --qb-border: #c8c5b2;
  color: var(--qb-ink) !important;
  font-family: "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: left !important;
  -webkit-text-size-adjust: 100%;
}

html body .dh-qb-controls *,
html body dialog.dh-qb-dialog * {
  box-sizing: border-box !important;
  min-width: 0;
}

html body .dh-category-collection .dh-qb-card .dh-qb-controls {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 12px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid var(--qb-border) !important;
  container-type: inline-size;
}

/* Every available pack size has its own card and quantity, not a hidden
   variant choice. Keep that pack size prominent without enlarging the title. */
html body .dh-category-collection .dh-qb-card .dh-qb-size-label {
  display: inline-flex !important;
  align-items: center !important;
  align-self: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 38px !important;
  margin: 0 0 4px !important;
  padding: 7px 12px !important;
  border: 1px solid #b59a4b !important;
  color: #3d5036 !important;
  -webkit-text-fill-color: #3d5036 !important;
  background: #eee7d0 !important;
  font: 700 18px/1.25 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body .dh-category-collection .dh-qb-card .dh-menu-item__title-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  min-width: 0 !important;
  container-type: inline-size;
}

/* Product names remain Aviano, but fit the actual card width instead of
   splitting a single word into clipped fragments at tablet sizes. */
html body .dh-category-collection .dh-menu-item.dh-qb-card .dh-menu-item__title-row h3,
html body .dh-category-collection .dh-menu-item.dh-qb-card .dh-menu-item__title-row h3 a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Dr Hahnz Aviano", Georgia, serif !important;
  font-size: 20px !important;
  font-size: clamp(17px, 7cqi, 23px) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

html body .dh-category-collection .dh-qb-card .dh-qb-card-price,
html body .dh-category-collection .dh-qb-card .dh-qb-card-price * {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #725a1e !important;
  -webkit-text-fill-color: #725a1e !important;
  font: 700 18px/1.35 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
}

html body .dh-category-collection .dh-qb-card .dh-qb-unavailable {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #c8c5b2 !important;
  color: #645941 !important;
  background: #ede9dc !important;
  font: 700 15px/1.4 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: anywhere !important;
}

html body .dh-qb-controls button,
html body .dh-qb-controls input,
html body dialog.dh-qb-dialog button,
html body dialog.dh-qb-dialog input,
html body dialog.dh-qb-dialog a {
  font-family: "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .dh-qb-controls button,
html body dialog.dh-qb-dialog button {
  position: relative !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

html body .dh-qb-controls button::before,
html body .dh-qb-controls button::after,
html body dialog.dh-qb-dialog button::before,
html body dialog.dh-qb-dialog button::after,
html body dialog.dh-qb-dialog a::before,
html body dialog.dh-qb-dialog a::after {
  content: none !important;
}

html body .dh-qb-controls .dh-qb-options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body .dh-qb-controls .dh-qb-options legend {
  float: none !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--qb-ink) !important;
  font: 700 16px/1.35 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body .dh-qb-controls button.dh-qb-option {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 62px !important;
  padding: 10px 15px !important;
  border: 1px solid #9b9f8c !important;
  color: var(--qb-olive) !important;
  background-color: #fffaf0 !important;
  overflow-wrap: anywhere !important;
}

html body .dh-qb-controls button.dh-qb-option[aria-pressed="true"] {
  color: var(--qb-ivory) !important;
  border-color: var(--qb-olive) !important;
  background-color: var(--qb-olive) !important;
  box-shadow: inset 0 -3px 0 var(--qb-gold) !important;
}

html body .dh-qb-controls .dh-qb-price {
  min-height: 24px !important;
  margin: 0 !important;
  color: #725a1e !important;
  font: 700 18px/1.35 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
}

html body .dh-qb-controls .dh-qb-price *,
html body dialog.dh-qb-dialog .dh-qb-line-total *,
html body dialog.dh-qb-dialog .dh-qb-subtotal * {
  font: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .dh-qb-controls .dh-qb-purchase {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
}

html body .dh-qb-controls .dh-qb-stepper,
html body dialog.dh-qb-dialog .dh-qb-stepper {
  display: grid !important;
  grid-template-columns: 40px minmax(36px, 1fr) 40px !important;
  align-items: stretch !important;
  flex: 0 0 118px !important;
  width: 118px !important;
  max-width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #969e88 !important;
  border-radius: 0 !important;
  background: #fffaf0 !important;
}

html body .dh-qb-controls .dh-qb-stepper button,
html body dialog.dh-qb-dialog .dh-qb-stepper button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--qb-olive) !important;
  background-color: #ede9d9 !important;
  font-size: 24px !important;
}

html body .dh-qb-controls .dh-qb-stepper input,
html body dialog.dh-qb-dialog .dh-qb-stepper input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline-offset: -3px !important;
  background: #fffaf0 !important;
  color: var(--qb-ink) !important;
  font: 700 16px/1.2 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  text-align: center !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
  appearance: textfield;
}

html body .dh-qb-stepper input::-webkit-outer-spin-button,
html body .dh-qb-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

html body .dh-qb-controls button.dh-qb-add {
  flex: 1 1 130px !important;
  width: auto !important;
  min-height: 46px !important;
  padding: 12px !important;
  border: 1px solid var(--qb-olive) !important;
  color: var(--qb-ivory) !important;
  background-color: var(--qb-olive) !important;
  white-space: normal !important;
}

html body .dh-qb-controls .dh-qb-status,
html body .dh-qb-controls .dh-qb-error {
  width: 100% !important;
  margin: 0 !important;
  font: 700 14px/1.45 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: anywhere !important;
}

html body .dh-qb-controls .dh-qb-status { color: #4e5948 !important; }
html body .dh-qb-controls .dh-qb-error,
html body dialog.dh-qb-dialog .dh-qb-error { color: #9c2d1d !important; }
html body .dh-qb-controls .dh-qb-error:empty,
html body .dh-qb-controls .dh-qb-status:empty { display: none !important; }

/* Native dialog stays hidden until opened; its top layer clears every sticky
   site bar without another competing fixed overlay. */
html body dialog.dh-qb-dialog {
  position: fixed !important;
  inset: 16px 16px 16px auto !important;
  width: 440px !important;
  max-width: calc(100vw - 32px) !important;
  height: calc(100vh - 32px) !important;
  height: calc(100dvh - 32px) !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--qb-gold) !important;
  border-radius: 0 !important;
  background: var(--qb-ivory) !important;
  box-shadow: -12px 12px 70px rgb(20 28 17 / 26%) !important;
}

html body dialog.dh-qb-dialog:not([open]) { display: none !important; }
html body dialog.dh-qb-dialog[open] {
  display: flex !important;
  flex-direction: column !important;
  animation: dh-qb-arrive 190ms ease-out;
}

html body dialog.dh-qb-dialog::backdrop { background: rgb(22 28 20 / 55%); }
html body dialog.dh-qb-dialog > * { flex: 0 0 auto; }

html body dialog.dh-qb-dialog .dh-qb-dialog-head {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 25px 66px 23px 24px !important;
  background: var(--qb-olive) !important;
  border-bottom: 3px solid var(--qb-gold) !important;
  color: var(--qb-ivory) !important;
}

html body dialog.dh-qb-dialog .dh-qb-kicker {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--qb-ivory) !important;
  font: 700 12px/1.3 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

html body dialog.dh-qb-dialog #dh-qb-title {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--qb-ivory) !important;
  -webkit-text-fill-color: var(--qb-ivory) !important;
  background: transparent !important;
  box-shadow: none !important;
  font: 600 27px/1.25 "Dr Hahnz Aviano", Georgia, serif !important;
  letter-spacing: -0.5px !important;
  text-transform: none !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  transform: none !important;
}

html body dialog.dh-qb-dialog #dh-qb-title::before,
html body dialog.dh-qb-dialog #dh-qb-title::after { content: none !important; }

html body dialog.dh-qb-dialog button.dh-qb-close {
  position: absolute !important;
  inset: 23px 16px auto auto !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid rgb(245 239 223 / 40%) !important;
  color: var(--qb-ivory) !important;
  background-color: transparent !important;
  font: 400 30px/1 Arial, sans-serif !important;
}

html body dialog.dh-qb-dialog .dh-qb-announcement {
  margin: 0 !important;
  padding: 12px 24px !important;
  color: var(--qb-olive) !important;
  background: #e7e8d8 !important;
  border-bottom: 1px solid #d0d4bd !important;
  font: 700 15px/1.4 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
}
html body dialog.dh-qb-dialog .dh-qb-announcement:empty { display: none !important; }

html body dialog.dh-qb-dialog .dh-qb-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 19px 24px !important;
  border-bottom: 1px solid var(--qb-border) !important;
}

html body dialog.dh-qb-dialog .dh-qb-count {
  display: inline-block !important;
  padding: 6px 10px !important;
  border: 1px solid #b8c0a7 !important;
  background: #e7e8d8 !important;
  color: var(--qb-olive) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

html body dialog.dh-qb-dialog .dh-qb-subtotal {
  color: var(--qb-ink) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  text-align: right !important;
}

html body dialog.dh-qb-dialog .dh-qb-lines {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 24px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #a9af98 var(--qb-ivory);
}

html body dialog.dh-qb-dialog .dh-qb-line {
  display: grid !important;
  grid-template-columns: 66px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--qb-border) !important;
}

html body dialog.dh-qb-dialog .dh-qb-line > img {
  position: static !important;
  display: block !important;
  width: 66px !important;
  height: 88px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 5px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #eee9d9 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body dialog.dh-qb-dialog .dh-qb-line-copy {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 8px !important;
}

html body dialog.dh-qb-dialog a.dh-qb-line-name {
  display: block !important;
  flex: 1 0 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--qb-ink) !important;
  background: transparent !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

html body dialog.dh-qb-dialog .dh-qb-variation {
  flex: 1 0 100% !important;
  margin: -2px 0 0 !important;
  color: #58614f !important;
  font: 700 14px/1.4 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
  overflow-wrap: anywhere !important;
}

html body dialog.dh-qb-dialog .dh-qb-line-total {
  flex: 1 0 100% !important;
  margin: 0 !important;
  color: #725a1e !important;
  font: 700 17px/1.35 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
}

html body dialog.dh-qb-dialog button.dh-qb-remove {
  width: auto !important;
  min-height: 44px !important;
  padding: 8px 3px !important;
  border: 0 !important;
  color: #645941 !important;
  background-color: transparent !important;
  font-size: 14px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html body dialog.dh-qb-dialog .dh-qb-error {
  margin: 0 !important;
  padding: 12px 24px !important;
  background: #fbebe4 !important;
  font: 700 14px/1.4 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
}
html body dialog.dh-qb-dialog .dh-qb-error:empty { display: none !important; }

html body dialog.dh-qb-dialog .dh-qb-dialog-foot {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 24px 18px !important;
  border-top: 1px solid var(--qb-border) !important;
  background: var(--qb-ivory) !important;
  box-shadow: 0 -8px 24px rgb(48 58 46 / 4%) !important;
}

html body dialog.dh-qb-dialog .dh-qb-note {
  grid-column: 1 / -1 !important;
  margin: 0 0 4px !important;
  color: #58614f !important;
  font: 700 13px/1.4 "Dr Hahnz Myriad", "Myriad Pro", Arial, sans-serif !important;
}

html body dialog.dh-qb-dialog a.dh-qb-checkout,
html body dialog.dh-qb-dialog a.dh-qb-basket-link,
html body dialog.dh-qb-dialog button.dh-qb-continue {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 11px 10px !important;
  border: 1px solid #979e86 !important;
  border-radius: 0 !important;
  color: var(--qb-olive) !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
}

html body dialog.dh-qb-dialog a.dh-qb-checkout {
  grid-column: 1 / -1 !important;
  min-height: 50px !important;
  border-color: var(--qb-olive) !important;
  color: var(--qb-ivory) !important;
  background: var(--qb-olive) !important;
  font-size: 17px !important;
}

html body .dh-qb-controls :is(button, input):focus-visible,
html body dialog.dh-qb-dialog :is(button, input, a):focus-visible {
  outline: 3px solid var(--qb-gold) !important;
  outline-offset: 3px !important;
}

html body .dh-qb-controls button:disabled,
html body dialog.dh-qb-dialog button:disabled,
html body .dh-qb-controls input:disabled,
html body dialog.dh-qb-dialog input:disabled {
  cursor: not-allowed !important;
  opacity: 0.48 !important;
}

html body .dh-qb-controls [hidden],
html body dialog.dh-qb-dialog [hidden] { display: none !important; }

@media (hover: hover) {
  html body .dh-qb-controls button.dh-qb-add:hover:not(:disabled),
  html body dialog.dh-qb-dialog a.dh-qb-checkout:hover {
    background-color: #2f402a !important;
  }
  html body .dh-qb-controls button.dh-qb-option:hover:not(:disabled):not([aria-pressed="true"]),
  html body .dh-qb-controls .dh-qb-stepper button:hover:not(:disabled),
  html body dialog.dh-qb-dialog .dh-qb-stepper button:hover:not(:disabled),
  html body dialog.dh-qb-dialog a.dh-qb-basket-link:hover,
  html body dialog.dh-qb-dialog button.dh-qb-continue:hover {
    background-color: #e3e3d1 !important;
    border-color: var(--qb-olive) !important;
  }
  html body dialog.dh-qb-dialog button.dh-qb-close:hover {
    background-color: rgb(245 239 223 / 12%) !important;
  }
}

@container (max-width: 259px) {
  html body .dh-qb-controls .dh-qb-purchase .dh-qb-stepper {
    flex: 1 0 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  html body dialog.dh-qb-dialog {
    inset: auto 0 0 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 85vh !important;
    height: 85dvh !important;
    max-height: calc(100vh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    border-width: 2px 0 0 !important;
    box-shadow: 0 -12px 60px rgb(20 28 17 / 25%) !important;
  }
  html body dialog.dh-qb-dialog .dh-qb-dialog-head { padding: 18px 64px 17px 20px !important; }
  html body dialog.dh-qb-dialog #dh-qb-title { font-size: 25px !important; }
  html body dialog.dh-qb-dialog button.dh-qb-close { top: 18px !important; right: 16px !important; }
  html body dialog.dh-qb-dialog .dh-qb-announcement { padding: 10px 20px !important; }
  html body dialog.dh-qb-dialog .dh-qb-summary { padding: 13px 20px !important; }
  html body dialog.dh-qb-dialog .dh-qb-lines { padding: 0 20px !important; }
  html body dialog.dh-qb-dialog .dh-qb-line { padding: 17px 0 !important; }
  html body dialog.dh-qb-dialog .dh-qb-dialog-foot {
    padding: 12px 20px max(14px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-height: 540px) {
  html body dialog.dh-qb-dialog { height: calc(100dvh - 16px) !important; }
  html body dialog.dh-qb-dialog .dh-qb-dialog-head { padding-top: 12px !important; padding-bottom: 12px !important; }
  html body dialog.dh-qb-dialog .dh-qb-kicker { display: none !important; }
  html body dialog.dh-qb-dialog button.dh-qb-close { top: 4px !important; }
  html body dialog.dh-qb-dialog .dh-qb-summary { padding-top: 8px !important; padding-bottom: 8px !important; }
  html body dialog.dh-qb-dialog .dh-qb-dialog-foot { padding-top: 8px !important; padding-bottom: 8px !important; }
  html body dialog.dh-qb-dialog .dh-qb-note { display: none !important; }
}

@keyframes dh-qb-arrive {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html body dialog.dh-qb-dialog[open] { animation: none !important; }
  html body .dh-qb-controls *,
  html body dialog.dh-qb-dialog * { transition: none !important; scroll-behavior: auto !important; }
}

/* The original theme has a four-class !important button colour rule. These
   narrow overrides match that specificity without changing other controls. */
html body .dh-category-collection .dh-qb-card .dh-qb-controls button.dh-qb-add {
  color: #f5efdf !important;
  -webkit-text-fill-color: #f5efdf !important;
  border-color: #3d5036 !important;
}
html body .dh-category-collection .dh-qb-card .dh-qb-controls button.dh-qb-option {
  color: #3d5036 !important;
  -webkit-text-fill-color: #3d5036 !important;
}
html body .dh-category-collection .dh-qb-card .dh-qb-controls button.dh-qb-option[aria-pressed="true"] {
  color: #f5efdf !important;
  -webkit-text-fill-color: #f5efdf !important;
}
html body dialog.dh-qb-dialog[open][aria-labelledby="dh-qb-title"] button.dh-qb-close {
  color: #f5efdf !important;
  -webkit-text-fill-color: #f5efdf !important;
  border-color: rgb(245 239 223 / 40%) !important;
}
