:root {
  --text-color: white;
}
.landingPageOfferStatus {
  color: white !important;
}
.cartItemCount {
  color: white !important;
}
.buttonWithCountTextColor {
  color: white !important;
}
.productVariantTextColor {
  color: #f9f9f9 !important;
}
.filterItemCount {
  color: white !important;
}
.cartOffer {
  color: white !important;
}
.locationStoreTypeText {
  color: white !important;
}
.cartEmptyIcon {
  color: white !important;
}
.cartMenuIcon {
  color: white !important;
}
.productTagNew {
  color: var(--text-color) !important;
}
.categoryArrowBtn:hover {
  background: #e1e0dc !important;
}
.consentPromptBtn {
  line-height: 20px !important;
  font-size: 14px !important;
}
.cartEditProductName {
  text-transform: uppercase !important;
}
.offerStatusExpired {
  color: #3a3a3a !important;
}
.productListOfferCard {
  color: #ffffff !important;
}
.landingPageSiteCaptionOne {
  color: #9b6d49 !important;
}
/* this class name refer the cart offer change button text */
.cartOfferCount {
  color: var(--text-color) !important;
}
.productTagPopular {
  color: #ffffff !important;
}
