/*
filename: theme-override.css
s3 path: s3://mp-stg-merchant-assets/{merchant_id}/assets/theme/theme-override.css
for local test create file in this path: /assets/merchants/theme-override.css
*/
:root {
  --text-color: #f9f9f9;
}
/* this class name refer the landing page offer status */
.landingPageOfferStatus {
  color: var(--text-color) !important;
}
.cartItemCount {
  color: var(--text-color) !important;
}
/* this class name refer the order history page status button */
.buttonWithCountTextColor {
  color: var(--text-color) !important;
}
/* this class name refer the pdp page variant */
.productVariantTextColor {
  color: var(--text-color) !important;
}
.filterItemCount {
  color: var(--text-color) !important;
}
/* this class name refer the cart offer */
.cartOffer {
  color: var(--text-color) !important;
}
/* landing page site caption one */
.landingPageSiteCaptionOne {
  display: none !important;
}
/* landing page site caption two */
.landingPageSiteCaptionTwo {
  display: none !important;
}
/* landing page buttons */
.landingPageButtonsStyle {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* this class name refer to the product card new tag text color */
.productTagNew {
  color: var(--text-color) !important;
}
