:root {
  --text-color: #ffffff;
}
.landingPageOfferStatus {
  color: var(--text-color) !important;
}
.cartItemCount {
  color: var(--text-color) !important;
}
.buttonWithCountTextColor {
  color: var(--text-color) !important;
}
.filterItemCount {
  color: var(--text-color) !important;
}
.locationStoreTypeText {
  color: var(--text-color) !important;
}
.productTagNew {
  color: var(--text-color) !important;
}
.categoryArrowBtn:hover {
  background: #f3f1e9 !important;
}
.landingPageSiteCaptionOne {
  color: #2b2535 !important;
}
.consentPromptBtn {
  line-height: 20px !important;
  font-size: 14px !important;
}
.offerStatusNew {
  color: var(--text-color) !important;
}
.offerStatusExpired {
  color: var(--text-color) !important;
}
.productListOfferCard {
  color: var(--text-color) !important;
}
.totalOfferCountIcon {
  color: #954604 !important;
}
.pointSummaryBannerIcon {
  color: #954604 !important;
}
.cartOffer {
  color: #ffffff !important;
}
.pointHistoryValue {
  color: var(--text-color) !important;
}
.applyOfferSelectedIcon {
  color: #954604 !important;
}
/* this class name refer the cart offer change button text */
.cartOfferCount {
  color: var(--text-color) !important;
}
.cartEmptyIcon {
  color: white !important;
}
.cartMenuIcon {
  color: white !important;
}
.productVariantTextColor {
  color: #ffffff !important;
}
.productTagPopular {
  color: #2b2535 !important;
}
