:root {
  --received-gift-color: #8ecf1d;
  --received-gift-border: #8ecf1d33;
  --received-gift-transparent: #8ecf1d0d;
  --main-color: #131510 !important;
  --typography-on-main: #f1e6b2;
  --wallet-color: #f1e6b280;
  --second-main-color: #f1e6b280;
  --giftcard-color: #f1e6b280;
  --product-tag: #ffb000;
  --wallet-notification: #ffb000;
  --vegan: #619e60;
  --no-gluten: #ff7426;
  --spicy: #c8313e;
  --kosher: #f1e6b2;
  --warning: #fe7171;
  --widget-order: #d6001c;
  --first_section_bg: #00000000;
  --font-family: "Montserrat", sans-serif;
  --border-radius: 5px;
}

/* Invite Block Styles */
.inviteBlock .inviteBlockLabel,
.inviteBlock .inviteBlockDescription {
  color: var(--main-color) !important;
}

.inviteBlock .inviteButton {
  background: var(--main-color) !important;
  color: var(--typography-on-main) !important;
}

/* Voucher Card Styles */
.voucherCard .top .voucher {
  background: var(--typography-on-main) !important;
}

.gift-card-image .voucher,
.gift-card-image .referral {
  background: var(--typography-on-main) !important;
}

/* Kosher Styles */
.kosher {
  color: var(--main-color) !important;
}

/* Score Styles */
.score {
  border: none !important;
  background: #d6001c !important;
  color: #fff !important;
}

.score .star {
  background: #fff !important;
}

/* Header Styles */
.header header .leftSide .brand {
  width: initial !important;
  flex-shrink: 0;
}
